OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ownerNode
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp
33
if (isRootedAtDocument() &&
m_ownerNode
->inDocument())
34
return
m_ownerNode
->document();
35
return *
m_ownerNode
;
LiveNodeList.h
53
:
m_ownerNode
(ownerNode)
88
Node* ownerNode() const { return
m_ownerNode
.get(); }
102
Document& document() const { return
m_ownerNode
->document(); }
147
RefPtr<Node>
m_ownerNode
;
/external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheet.h
94
virtual Node* ownerNode() const OVERRIDE { return
m_ownerNode
; }
98
virtual void clearOwnerNode() OVERRIDE {
m_ownerNode
= 0; }
106
Node*
m_ownerNode
;
XSLStyleSheetLibxslt.cpp
42
:
m_ownerNode
(0)
56
:
m_ownerNode
(parentNode)
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h
58
virtual Node* ownerNode() const OVERRIDE { return
m_ownerNode
; }
80
virtual void clearOwnerNode() OVERRIDE { didMutate(EntireStyleSheetUpdate);
m_ownerNode
= 0; }
133
Node*
m_ownerNode
;
CSSStyleSheet.cpp
95
,
m_ownerNode
(0)
106
,
m_ownerNode
(ownerNode)
Completed in 2698 milliseconds