/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode15.js | 78 Using the method adoptNode, adopt a newly created DocumentFragment node without any children. 79 Check if the adopted node has no children.
|
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLFrameSetElementCustom.cpp | 46 Node* frame = frameSet->children()->namedItem(identifierToAtomicString(propertyName)); 55 Node* frame = element->children()->namedItem(identifierToAtomicString(propertyName));
|
/external/webkit/Source/WebCore/html/ |
HTMLNoScriptElement.cpp | 62 // If <noscript> needs processing, we make it visiable here, including its visible children 67 // Create renderers for its children
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditsPanel.js | 133 if (ruleResult && ruleResult.children) 157 var children = this.auditResultsTreeElement.children; 159 for (var i = 0; i < children.length; ++i) { 160 if (children[i].mainResourceURL === mainResourceURL) 392 if (!this.children) 393 this.children = []; 395 this.children.push(entry);
|
/external/webkit/Source/WebCore/rendering/ |
PaintInfo.h | 48 * Paint the object and its children, clipped by (x|y|w|h). 105 ListHashSet<RenderInline*>* outlineObjects; // used to list outlines that should be painted by a block with inline children
|
RenderFlexibleBox.cpp | 114 setChildrenInline(false); // All of our children must be block-level 140 // Positioned children and collapsed children don't affect the min/max width. 153 // Positioned children and collapsed children don't affect the min/max width. 298 // The first walk over our kids is to find out if we have any flexible children. 341 // their preferred widths. The second pass handles flexing the children. 348 // Our first pass is done without flexing. We simply lay the children 353 // make sure we relayout children if we need it. 537 // We didn't find any children that could grow [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebHistoryItemPrivate.idl | 57 [local] HRESULT children([out] unsigned* childCount, [out, retval] SAFEARRAY** children);
|
/frameworks/base/core/java/android/widget/ |
TextSwitcher.java | 29 * only children of type {@link android.widget.TextView}. 66 "TextSwitcher children must be instances of TextView");
|
FrameLayout.java | 41 * the children overlapping each other. You can, however, add multiple children to a FrameLayout 217 * into account by ensuring that the children are inset to be placed 220 * @param drawable The Drawable to be drawn on top of the children. 262 * foreground drawable, if non-null, is always drawn on top of the children. 510 * Sets whether to consider all children, or just those in 513 * @param measureAll true to consider children marked GONE, false otherwise. 524 * Determines whether all children, or just those in the VISIBLE or 527 * @return Whether all children are considered when measuring. 540 * Determines whether all children, or just those in the VISIBLE o [all...] |
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SgTransform.java | 79 mTransformData.children = null; 92 mTransformData.children = mChildField.getAllocation();
|
/libcore/luni/src/main/java/java/security/cert/ |
PolicyNode.java | 33 * Returns the list of children of this node as an {@code Iterator}. 35 * @return the list of children of this node as an {@code Iterator}.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
linecnt.good | 40 Their wives and children beg and cry. 78 And my wife and children at my feet,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
SlidingDrawerRule.java | 32 * drawers with their mandatory children and default sizing attributes 45 // Create mandatory children and reference them from the handle and content
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 244 // A custom view accepts children if its parent descriptor also does. 245 // The only exception to this is ViewGroup, which accepts children even though 249 ViewElementDescriptor[] children = null; local 251 // We can't figure out what the allowable children are by just 253 children = builtInList.toArray(new ViewElementDescriptor[builtInList.size()]); 258 children); 306 ElementDescriptor[] children) { 315 children,
|
/external/stlport/etc/ |
autoexp.dat | 29 children 63 children 97 children 124 children 146 children 172 children 192 children 240 children 280 children 295 children [all...] |
/external/v8/test/cctest/ |
test-cpu-profiler.cc | 172 profile->top_down()->root()->children(); 176 top_down_root_children->last()->children(); 180 top_down_bbb_children->last()->children(); 184 top_down_stub_children->last()->children(); 188 profile->bottom_up()->root()->children(); 197 bottom_up_root_children[0]->children(); 201 bottom_up_root_children[1]->children(); 204 bottom_up_root_children[2]->children(); 208 bottom_up_ddd_children->last()->children(); 259 while (node->children()->length() > 0) [all...] |
/external/libxslt/libxslt/ |
templates.c | 204 if (inst->children == NULL) 223 * OPTIMIZE TODO: if inst->children consists only of text-nodes. 225 xsltApplyOneTemplate(ctxt, contextNode, inst->children, NULL, NULL); 487 if (attr->children != NULL) { 488 if ((attr->children->type != XML_TEXT_NODE) || 489 (attr->children->next != NULL)) 492 "Internal error: The children of an attribute node of a " 496 value = attr->children->content; 516 xmlFreeNodeList(ret->children); 517 ret->children = ret->last = NULL [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
FileListingService.java | 269 * Returns the cached children of the entry. This returns the cache created from calling 278 * This uses the cached children list. 400 * @param currentChildren The list of current children. To prevent 403 * @param entryList the list of new children to be filled by the 566 public void setChildren(FileEntry entry, FileEntry[] children); 598 * Returns the children of a {@link FileEntry}. 618 * @return The list of children or <code>null</code> for asynchronous calls. 625 // enough children list, we just return that. 647 final FileEntry[] children = entry.getCachedChildren(); 648 if (children.length > 0 && children[0].isApplicationPackage()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 238 List<UiElementNode> children = model.getUiChildren(); local 239 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y); 251 List<UiElementNode> children = model.getUiChildren(); local 252 if (children != null && children.size() > 0 253 && VIEW_MERGE.equals(children.get(0).getDescriptor().getXmlName())) { 290 * <li>Invisible parents. These are nodes that can hold children and have empty 357 * they have no children and zero layout bounds). 499 List<CanvasViewInfo> children = canvasViewInfo.getChildren(); local 500 assert children instanceof RandomAccess [all...] |
/external/libxml2/ |
xmlsave.c | 433 xmlNodePtr children; local 435 children = attr->children; 436 while (children != NULL) { 437 switch (children->type) { 440 attr, children->content); 444 xmlBufferAdd(buf->buffer, children->name, 445 xmlStrlen(children->name)); 452 children = children->next [all...] |
/external/clang/include/clang/AST/ |
Stmt.h | 47 // references to children (to be compatible with StmtIterator). 409 /// Child Iterators: All subclasses must implement 'children' 418 child_range children(); 419 const_child_range children() const { function in class:clang::Stmt 420 return const_cast<Stmt*>(this)->children(); 423 child_iterator child_begin() { return children().first; } 424 child_iterator child_end() { return children().second; } 426 const_child_iterator child_begin() const { return children().first; } 427 const_child_iterator child_end() const { return children().second; } 490 child_range children() { function in class:clang::DeclStmt 536 child_range children() { return child_range(); } function in class:clang::NullStmt 624 child_range children() { function in class:clang::CompoundStmt 628 const_child_range children() const { function in class:clang::CompoundStmt 723 child_range children() { function in class:clang::CaseStmt 758 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::DefaultStmt 789 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::LabelStmt 830 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } function in class:clang::AttributedStmt 897 child_range children() { function in class:clang::IfStmt 991 child_range children() { function in class:clang::SwitchStmt 1051 child_range children() { function in class:clang::WhileStmt 1100 child_range children() { function in class:clang::DoStmt 1172 child_range children() { function in class:clang::ForStmt 1207 child_range children() { return child_range(); } function in class:clang::GotoStmt 1252 child_range children() { return child_range(&Target, &Target+1); } function in class:clang::IndirectGotoStmt 1279 child_range children() { return child_range(); } function in class:clang::ContinueStmt 1303 child_range children() { return child_range(); } function in class:clang::BreakStmt 1355 child_range children() { function in class:clang::ReturnStmt 1604 child_range children() { function in class:clang::AsmStmt 1643 child_range children() { function in class:clang::SEHExceptStmt 1680 child_range children() { function in class:clang::SEHFinallyStmt 1734 child_range children() { function in class:clang::SEHTryStmt [all...] |
/external/chromium/chrome/browser/resources/options/ |
cookies_list.js | 80 // causes them to request their children if they have none. Note that we 324 this.children = []; 336 this.children.splice(index, 0, child); 347 if (index < this.children.length) { 348 this.children.splice(index, 1); 354 * Clears all children. 359 // We might leave some garbage in parentLookup for removed children. 362 this.children = []; 404 if (this.children.length > 0) { 405 for (var i = 0; i < this.children.length; ++i [all...] |
/external/webkit/Source/WebCore/dom/ |
ContainerNode.cpp | 81 NodeVector children; local 82 collectNodes(oldParent, children); 85 for (unsigned i = 0; i < children.size(); ++i) { 87 if (children[i]->attached()) 88 children[i]->detach(); 90 RefPtr<Node> child = document()->adoptNode(children[i].release(), ec); 168 // Send notification about the children change. 289 // For a fragment we have more children to do. 390 NodeVector children; local 391 collectNodes(container, children); 753 NodeVector children; local [all...] |
/cts/suite/audio_quality/test/ |
TaskCaseCommon.h | 28 * Create TaskCase with setup and action as children
|
/cts/tests/tests/webkitsecurity/assets/ |
image-map-update-parent-crash.html | 25 // First access all children using AX
|