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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 19 virtual bool PlatformIsLeaf() const OVERRIDE;
browser_accessibility_android.cc 58 bool BrowserAccessibilityAndroid::PlatformIsLeaf() const {
86 return BrowserAccessibility::PlatformIsLeaf();
109 return (PlatformIsLeaf() && !GetText().empty());
308 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
579 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
592 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
browser_accessibility.h 79 virtual bool PlatformIsLeaf() const;
81 // Returns the number of children of this object, or 0 if PlatformIsLeaf()
86 // invalid index. Returns NULL if PlatformIsLeaf() returns true.
browser_accessibility.cc 46 bool BrowserAccessibility::PlatformIsLeaf() const {
66 return PlatformIsLeaf() ? 0 : InternalChildCount();
browser_accessibility_manager_android.cc 417 if (ancestor->PlatformIsLeaf() ||

Completed in 192 milliseconds