OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastKnownIsIgnoredValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
135
,
m_lastKnownIsIgnoredValue
(DefaultBehavior)
308
if (
m_lastKnownIsIgnoredValue
== DefaultBehavior)
309
m_lastKnownIsIgnoredValue
= accessibilityIsIgnored() ? IgnoreObject : IncludeObject;
311
return
m_lastKnownIsIgnoredValue
== IgnoreObject;
316
m_lastKnownIsIgnoredValue
= isIgnored ? IgnoreObject : IncludeObject;
AXObject.h
562
AXObjectInclusion
m_lastKnownIsIgnoredValue
;
Completed in 60 milliseconds