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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 66 , m_isInShadowTree(false)
143 bool visible = inDocument() && !m_isInShadowTree;
196 m_isInShadowTree = isInShadowTree();
197 if (m_isInShadowTree)
214 if (m_isInShadowTree) {
HTMLLinkElement.h 202 bool m_isInShadowTree;

Completed in 289 milliseconds