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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h 51 bool isShadowInsertionPoint() const;
96 return node.isInsertionPoint() && toInsertionPoint(node).isShadowInsertionPoint();
InsertionPoint.cpp 164 bool InsertionPoint::isShadowInsertionPoint() const
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 131 if (insertionPoint->isShadowInsertionPoint()) {

Completed in 607 milliseconds