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;
98 return node.isInsertionPoint() && toInsertionPoint(node).isShadowInsertionPoint();
InsertionPoint.cpp 161 bool InsertionPoint::isShadowInsertionPoint() const
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 116 if (insertionPoint->isShadowInsertionPoint()) {

Completed in 206 milliseconds