Home
last modified time | relevance | path

Searched refs:isEditableLeaf (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp480 static bool isEditableLeaf(InlineBox* leaf) in isEditableLeaf() function
502 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()
506 …t() && !firstLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()
511 …ght() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf))) in closestLeafChildForLogicalLeftPosition()
518 if (!leaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) { in closestLeafChildForLogicalLeftPosition()