Searched defs:firstChild (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSplitTextNodeContainingElementCommand.cpp57 Node* firstChild = parent->firstChild(); local
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMNode.h42 @property(readonly) WKDOMNode *firstChild; variable
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAdjacencyList.h63 AdjacencyList(Kind kind, unsigned firstChild, unsigned numChildren) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMedia.h43 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderMedia
H A DRenderObjectChildList.h43 RenderObject* firstChild() const { return m_firstChild; } function in class:WebCore::RenderObjectChildList
H A DCounterNode.h61 CounterNode* firstChild() const { return m_firstChild; } function in class:WebCore::CounterNode
H A DRenderTableCol.h40 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderTableCol
H A DRenderTableRow.h39 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderTableRow
H A DRenderFrameSet.h61 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderFrameSet
H A DRenderInline.h40 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderInline
H A DInlineFlowBox.h80 InlineBox* firstChild() const { checkConsistency(); return m_firstChild; } function in class:WebCore::InlineFlowBox
H A DRenderListItem.cpp222 RenderObject* firstChild = curr->firstChild(); local
H A DRenderTableSection.h68 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderTableSection
/macosx-10.9.5/swig-10/Source/Swig/
H A Dswigtree.h20 #define firstChild(x) Getattr(x,"firstChild") macro
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTreeWalker.cpp74 Node* TreeWalker::firstChild(ScriptState* state) function in class:WebCore::TreeWalker
H A DTreeWalker.h59 Node* firstChild() { return firstChild(scriptStateFromNode(mainThreadNormalWorld(), m_current.get())); } function in class:WebCore::TreeWalker
H A DComposedShadowTreeWalker.cpp70 void ComposedShadowTreeWalker::firstChild() function in class:WebCore::ComposedShadowTreeWalker
H A DContainerNode.h85 Node* firstChild() const { return m_firstChild; } function in class:WebCore::ContainerNode
231 inline Node* Node::firstChild() const function in class:WebCore::Node
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameTree.h55 Frame* firstChild() const { return m_firstChild.get(); } function in class:WebCore::FrameTree
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLErrors.cpp170 Node* firstChild = documentElement->firstChild(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkPopupMenu.cpp215 GList* firstChild = currentChild; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGContainer.h39 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderSVGContainer
H A DRenderSVGRoot.h47 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } function in class:WebCore::RenderSVGRoot
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp507 bool firstChild = isFirstChildElement(element); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileNode.h102 ProfileNode* firstChild() const { return m_children.size() ? m_children.first().get() : 0; } function in class:JSC::ProfileNode

Completed in 287 milliseconds

123