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

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilLayoutElementImpl.java 48 int childrenCount = childNodes.getLength();
49 for (int i = 0; i < childrenCount; i++) {
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGridRow.cpp 131 unsigned childrenCount = rowChildren.size();
132 for (unsigned i = 0; i < childrenCount; ++i) {
AccessibilityTableColumn.cpp 95 unsigned childrenCount = rowChildren.size();
96 for (unsigned i = 0; i < childrenCount; ++i) {
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListTester.java 101 final int childrenCount = mAdapter.getChildrenCount(groupIndex);
102 for (int childIndex = 0; childIndex < childrenCount; childIndex++) {
178 final int childrenCount = mAdapter.getChildrenCount(groupIndex);
179 for (int childIndex = 0; childIndex < childrenCount; childIndex++) {
232 final int childrenCount = mAdapter.getChildrenCount(groupIndex);
233 for (int childIndex = 0; childIndex < childrenCount; childIndex++) {
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 74 int childrenCount();
AccessibilityUIElement.cpp 446 return JSValueMakeNumber(context, toAXElement(thisObject)->childrenCount());
639 { "childrenCount", getChildrenCountCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 63 int count = childrenCount();
78 int AccessibilityUIElement::childrenCount()
  /packages/apps/IM/src/com/android/im/imps/
ImpsPresenceUtils.java 134 int childrenCount = elem.getChildCount();
135 if (childrenCount > 0) {
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 79 int AccessibilityUIElement::childrenCount()
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 233 int AccessibilityUIElement::childrenCount()

Completed in 362 milliseconds