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

  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 19 this.childIds = [];
40 var node = this.rootImpl.get(this.childIds[0]);
45 var childIds = this.childIds;
46 var node = this.rootImpl.get(childIds[childIds.length - 1]);
52 for (var i = 0, childID; childID = this.childIds[i]; i++)
133 ' childIds=' + JSON.stringify(this.childIds) +
304 var oldChildIDs = nodeImpl.childIds;
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 394 final LongArray childIds = mChildIds;
395 if (childIds == null) {
398 final int childCount = childIds.size();
401 parcel.writeInt((int) childIds.get(i));
AccessibilityNodeInfo.java 874 final LongArray childIds = mChildNodeIds;
875 if (childIds == null) {
881 final int index = childIds.indexOf(childNodeId);
885 childIds.remove(index);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 102 milliseconds