Home
last modified time | relevance | path

Searched refs:hasSingleOwnerNode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.h79 bool hasSingleOwnerNode() const;
DStyleInvalidationAnalysis.cpp155 if (styleSheetContents->hasSingleOwnerNode()) { in analyzeStyleSheet()
DStyleSheetContents.cpp397 bool StyleSheetContents::hasSingleOwnerNode() const in hasSingleOwnerNode() function in WebCore::StyleSheetContents
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.cpp727 if (sheetContents && sheetContents->hasSingleOwnerNode()) in getFrom()