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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 142 virtual const AtomicString& ariaLiveRegionRelevant() const OVERRIDE;
AXObject.h 452 virtual const AtomicString& ariaLiveRegionRelevant() const { return nullAtom; }
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 134 BLINK_EXPORT WebString ariaLiveRegionRelevant() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 515 WebString WebAXObject::ariaLiveRegionRelevant() const
520 return m_private->ariaLiveRegionRelevant();

Completed in 249 milliseconds