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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 141 virtual bool ariaLiveRegionAtomic() const OVERRIDE;
AXObject.h 454 virtual bool ariaLiveRegionAtomic() const { return false; }
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 127 BLINK_EXPORT bool ariaLiveRegionAtomic() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 425 bool WebAXObject::ariaLiveRegionAtomic() const
430 return m_private->ariaLiveRegionAtomic();

Completed in 36 milliseconds