HomeSort by relevance Sort by last modified time
    Searched refs:addChild (Results 276 - 300 of 420) sorted by null

<<11121314151617

  /frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java 343 node.addChild(mView, childVirtualViewId);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 61 parent.addChild(child);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 484 node.addChild(child);
518 _node.addChild(_child);
605 p_node.addChild(c_node);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 59 void ScrollView::addChild(PassRefPtr<Widget> prpChild)
78 addChild(m_horizontalScrollbar.get());
92 addChild(m_verticalScrollbar.get());
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 91 DomTreeNodeBase<NodeT> *addChild(DomTreeNodeBase<NodeT> *C) {
487 IDomNode->addChild(new DomTreeNodeBase<NodeT>(BB, IDomNode));
635 return this->DomTreeNodes[BB] = IDomNode->addChild(C);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 723 public void addChild(View child) {
724 addChild(child, UNDEFINED);
741 public void addChild(View root, int virtualDescendantId) {
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/chromium_org/v8/tools/
profile.js 632 * parentClone.addChild(nodeClone);
705 CallTree.Node.prototype.addChild = function(label) {
751 return this.findChild(label) || this.addChild(label);
  /external/v8/tools/
profile.js 632 * parentClone.addChild(nodeClone);
705 CallTree.Node.prototype.addChild = function(label) {
751 return this.findChild(label) || this.addChild(label);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 170 delegator.compositeTreeNode.addChild(new CompositeGrammarTree(delegate));
174 t.addChild();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 301 lineBoxParent->addChild(m_marker, firstNonMarkerChild(lineBoxParent));
RenderQuote.cpp 271 addChild(fragment);
RenderBlock.cpp 620 newBlockBox->addChild(newChild);
669 newBlockBox->addChild(newChild);
729 beforeChild->parent()->addChild(newChild, beforeChild);
731 addChild(newChild, beforeChild->parent());
738 beforeChildAnonymousContainer->addChild(newChild, beforeChild);
    [all...]
RenderObject.h 263 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0);
264 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 219 addChild(m_listBox.get());
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 42 bool SkDisplayable::addChild(SkAnimateMaker& , SkDisplayable* child) {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 65 void WebLayerImpl::addChild(WebLayer* child) {
66 layer_->AddChild(static_cast<WebLayerImpl*>(child)->layer());
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java 112 parent.addChild(bone);
  /external/skia/src/animator/
SkDisplayable.cpp 42 bool SkDisplayable::addChild(SkAnimateMaker& , SkDisplayable* child) {
  /frameworks/base/tools/aapt/
XMLNode.cpp 743 status_t XMLNode::addChild(const sp<XMLNode>& child)
    [all...]
  /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/
PerformanceResults.java 412 addChild(componentResults, true);
417 addChild(componentResults, true);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 501 arrayNode.addChild(1, xdItem);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 358 rootEdit.addChild(replace);
371 rootEdit.addChild(edit);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 383 _this.addChild(node);
416 this.addChild(node);
427 tree.addChild(
433 Node.prototype.addChild = function(node) {
646 new_parent.addChild(child);
649 original_parent.addChild(new_parent);
664 this.addChild(node);
    [all...]

Completed in 1963 milliseconds

<<11121314151617