Searched refs:PlatformIsLeaf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.h19 virtual bool PlatformIsLeaf() const OVERRIDE;
H A Dbrowser_accessibility_android.cc59 bool BrowserAccessibilityAndroid::PlatformIsLeaf() const { function in class:content::BrowserAccessibilityAndroid
87 return BrowserAccessibility::PlatformIsLeaf();
110 return (PlatformIsLeaf() && !GetText().empty());
274 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
539 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
552 // This is called from PlatformIsLeaf, so don't call PlatformChildCount
H A Dbrowser_accessibility.h98 virtual bool PlatformIsLeaf() const;
100 // Returns the number of children of this object, or 0 if PlatformIsLeaf()
105 // invalid index. Returns NULL if PlatformIsLeaf() returns true.
H A Dbrowser_accessibility.cc46 bool BrowserAccessibility::PlatformIsLeaf() const { function in class:content::BrowserAccessibility
51 return PlatformIsLeaf() ? 0 : children_.size();

Completed in 1296 milliseconds