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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 93 int CountChildrenWithRole(ui::AXRole role) const;
browser_accessibility_android.cc 528 return CountChildrenWithRole(ui::AX_ROLE_ROW);
543 return CountChildrenWithRole(ui::AX_ROLE_COLUMN);
650 int BrowserAccessibilityAndroid::CountChildrenWithRole(ui::AXRole role) const {

Completed in 5120 milliseconds