HomeSort by relevance Sort by last modified time
    Searched refs:isInCanvasSubtree (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 63 bool isInCanvasSubtree() const { return m_isInCanvasSubtree; }
Element.cpp 269 if (isInCanvasSubtree()) {
    [all...]
Element.h 482 bool isInCanvasSubtree() const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 178 if (isInCanvasSubtree())
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 346 bool inCanvasSubtree = node->parentElement()->isInCanvasSubtree();

Completed in 76 milliseconds