Home
last modified time | relevance | path

Searched defs:canBeSelectionLeaf (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.h40 … virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->hasEditableStyle(); } in canBeSelectionLeaf() function
DRenderListMarker.h81 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; } in canBeSelectionLeaf() function
DRenderTextFragment.h43 … virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->hasEditableStyle(); } in canBeSelectionLeaf() function
DRenderReplaced.h89 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; } in canBeSelectionLeaf() function
DRenderText.h114 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; } in canBeSelectionLeaf() function
DRenderObject.h921 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h109 virtual bool canBeSelectionLeaf() const OVERRIDE { return false; } in canBeSelectionLeaf() function