OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformIsLeaf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/accessibility/
browser_accessibility.cc
46
bool BrowserAccessibility::
PlatformIsLeaf
() const {
51
return
PlatformIsLeaf
() ? 0 : children_.size();
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
Completed in 67 milliseconds