HomeSort by relevance Sort by last modified time
    Searched refs:childlist (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ppapi/generators/
idl_parser.py 871 # childlist - The children of the new item
872 def BuildProduction(self, cls, p, index, childlist=None):
873 if not childlist: childlist = []
877 out = IDLNode(cls, filename, lineno, pos, childlist)
882 def BuildNamed(self, cls, p, index, childlist=None):
883 if not childlist: childlist = []
884 childlist.append(self.BuildAttribute('NAME', p[index]))
885 return self.BuildProduction(cls, p, index, childlist)
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 886 # childlist - The children of the new item
887 def BuildProduction(self, cls, p, index, childlist=None):
889 if not childlist:
890 childlist = []
895 out = IDLNode(cls, filename, lineno, pos, childlist)
905 def BuildNamed(self, cls, p, index, childlist=None):
906 childlist = ListFromConcat(childlist)
907 childlist.append(self.BuildAttribute('NAME', p[index]))
908 return self.BuildProduction(cls, p, index, childlist)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 529 List<UiElementNode> childlist = mUiParent.getUiChildren(); local
530 if (childlist != null && childlist.size() > 1 && childlist.get(0) != this) {
531 int index = childlist.indexOf(this);
532 return index > 0 ? childlist.get(index - 1) : null;
546 List<UiElementNode> childlist = mUiParent.getUiChildren(); local
547 if (childlist != null) {
548 int size = childlist.size();
549 if (size > 1 && childlist.get(size - 1) != this)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 1728 RenderObjectChildList* childlist = parent()->virtualChildren(); local
    [all...]

Completed in 1076 milliseconds