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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 47 if (InternalChildCount() == 0)
66 return PlatformIsLeaf() ? 0 : InternalChildCount();
86 DCHECK(child_index < InternalChildCount());
101 GetParent()->InternalChildCount() - 1)) {
108 uint32 BrowserAccessibility::InternalChildCount() const {
220 for (size_t i = 0; i < InternalChildCount(); ++i) {
237 for (size_t i = 0; i < InternalChildCount() && child_end < start + len; ++i) {
678 for (size_t i = 0; i < InternalChildCount(); ++i)
browser_accessibility_android.cc 59 if (InternalChildCount() == 0)
311 for (uint32 i = 0; i < InternalChildCount(); i++) {
581 for (uint32 i = 0; i < InternalChildCount(); i++) {
594 for (uint32 i = 0; i < InternalChildCount(); i++) {
browser_accessibility.h 150 uint32 InternalChildCount() const;
browser_accessibility_win.cc 618 for (size_t i = 0; i < InternalChildCount(); ++i) {
629 for (size_t i = 0; i < InternalChildCount(); ++i) {
644 for (size_t i = 0; i < InternalChildCount(); ++i) {
    [all...]

Completed in 60 milliseconds