Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 130) sorted by relevance

123456

/external/webkit/JavaScriptCore/parser/
DNodes.cpp98 ScopeNode::ScopeNode(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, … in ScopeNode()
114 inline ProgramNode::ProgramNode(JSGlobalData* globalData, SourceElements* children, VarStack* varSt… in ProgramNode()
119 PassRefPtr<ProgramNode> ProgramNode::create(JSGlobalData* globalData, SourceElements* children, Var… in create()
132 inline EvalNode::EvalNode(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, F… in EvalNode()
137 PassRefPtr<EvalNode> EvalNode::create(JSGlobalData* globalData, SourceElements* children, VarStack*… in create()
161 inline FunctionBodyNode::FunctionBodyNode(JSGlobalData* globalData, SourceElements* children, VarSt… in FunctionBodyNode()
184 …ionBodyNode> FunctionBodyNode::create(JSGlobalData* globalData, SourceElements* children, VarStack… in create()
/external/webkit/WebCore/editing/
DWrapContentsInDummySpanCommand.cpp43 Vector<RefPtr<Node> > children; in executeApply() local
70 Vector<RefPtr<Node> > children; in doUnapply() local
DMergeIdenticalElementsCommand.cpp52 Vector<RefPtr<Node> > children; in doApply() local
80 Vector<RefPtr<Node> > children; in doUnapply() local
DSplitElementCommand.cpp49 Vector<RefPtr<Node> > children; in executeApply() local
79 Vector<RefPtr<Node> > children; in doUnapply() local
DRemoveNodePreservingChildrenCommand.cpp43 Vector<RefPtr<Node> > children; in doApply() local
/external/webkit/WebCore/rendering/
DRenderSVGRoot.h40 const RenderObjectChildList* children() const { return &m_children; } in children() function
41 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderTableRow.h36 const RenderObjectChildList* children() const { return &m_children; } in children() function
37 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderSVGContainer.h38 const RenderObjectChildList* children() const { return &m_children; } in children() function
39 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderTableCol.h39 const RenderObjectChildList* children() const { return &m_children; } in children() function
40 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderInline.h77 const RenderObjectChildList* children() const { return &m_children; } in children() function
78 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderFrameSet.h60 const RenderObjectChildList* children() const { return &m_children; } in children() function
61 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderMedia.h60 const RenderObjectChildList* children() const { return &m_children; } in children() function
61 RenderObjectChildList* children() { return &m_children; } in children() function
DRenderTableSection.h41 const RenderObjectChildList* children() const { return &m_children; } in children() function
42 RenderObjectChildList* children() { return &m_children; } in children() function
/external/webkit/WebKit/mac/WebView/
DWebRenderNode.h35 NSArray *children; variable
DWebRenderNode.mm146 {
/external/webkit/WebCore/accessibility/
DAccessibilityARIAGrid.cpp107 AccessibilityChildrenVector children = child->children(); in addChildren() local
144 AccessibilityChildrenVector children = tableRow->children(); in cellForColumnAndRow() local
DAccessibilityTableHeaderContainer.cpp53 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityTableHeaderContainer::children in children() function in WebCore::AccessibilityTableHeaderContainer
/external/webkit/WebCore/html/
DHTMLTableSectionElement.cpp82 RefPtr<HTMLCollection> children = rows(); in insertRow() local
104 RefPtr<HTMLCollection> children = rows(); in deleteRow() local
DHTMLTableRowElement.cpp135 RefPtr<HTMLCollection> children = cells(); in insertCell() local
158 RefPtr<HTMLCollection> children = cells(); in deleteCell() local
/external/webkit/WebCore/inspector/front-end/
Dtreeoutline.js31 this.children = []; property in TreeOutline
204 this.children = []; property
231 this.children = []; property
448 this.children = []; property in TreeElement
DDataGrid.js128 this.children = []; property in WebInspector.DataGrid
508 this.children = []; property
535 this.children = []; property
797 this.children = []; property in WebInspector.DataGridNode
/external/webkit/WebCore/bridge/qt/
Dqt_class.cpp151 QList<QObject*> children = obj->children(); in fieldNamed() local
185 QList<QObject*> children = obj->children(); in fieldNamed() local
/external/elfutils/tests/
Dshow-abbrev.c78 int children = dwarf_abbrevhaschildren (abbrev); in main() local
/external/bluetooth/glib/gio/fen/
Dfen-dump.c50 GList* children; in dump_node_tree() local
/external/webkit/WebCore/wml/
DWMLTableElement.cpp119 RefPtr<NodeList> children = startElement->childNodes(); in scanTableChildElements() local
135 RefPtr<NodeList> children = sourceElement->childNodes(); in transferAllChildrenOfElementToTargetElement() local

123456