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

  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 61 std::string GetAttr(const WebAccessibility& node,
84 std::string RendererAccessibilityBrowserTest::GetAttr(
107 EXPECT_STREQ(url_str, GetAttr(tree, WebAccessibility::ATTR_DOC_URL).c_str());
110 GetAttr(tree, WebAccessibility::ATTR_DOC_TITLE).c_str());
112 "html", GetAttr(tree, WebAccessibility::ATTR_DOC_DOCTYPE).c_str());
114 "text/html", GetAttr(tree, WebAccessibility::ATTR_DOC_MIMETYPE).c_str());
122 EXPECT_STREQ("body", GetAttr(body, WebAccessibility::ATTR_HTML_TAG).c_str());
123 EXPECT_STREQ("block", GetAttr(body, WebAccessibility::ATTR_DISPLAY).c_str());
131 "input", GetAttr(button, WebAccessibility::ATTR_HTML_TAG).c_str());
134 "inline-block", GetAttr(button, WebAccessibility::ATTR_DISPLAY).c_str())
    [all...]
  /cts/tools/utils/
buildCts.py 106 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
236 test_package = manifest.GetAttr('manifest', 'package')
  /cts/tools/utils/cts/
tools.py 196 def GetAttr(self, tag, attr_name):

Completed in 101 milliseconds