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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 19 virtual bool PlatformIsLeaf() const OVERRIDE;
browser_accessibility_android.cc 59 bool BrowserAccessibilityAndroid::PlatformIsLeaf() const {
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
browser_accessibility.h 98 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.
browser_accessibility.cc 46 bool BrowserAccessibility::PlatformIsLeaf() const {
51 return PlatformIsLeaf() ? 0 : children_.size();

Completed in 49 milliseconds