OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShadowInsertionPoint
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h
52
bool
isShadowInsertionPoint
() const;
99
return node.isInsertionPoint() && toInsertionPoint(node).
isShadowInsertionPoint
();
InsertionPoint.cpp
172
bool InsertionPoint::
isShadowInsertionPoint
() const
/external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp
154
if (insertionPoint->
isShadowInsertionPoint
()) {
Completed in 26 milliseconds