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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h 49 bool canBeActive() const;
InsertionPoint.cpp 134 bool InsertionPoint::canBeActive() const
143 if (!canBeActive())
203 if (canBeActive() && !m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) {

Completed in 67 milliseconds