Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_android.cc432 std::string html_tag = GetStringAttribute( in AndroidInputType() local
434 if (html_tag != "input") in AndroidInputType()
563 base::string16 html_tag = GetString16Attribute( in IsIframe() local
565 return html_tag == ASCIIToUTF16("iframe"); in IsIframe()
Dbrowser_accessibility_win.cc3378 base::string16 html_tag = GetString16Attribute( in InitRoleAndState() local
3446 role_name_ = html_tag; in InitRoleAndState()
3451 role_name_ = html_tag; in InitRoleAndState()
3494 if (aria_role == L"group" || html_tag == L"fieldset") { in InitRoleAndState()
3496 } else if (html_tag == L"li") { in InitRoleAndState()
3499 if (html_tag.empty()) in InitRoleAndState()
3502 role_name_ = html_tag; in InitRoleAndState()
3513 role_name_ = html_tag; in InitRoleAndState()
3525 role_name_ = html_tag; in InitRoleAndState()
3614 if (html_tag == L"select") { in InitRoleAndState()
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc1322 string16 html_tag; in InitRoleAndState() local
1323 GetAttribute(WebAccessibility::ATTR_HTML_TAG, &html_tag); in InitRoleAndState()
1364 role_name_ = html_tag; in InitRoleAndState()
1391 if (html_tag == L"li") { in InitRoleAndState()
1394 if (html_tag.empty()) in InitRoleAndState()
1397 role_name_ = html_tag; in InitRoleAndState()
1405 role_name_ = html_tag; in InitRoleAndState()
1412 role_name_ = html_tag; in InitRoleAndState()
/external/chromium_org/chrome/tools/
Dwebforms_aggregator.py198 html_tag = tree.iter('html').next()
200 html_tag.insert(0, comment)