OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOffScreen
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuListOption.cpp
64
return !m_parent->
isOffScreen
() || isSelected();
67
bool AXMenuListOption::
isOffScreen
() const
AXMenuListOption.h
53
virtual bool
isOffScreen
() const OVERRIDE;
AXMenuListPopup.h
43
virtual bool
isOffScreen
() const OVERRIDE;
AXMenuListPopup.cpp
46
bool AXMenuListPopup::
isOffScreen
() const
AXRenderObject.h
100
virtual bool
isOffScreen
() const OVERRIDE;
AXObject.h
373
virtual bool
isOffScreen
() const { return false; }
AXRenderObject.cpp
490
bool AXRenderObject::
isOffScreen
() const
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h
106
BLINK_EXPORT bool
isOffScreen
() const;
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
325
bool WebAXObject::
isOffScreen
() const
330
return m_private->
isOffScreen
();
/external/chromium_org/content/renderer/accessibility/
blink_ax_enum_conversion.cc
47
if (o.
isOffScreen
())
/external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc
510
.SetProperty("
isOffScreen
", &WebAXObjectProxy::
IsOffScreen
)
754
bool WebAXObjectProxy::
IsOffScreen
() {
756
return accessibility_object_.
isOffScreen
();
[
all
...]
Completed in 84 milliseconds