Searched refs:html_attributes (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/accessibility/
H A Drenderer_accessibility_browsertest.cc135 ASSERT_EQ(2U, button.html_attributes.size());
136 EXPECT_STREQ("type", UTF16ToUTF8(button.html_attributes[0].first).c_str());
137 EXPECT_STREQ("button", UTF16ToUTF8(button.html_attributes[0].second).c_str());
138 EXPECT_STREQ("value", UTF16ToUTF8(button.html_attributes[1].first).c_str());
139 EXPECT_STREQ("push", UTF16ToUTF8(button.html_attributes[1].second).c_str());
148 ASSERT_EQ(1U, checkbox.html_attributes.size());
150 "type", UTF16ToUTF8(checkbox.html_attributes[0].first).c_str());
152 "checkbox", UTF16ToUTF8(checkbox.html_attributes[0].second).c_str());
H A Dbrowser_accessibility.h142 const std::vector<std::pair<string16, string16> >& html_attributes() const { function in class:BrowserAccessibility
H A Dbrowser_accessibility.cc58 html_attributes_ = src.html_attributes;
/external/chromium_org/content/common/
H A Daccessibility_messages.h46 IPC_STRUCT_TRAITS_MEMBER(html_attributes)
H A Daccessibility_node_data.h300 std::vector<std::pair<string16, string16> > html_attributes; member in struct:content::AccessibilityNodeData
/external/chromium_org/content/browser/accessibility/
H A Dcross_platform_accessibility_browsertest.cc178 ASSERT_EQ(2U, button.html_attributes.size());
179 EXPECT_STREQ("type", UTF16ToUTF8(button.html_attributes[0].first).c_str());
180 EXPECT_STREQ("button", UTF16ToUTF8(button.html_attributes[0].second).c_str());
181 EXPECT_STREQ("value", UTF16ToUTF8(button.html_attributes[1].first).c_str());
182 EXPECT_STREQ("push", UTF16ToUTF8(button.html_attributes[1].second).c_str());
191 ASSERT_EQ(1U, checkbox.html_attributes.size());
193 "type", UTF16ToUTF8(checkbox.html_attributes[0].first).c_str());
195 "checkbox", UTF16ToUTF8(checkbox.html_attributes[0].second).c_str());
H A Dbrowser_accessibility.h158 const std::vector<std::pair<string16, string16> >& html_attributes() const { function in class:content::BrowserAccessibility
H A Dbrowser_accessibility.cc75 html_attributes_ = src.html_attributes;
/external/chromium/webkit/glue/
H A Dwebaccessibility.h220 std::vector<std::pair<string16, string16> > html_attributes; member in struct:webkit_glue::WebAccessibility
H A Dwebaccessibility.cc345 html_attributes.push_back(
/external/chromium_org/content/renderer/accessibility/
H A Daccessibility_node_serializer.cc432 dst->html_attributes.push_back(

Completed in 147 milliseconds