HomeSort by relevance Sort by last modified time
    Searched refs:addChild (Results 201 - 225 of 408) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 66 newParent->addChild(child);
75 parent->addChild(child);
RenderTable.cpp 114 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild)
165 RenderBox::addChild(child, beforeChild);
170 lastChild()->addChild(child);
177 section->addChild(child);
188 lastBox->addChild(child, beforeChild);
196 addChild(section, beforeChild);
197 section->addChild(child);
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.cpp 52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) {
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 299 addChild(scenarioResults, true);
366 addChild(scenarioResults, true);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 313 public void addChild(Bone bone) {
608 this.addChild(childList.get(i));
  /external/skia/src/animator/
SkDrawGroup.cpp 52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) {
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 170 def addChild(self, t):
316 use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
348 def addChild(self, t, child):
729 def addChild(self, childTree):
1015 self.addChild(newTree, newSubTree)
1020 def addChild(self, tree, child):
1034 tree.addChild(child)
1085 # add oldRoot to newRoot; addChild takes care of case where oldRoot
1088 newRoot.addChild(oldRoot
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 708 Buffer.addChild(getOrCreateTemplateTypeParameterDIE(
711 Buffer.addChild(getOrCreateTemplateValueParameterDIE(
731 ContextDIE->addChild(Die);
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java     [all...]
  /frameworks/base/core/java/android/widget/
Spinner.java 575 * @param addChild true to add the child to the spinner, false to obtain and configure only.
578 private View makeView(int position, boolean addChild) {
585 setUpChild(child, addChild);
595 setUpChild(child, addChild);
605 * @param addChild true if the child should be added to the Spinner during setup
607 private void setUpChild(View child, boolean addChild) {
616 if (addChild) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 243 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, name));
245 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close, oldLength, name));
261 rootEdit.addChild(edit);
382 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength,
385 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close,
VisualRefactoring.java     [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 396 jarBuildStep.addChild(buildStep);
416 jarBuildStep.addChild(buildStep);
462 dexBuildStep.addChild(jarBuildStep);
  /external/smali/smali/src/main/antlr3/
smaliParser.g 362 root.addChild(child);
426 root.addChild(new CommonTree(token));
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 1051 xmpParent.addChild(newChild);
1055 xmpParent.addChild(1, newChild);
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 56 bool TaskCase::addChild(TaskGeneric* child)
61 LOGE("TestCase::addChild wrong child type %d", child->getType());
64 return TaskGeneric::addChild(child);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 483 result.addChild(dupTreeNoActions(subchild, result));
522 root.addChild(dupTree(child));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 341 void RenderSVGRoot::addChild(RenderObject* child, RenderObject* beforeChild)
343 RenderReplaced::addChild(child, beforeChild);
RenderSVGText.cpp 530 void RenderSVGText::addChild(RenderObject* child, RenderObject* beforeChild)
532 RenderSVGBlock::addChild(child, beforeChild);
  /external/chromium_org/v8/test/mjsunit/tools/
profile_view.js 36 opt_parent.addChild(node);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 74 if (parent != null) parent.addChild(viewNode);
166 public void addChild(ViewNode viewNode) {
  /external/v8/test/mjsunit/tools/
profile_view.js 36 opt_parent.addChild(node);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 119 public void addChild(Component child) {
494 component.addChild(child);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 85 static void addChild (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE root, pANTLR3_BASE_TREE child);
106 delboy->addChild = addChild;
1025 addChild (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE root, pANTLR3_BASE_TREE child)
1029 sprintf(buffer, "addChild\t%d\t%d\n", delboy->adaptor->getUniqueID(delboy->adaptor, root),

Completed in 1087 milliseconds

1 2 3 4 5 6 7 891011>>