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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 144 virtual bool ariaLiveRegionBusy() const OVERRIDE;
AXObject.h 454 virtual bool ariaLiveRegionBusy() const { return false; }
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 133 BLINK_EXPORT bool ariaLiveRegionBusy() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 507 bool WebAXObject::ariaLiveRegionBusy() const
512 return m_private->ariaLiveRegionBusy();

Completed in 127 milliseconds