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 143 virtual bool ariaLiveRegionAtomic() const OVERRIDE;
AXObject.h 453 virtual bool ariaLiveRegionAtomic() const { return false; }
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 132 BLINK_EXPORT bool ariaLiveRegionAtomic() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 499 bool WebAXObject::ariaLiveRegionAtomic() const
504 return m_private->ariaLiveRegionAtomic();

Completed in 46 milliseconds