Searched refs:m_isInShadowTree (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp141 , m_isInShadowTree(false)
204 bool visible = inDocument() && !m_isInShadowTree;
277 m_isInShadowTree = isInShadowTree();
278 if (m_isInShadowTree)
299 if (m_isInShadowTree) {
H A DHTMLLinkElement.h213 bool m_isInShadowTree; member in class:blink::FINAL

Completed in 168 milliseconds