Searched refs:PlatformIsLeaf (Results 1 – 4 of 4) sorted by relevance
19 virtual bool PlatformIsLeaf() const OVERRIDE;
59 bool BrowserAccessibilityAndroid::PlatformIsLeaf() const { in PlatformIsLeaf() function in content::BrowserAccessibilityAndroid87 return BrowserAccessibility::PlatformIsLeaf(); in PlatformIsLeaf()110 return (PlatformIsLeaf() && !GetText().empty()); in IsClickable()
98 virtual bool PlatformIsLeaf() const;
46 bool BrowserAccessibility::PlatformIsLeaf() const { in PlatformIsLeaf() function in content::BrowserAccessibility51 return PlatformIsLeaf() ? 0 : children_.size(); in PlatformChildCount()