/external/webkit/Source/WebCore/accessibility/ |
AccessibilityObject.cpp | 772 AccessibilityChildrenVector axChildren = children(); 789 AccessibilityChildrenVector axChildren = children(); 803 AccessibilityChildrenVector axChildren = children(); [all...] |
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview.cpp | 957 QList<QGraphicsItem *> children = d->newWindowParent->childItems(); local 958 for (int i = 0; i < children.count(); ++i) 959 children.at(i)->setParentItem(parent); [all...] |
/external/webkit/Tools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 280 GSList* children = DumpRenderTreeSupportGtk::getFrameChildren(frame); local 281 for (GSList* child = children; child; child = g_slist_next(child)) 283 g_slist_free(children); [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 229 <td>Called after a view and all of its children has been inflated 237 of its children. 243 of its children.
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 132 * Returns the names of all children of this node or an empty array if this 133 * node has no children. 135 * @return the names of all children of this node. [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 344 * Append the result of the parse operation as children of the context 350 * Replace all the children of the context node with the result of the 427 * children of the context node. The set of possible actions is
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
MailboxUtilitiesTests.java | 43 // Flag sets found in regular email folders that are parents or children 273 // Initial configuration for this test: box1 has two children. 656 // that children get associated only with boxes in their own account [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MailboxUtilitiesTests.java | 43 // Flag sets found in regular email folders that are parents or children 273 // Initial configuration for this test: box1 has two children. 656 // that children get associated only with boxes in their own account [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
XmlPrettyPrinterTest.java | 89 NodeList children = node.getChildNodes(); local 90 for (int i = 0, n = children.getLength(); i < n; i++) { 91 Node child = children.item(i); [all...] |
/bionic/libc/kernel/common/linux/ |
device.h | 110 struct list_head children; member in class:__anon250
|
/bootable/recovery/minadbd/ |
adb.c | 385 // No SIGCHLD. Let the service subproc handle its children.
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 57 * sections. Doesn't treat children sections differently.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreenodestream.h | 130 /// be a list. Number of children may be different
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 788 /** match ^(root children) in tree parser */ 789 tree(root, actionsAfterRoot, children, nullableChildList, 796 <children:element()> 801 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 850 /** match ^(root children) in tree parser */ 851 tree(root, children, nullableChildList) ::= << 857 <children:element()> 864 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 862 /** match ^(root children) in tree parser */ 863 tree(root, actionsAfterRoot, children, nullableChildList, 870 <children:element()> 875 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
JavaScript.stg | 798 /** match ^(root children) in tree parser */ 799 tree(root, actionsAfterRoot, children, nullableChildList,enclosingTreeLevel, treeLevel) ::= << 805 <children:element()> 810 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 821 /** match ^(root children) in tree parser */ 822 tree(root, actionsAfterRoot, children, nullableChildList, 829 <children:element()> 834 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 947 /** match ^(root children) in tree parser */ 948 tree(root, actionsAfterRoot, children, nullableChildList, 955 <children:element()> 960 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 732 /** match ^(root children) in tree parser */ 733 tree(root, actionsAfterRoot, children, nullableChildList, enclosingTreeLevel, treeLevel) ::= << 739 <children:element()> 744 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 852 /** match ^(root children) in tree parser */ 853 tree(root, actionsAfterRoot, children, nullableChildList, 861 <children:element()> 868 <children:element()> [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemApplyTemplates.java | 361 // Loop through the children of the template, calling execute on
|
ElemTemplate.java | 358 * This after the template's children have been composed.
|
Stylesheet.java | 290 * imported or included by children of that xsl:stylesheet element. 307 * imported or included by children of that xsl:stylesheet element. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 576 /** children axes opcode. */
|