Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1347 ContainerNode* ownerElementParent = ownerElement->parentNode(); in selectFrameElementInParentIfFullySelected() local
1348 if (!ownerElementParent) in selectFrameElementInParentIfFullySelected()
1352 if (!ownerElementParent->hasEditableStyle()) in selectFrameElementInParentIfFullySelected()
1357 …VisiblePosition beforeOwnerElement(VisiblePosition(Position(ownerElementParent, ownerElementNodeIn… in selectFrameElementInParentIfFullySelected()
1358 …VisiblePosition afterOwnerElement(VisiblePosition(Position(ownerElementParent, ownerElementNodeInd… in selectFrameElementInParentIfFullySelected()