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 23 this.childIds = [];
47 var node = this.rootImpl.get(this.childIds[0]);
52 var childIds = this.childIds;
53 var node = this.rootImpl.get(childIds[childIds.length - 1]);
59 for (var i = 0, childID; childID = this.childIds[i]; i++) {
143 ' childIds=' + $JSON.stringify(this.childIds) +
331 nodeToClearImpl.childIds = [
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 408 final LongArray childIds = mChildIds;
409 if (childIds == null) {
412 final int childCount = childIds.size();
415 parcel.writeInt((int) childIds.get(i));
AccessibilityNodeInfo.java 876 final LongArray childIds = mChildNodeIds;
877 if (childIds == null) {
883 final int index = childIds.indexOf(childNodeId);
887 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 1123 milliseconds