HomeSort by relevance Sort by last modified time
    Searched refs:isDescendantOf (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 470 if (node->isDescendantOf(targetNode)) {
FocusController.cpp 666 if (selectionStartNode == newFocusedNode || selectionStartNode->isDescendantOf(newFocusedNode))
    [all...]
EventHandler.cpp 439 if (pos.isNotNull() && pos.deepEquivalent().deprecatedNode()->isDescendantOf(URLElement))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 75 if (childInfo.paintingRoot && childInfo.paintingRoot->isDescendantOf(&m_inlineFlowBox.renderer()))
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 386 } else if (!isDescendantOf(referenceElement)) {
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 432 return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 361 if (start.deprecatedNode()->isDescendantOf(end.deprecatedNode()))
    [all...]
VisibleUnits.cpp     [all...]
TextIterator.cpp 497 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp     [all...]
RenderObject.h 162 bool isDescendantOf(const RenderObject*) const;
    [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp 636 while (curr && curr->isDescendantOf(fromBlock) && curr != fromBlock) {
    [all...]
RenderBlockFlow.cpp     [all...]
RenderObject.cpp 290 bool RenderObject::isDescendantOf(const RenderObject* obj) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 245 if (m_nextObject && m_nextObject->parent() && !m_nextObject->parent()->isDescendantOf(m_current.object()->parent()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 843 bool Node::isDescendantOf(const Node *other) const
863 return this == node || node->isDescendantOf(this);
    [all...]
ContainerNode.cpp     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 354 if (compositingAncestor->renderer()->isDescendantOf(clippingContainer))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 938 milliseconds

12 3