Home
last modified time | relevance | path

Searched refs:hasComputedStyle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebAXObject.h159 BLINK_EXPORT bool hasComputedStyle() const;
/external/chromium/webkit/glue/
Dwebaccessibility.cc328 if (src.hasComputedStyle()) in Init()
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp769 bool WebAXObject::hasComputedStyle() const in hasComputedStyle() function in blink::WebAXObject
/external/chromium_org/content/renderer/accessibility/
Daccessibility_node_serializer.cc194 if (src.hasComputedStyle()) { in SerializeAccessibilityNode()