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.h80 bool hasSingleOwnerNode() const;
DStyleSheetContents.cpp453 bool StyleSheetContents::hasSingleOwnerNode() const in hasSingleOwnerNode() function in blink::StyleSheetContents
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DStyleSheetInvalidationAnalysis.cpp153 if (styleSheetContents->hasSingleOwnerNode()) { in analyzeStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.cpp837 if (sheetContents && sheetContents->hasSingleOwnerNode()) in getFrom()