OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canBeSelectionLeaf
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.h
73
virtual bool
canBeSelectionLeaf
() const { return true; }
RenderReplaced.h
83
virtual bool
canBeSelectionLeaf
() const { return true; }
RenderText.h
110
virtual bool
canBeSelectionLeaf
() const { return true; }
RenderObject.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h
100
virtual bool
canBeSelectionLeaf
() const { return false; }
Completed in 29 milliseconds