OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canBeActive
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h
50
bool
canBeActive
() const;
InsertionPoint.cpp
135
bool InsertionPoint::
canBeActive
() const
155
if (!
canBeActive
())
214
if (
canBeActive
() && !m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) {
Completed in 22 milliseconds