OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttr
(Results
1 - 5
of
5
) 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
...]
/external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc
62
std::string
GetAttr
(const AccessibilityNodeData& node,
93
std::string CrossPlatformAccessibilityBrowserTest::
GetAttr
(
143
GetAttr
(tree, AccessibilityNodeData::ATTR_DOC_URL).c_str());
146
GetAttr
(tree, AccessibilityNodeData::ATTR_DOC_TITLE).c_str());
148
"html",
GetAttr
(tree, AccessibilityNodeData::ATTR_DOC_DOCTYPE).c_str());
151
GetAttr
(tree, AccessibilityNodeData::ATTR_DOC_MIMETYPE).c_str());
154
GetAttr
(tree, AccessibilityNodeData::ATTR_NAME).c_str());
162
GetAttr
(body, AccessibilityNodeData::ATTR_HTML_TAG).c_str());
164
GetAttr
(body, AccessibilityNodeData::ATTR_DISPLAY).c_str());
172
"input",
GetAttr
(button, AccessibilityNodeData::ATTR_HTML_TAG).c_str())
[
all
...]
/art/compiler/llvm/
intrinsic_helper.h
121
static unsigned
GetAttr
(IntrinsicId id) {
/cts/tools/utils/
buildCts.py
104
packages.append(doc.
GetAttr
('TestPackage', 'appPackageName'))
/cts/tools/utils/cts/
tools.py
196
def
GetAttr
(self, tag, attr_name):
Completed in 480 milliseconds