/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodeinsertbefore09.js | 80 If refChild is null, insert newChild at the end of the list of children. 81 If newChild is a DocumentFragment object, all of its children are inserted, in the same
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityScrollView.cpp | 61 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityScrollView::children() function in class:WebCore::AccessibilityScrollView 69 // AX information (because there are no scroll bar children in the ScrollView object in WK1).
|
AccessibilitySlider.cpp | 52 const AccessibilityObject::AccessibilityChildrenVector& AccessibilitySlider::children() function in class:WebCore::AccessibilitySlider
|
/external/webkit/Source/WebCore/html/ |
HTMLElement.h | 38 PassRefPtr<HTMLCollection> children();
|
/external/webkit/Source/WebCore/rendering/ |
RenderInline.cpp | 71 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will 73 children()->destroyLeftoverChildren(); 75 // Destroy our continuation before anything other than anonymous children. 76 // The reason we don't destroy it before anonymous children is that they may 77 // have continuations of their own that are anonymous children of our continuation. 95 // lines aren't pointing to deleted children. If the first line box does 160 children()->updateBeforeAfterContent(this, BEFORE); 161 children()->updateBeforeAfterContent(this, AFTER); 246 // the children after |beforeChild| and put them in a clone of this object. 260 children()->updateBeforeAfterContent(this, AFTER) [all...] |
RenderObject.h | 135 if (const RenderObjectChildList* children = virtualChildren()) 136 return children->firstChild(); 141 if (const RenderObjectChildList* children = virtualChildren()) 142 return children->lastChild(); 147 if (const RenderObjectChildList* children = virtualChildren()) 148 return children->beforePseudoElementRenderer(this); 153 if (const RenderObjectChildList* children = virtualChildren()) 154 return children->afterPseudoElementRenderer(this); 193 // children. [all...] |
RenderTableRow.cpp | 69 children()->updateBeforeAfterContent(this, BEFORE); 70 children()->updateBeforeAfterContent(this, AFTER); 193 // Just forward to our children always.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebviewprivate.h | 67 HashSet<GtkWidget*> children; member in struct:_WebKitWebViewPrivate
|
/sdk/chimpchat/src/com/android/chimpchat/hierarchyviewer/ |
HierarchyViewer.java | 92 for (ViewNode child : rootNode.children) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceContentProvider.java | 39 public void setChildren(final FileEntry entry, FileEntry[] children) {
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
LayoutViewer.java | 163 final int N = node.children.size(); 165 DrawableViewNode child = node.children.get(i); 275 final int N = node.children.size(); 277 paintRecursive(gc, node.children.get(i), left - node.viewNode.scrollX, top
|
/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 33 std::for_each(children().begin(), 34 children().end(), 264 lower_bound(children().begin(), 265 children().end(), 269 if (origin_node_iterator != children().end() && 274 // children. 277 model_->Add(this, retval, (origin_node_iterator - children().begin())); 491 lower_bound(children().begin(), 492 children().end(), 495 GetModel()->Add(this, new_child, iter - children().begin()) [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 693 child_range children() { return child_range(); } function in class:clang::OpaqueValueExpr 967 child_range children() { return child_range(); } function in class:clang::DeclRefExpr 1016 child_range children() { return child_range(); } function in class:clang::PredefinedExpr 1112 child_range children() { return child_range(); } function in class:clang::IntegerLiteral 1157 child_range children() { return child_range(); } function in class:clang::CharacterLiteral 1206 child_range children() { return child_range(); } function in class:clang::FloatingLiteral 1237 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::ImaginaryLiteral 1399 child_range children() { return child_range(&Val, &Val+1); } function 1496 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::StringLiteral::UnaryOperator 1877 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr 2273 child_range children() { return child_range(&Base, &Base+1); } function 2335 child_range children() { return child_range(&Init, &Init+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CompoundLiteralExpr 2426 child_range children() { return child_range(&Op, &Op+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CastExpr 2709 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::BinaryOperator 2875 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::ConditionalOperator 2958 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::BinaryConditionalOperator 3014 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::AddrLabelExpr 3058 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::StmtExpr 3127 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::ShuffleVectorExpr 3197 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::ChooseExpr 3234 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::GNUNullExpr 3280 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::VAArgExpr 3450 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::InitListExpr 3822 child_range children() { return child_range(); } function 3978 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::ParenListExpr 4050 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::ExtVectorElementExpr 4093 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::BlockExpr 4133 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::BlockDeclRefExpr 4180 child_range children() { return child_range(&SrcExpr, &SrcExpr+1); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::AsTypeExpr 4273 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::AtomicExpr [all...] |
ExprObjC.h | 56 child_range children() { return child_range(&String, &String+1); } function in class:clang::ObjCStringLiteral 100 child_range children() { return child_range(); } function in class:clang::ObjCEncodeExpr 137 child_range children() { return child_range(); } function in class:clang::ObjCSelectorExpr 174 child_range children() { return child_range(); } function in class:clang::ObjCProtocolExpr 225 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCIvarRefExpr 396 child_range children() { function in class:clang::ObjCPropertyRefExpr 980 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCMessageExpr 1038 child_range children() { return child_range(&Operand, &Operand+1); } function in class:clang::ObjCIndirectCopyRestoreExpr [all...] |
/external/libxml2/ |
xmlschemas.c | 186 #define WXS_PARTICLE_TERM(p) (WXS_PARTICLE(p))->children 190 #define WXS_PARTICLE_MODEL(p) WXS_MODEL_GROUP_CAST WXS_PARTICLE(p)->children 194 #define WXS_MODELGROUPDEF_MODEL(mgd) (WXS_MODEL_GROUP_CAST (mgd))->children 203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children 503 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem 665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group, member in struct:_xmlSchemaParticle 685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */ member in struct:_xmlSchemaModelGroup 703 xmlSchemaTreeItemPtr children; /* the "model group" */ member in struct:_xmlSchemaModelGroupDef [all...] |
/frameworks/base/tools/localize/ |
XLIFFFile.cpp | 355 const vector<XMLNode*>& children = original->Children(); local 356 size_t I = children.size(); 358 err |= convert_html_to_xliff(children[i], name, copy, phID); 376 if (original->Children().size() == 0) { 401 const vector<XMLNode*>& children = original->Children(); local 402 size_t I = children.size(); 404 err |= convert_html_to_xliff(children[i], name, addTo, phID); 427 const vector<XMLNode*>& children = str.value->Children() local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 110 final List<? extends INode> children) { 112 final List<? extends INode> targets = children == null || children.size() == 0 ? 114 : children; 150 // to the parent whereas for LinearLayout it's on the children) 183 final List<? extends INode> children) { 184 super.addLayoutActions(actions, parentNode, children); 186 final List<? extends INode> targets = children == null || children.size() == 0 ? 188 : children; [all...] |
/external/chromium/webkit/glue/ |
glue_serialize_unittest.cc | 75 // Children 123 // Children 124 const WebVector<WebHistoryItem>& a_children = a.children(); 125 const WebVector<WebHistoryItem>& b_children = b.children();
|
/external/libxml2/include/libxml/ |
tree.h | 218 struct _xmlNode *children; /* NULL */ member in struct:_xmlAttribute 311 struct _xmlNode *children; /* NULL */ member in struct:_xmlElement 371 struct _xmlNode *children; /* the value of the property link */ member in struct:_xmlDtd 399 struct _xmlNode *children; /* the value of the property */ member in struct:_xmlAttr 454 struct _xmlNode *children; /* parent->childs link */ member in struct:_xmlNode 516 struct _xmlNode *children; /* the document tree */ member in struct:_xmlDoc 596 * to "children." 599 #define xmlChildrenNode children 606 * to "children". 609 #define xmlRootNode children [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 515 cg_symbol::children::const_iterator cit; 516 cg_symbol::children::const_iterator cend = sym->callers.end(); 738 cg_symbol::children const cg_symb, op_bfd * & abfd) 740 cg_symbol::children::const_iterator cit; 741 cg_symbol::children::const_iterator cend = cg_symb.end(); 943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb, 947 cg_symbol::children::const_iterator cit; 948 cg_symbol::children::const_iterator cend = cg_symb.end();
|
format_output.h | 296 cg_symbol::children const cg_symb, op_bfd * & abfd); 316 cg_symbol::children const cg_symb,
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotView.js | 98 var children = this.children; 100 children.sort(sortFunction); 101 for (var i = 0, l = children.length; i < l; ++i) { 102 var child = children[i]; 318 if (!this.children.length) 633 var current = this.dataGrid.children[0]; 707 var child = this.dataGrid.children[0]; [all...] |
ObjectPropertiesSection.js | 81 if (!this.propertiesTreeOutline.children.length) { 149 if (this.children.length && !this.shouldRefreshChildren) 250 // Lie about our children to prevent expanding on double click and to collapse subproperties.
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
GraphicsLayerTextureMapper.cpp | 87 bool GraphicsLayerTextureMapper::setChildren(const Vector<GraphicsLayer*>& children) 90 return GraphicsLayer::setChildren(children);
|
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 161 // and any of its children. XML document disposal can corrupt memory 186 xmlNodePtr stylesheetRoot = document()->children; 188 // Top level children may include other things such as DTD nodes, we ignore those. 205 // Walk the children of the root element and look for import/include elements. 207 xmlNodePtr curr = stylesheetRoot->children;
|