OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRegisteredInShadowRoot
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h
56
bool
isRegisteredInShadowRoot
() const
HTMLStyleElement.cpp
247
if (
isRegisteredInShadowRoot
())
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp
108
return ownerElement->
isRegisteredInShadowRoot
() ? ownerElement->containingShadowRoot()->shadowHost() : ownerElement->parentNode();
Completed in 80 milliseconds