Home
last modified time | relevance | path

Searched refs:singleOwnerNode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.cpp363 RefPtr<Node> ownerNode = singleOwnerNode(); in checkLoaded()
385 if (Node* owner = singleOwnerNode()) in startLoadingDynamicSheet()
405 Node* StyleSheetContents::singleOwnerNode() const in singleOwnerNode() function in WebCore::StyleSheetContents
416 Node* ownerNode = singleOwnerNode(); in singleOwnerDocument()
DStyleSheetContents.h80 Node* singleOwnerNode() const;
DStyleInvalidationAnalysis.cpp156 Node* ownerNode = styleSheetContents->singleOwnerNode(); in analyzeStyleSheet()