Searched defs:m_node (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DNativeXPathNSResolver.h45 RefPtr<Node> m_node; member in class:WebCore::NativeXPathNSResolver
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityNodeObject.h103 virtual bool isDetached() const OVERRIDE { return !m_node; }
185 virtual Node* node() const OVERRIDE { return m_node; }
198 Node* m_node; member in class:WebCore::AccessibilityNodeObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventPathWalker.h39 Node* node() const { return const_cast<Node*>(m_node); }
43 const Node* m_node; member in class:WebCore::EventPathWalker
H A DNodeWithIndex.h38 : m_node(node)
44 Node* node() const { return m_node; }
49 m_index = m_node->nodeIndex();
52 ASSERT(m_index == static_cast<int>(m_node->nodeIndex()));
57 Node* m_node; member in class:WebCore::NodeWithIndex
H A DEventDispatcher.h60 Node* node() const { return m_node.get(); }
73 RefPtr<Node> m_node; member in class:WebCore::EventDispatcher
H A DNodeRenderingContext.h48 Node* node() const { return m_node; }
60 Node* m_node; member in class:WebCore::NodeRenderingContext
H A DEventContext.h47 Node* node() const { return m_node.get(); }
62 RefPtr<Node> m_node; member in class:WebCore::EventContext
115 return target && target->toNode() && !target->toNode()->isSVGElement() && !target->toNode()->treeScope()->isInclusiveAncestorOf(m_node->treeScope());
H A DContainerNode.h334 : m_node(node)
336 ASSERT(m_node);
337 m_node->suspendPostAttachCallbacks();
342 m_node->resumePostAttachCallbacks();
346 ContainerNode* m_node; member in class:WebCore::PostAttachCallbackDisabler
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DAppendNodeCommand.h51 RefPtr<Node> m_node; member in class:WebCore::AppendNodeCommand
H A DRemoveNodePreservingChildrenCommand.h45 RefPtr<Node> m_node; member in class:WebCore::RemoveNodePreservingChildrenCommand
H A DDeleteFromTextNodeCommand.h52 RefPtr<Text> m_node; member in class:WebCore::DeleteFromTextNodeCommand
H A DInsertIntoTextNodeCommand.h52 RefPtr<Text> m_node; member in class:WebCore::InsertIntoTextNodeCommand
H A DRemoveNodeCommand.h50 RefPtr<Node> m_node; member in class:WebCore::RemoveNodeCommand
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNodeInput.h52 AudioNode* node() const { return m_node; }
83 AudioNode* m_node; member in class:WebCore::AudioNodeInput
H A DAudioNodeOutput.h49 AudioNode* node() const { return m_node; }
50 AudioContext* context() { return m_node->context(); }
89 AudioNode* m_node; member in class:WebCore::AudioNodeOutput
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.h125 RefPtr<Node> m_node; member in class:WebCore::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8LazyEventListener.h76 Node* m_node; member in class:WebCore::V8LazyEventListener
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DPageConsoleAgent.cpp61 explicit InspectableNode(Node* node) : m_node(node) { }
64 return InjectedScriptHost::nodeAsScriptValue(state, m_node);
67 Node* m_node; member in class:WebCore::InspectableNode
H A DDOMEditor.cpp55 , m_node(node)
61 m_anchorNode = m_node->nextSibling();
67 m_parentNode->insertBefore(m_node.get(), m_anchorNode.get(), es);
73 m_parentNode->removeChild(m_node.get(), es);
79 RefPtr<Node> m_node; member in class:WebCore::DOMEditor::RemoveChildAction
89 , m_node(node)
96 if (m_node->parentNode()) {
97 m_removeChildAction = adoptPtr(new RemoveChildAction(m_node->parentNode(), m_node.get()));
101 m_parentNode->insertBefore(m_node
125 RefPtr<Node> m_node; member in class:WebCore::DOMEditor::InsertBeforeAction
245 RefPtr<Node> m_node; member in class:WebCore::DOMEditor::SetOuterHTMLAction
351 RefPtr<Node> m_node; member in class:WebCore::DOMEditor::SetNodeValueAction
[all...]
H A DDOMPatchSupport.cpp63 explicit Digest(Node* node) : m_node(node) { }
67 Node* m_node; member in struct:WebCore::DOMPatchSupport::Digest
169 Node* oldNode = oldDigest->m_node;
170 Node* newNode = newDigest->m_node;
322 if (oldList[i]->m_node->hasTagName(headTag)) {
326 if (oldList[i]->m_node->hasTagName(bodyTag)) {
366 if (oldHead && newList[i]->m_node->hasTagName(headTag))
368 if (oldBody && newList[i]->m_node->hasTagName(bodyTag))
391 RefPtr<Node> node = oldMap[i].first->m_node;
456 bool result = m_domEditor->insertBefore(parentNode, digest->m_node, ancho
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h89 RefPtr<WebCore::Node> m_node; member in class:WebKit::LinkHighlight
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java104 v.setItem(((NodeCompareElem) nodes.elementAt(i)).m_node, i);
159 XObject r1 = k.m_selectPat.execute(m_execContext, n1.m_node,
161 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node,
222 XObject r1 = k.m_selectPat.execute(m_execContext, n1.m_node,
224 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node,
271 DTM dtm = support.getDTM(n1.m_node); // %OPT%
272 result = dtm.isNodeAfter(n1.m_node, n2.m_node) ? -1 : 1;
465 int m_node; field in class:NodeSorter.NodeCompareElem
493 m_node
[all...]
H A DXalanTransformState.java40 Node m_node = null; field in class:XalanTransformState
55 m_node = n;
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DComposedShadowTreeWalker.h57 Node* get() const { return const_cast<Node*>(m_node); }
85 ASSERT(m_node);
87 ASSERT(!m_node->isShadowRoot());
89 ASSERT(!m_node->isShadowRoot() || toShadowRoot(m_node)->isYoungest());
90 ASSERT(!isActiveInsertionPoint(m_node));
97 if (m_node)
125 const Node* m_node; member in class:WebCore::ComposedShadowTreeWalker
130 : m_node(node)
135 if (m_node
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLStackItem.h61 Element* element() const { return toElement(m_node.get()); }
62 ContainerNode* node() const { return m_node.get(); }
213 : m_node(node)
220 m_tokenLocalName = m_node->localName();
221 m_namespaceURI = m_node->namespaceURI();
228 : m_node(node)
236 RefPtr<ContainerNode> m_node; member in class:WebCore::HTMLStackItem

Completed in 748 milliseconds

12