Searched refs:automation_util (Results 1 - 12 of 12) sorted by relevance
/external/chromium/chrome/browser/automation/ |
H A D | automation_util.h | 25 namespace automation_util { namespace 72 } // namespace automation_util
|
H A D | automation_provider_json.cc | 12 #include "chrome/browser/automation/automation_util.h" 69 *browser = automation_util::GetBrowserAt(browser_index); 90 *tab = automation_util::GetTabContentsAt(browser_index, tab_index);
|
H A D | automation_util.cc | 5 #include "chrome/browser/automation/automation_util.h" 91 namespace automation_util { namespace 351 } // namespace automation_util
|
H A D | testing_automation_provider.cc | 37 #include "chrome/browser/automation/automation_util.h" 518 automation_util::GetCookies(url, contents, value_size, value); 527 automation_util::SetCookie(url, value, contents, response_value); 535 automation_util::DeleteCookie(url, cookie_name, contents, success); 724 Browser* browser = automation_util::GetBrowserAt(index); 5256 automation_util::GetCookiesJSON(this, args, reply_message); 5261 automation_util::DeleteCookieJSON(this, args, reply_message); 5266 automation_util::SetCookieJSON(this, args, reply_message);
|
/external/chromium_org/chrome/browser/automation/ |
H A D | automation_util.h | 36 namespace automation_util { namespace 96 } // namespace automation_util
|
H A D | automation_provider_json.cc | 12 #include "chrome/browser/automation/automation_util.h" 65 *browser = automation_util::GetBrowserAt(browser_index); 86 *tab = automation_util::GetWebContentsAt(browser_index, tab_index);
|
H A D | testing_automation_provider.cc | 37 #include "chrome/browser/automation/automation_util.h" 167 using automation_util::SendErrorIfModalDialogActive; 511 automation_util::GetCookies(url, contents, value_size, value); 603 Browser* browser = automation_util::GetBrowserAt(index); 1914 Browser* browser = index < 0 ? NULL : automation_util::GetBrowserAt(index); 5070 automation_util::GetCookiesJSON(this, args, reply_message); 5075 automation_util::DeleteCookieJSON(this, args, reply_message); 5080 automation_util::SetCookieJSON(this, args, reply_message); 5094 web_contents = automation_util::GetWebContentsAt(windex, 0); 5108 automation_util [all...] |
H A D | automation_util.cc | 5 #include "chrome/browser/automation/automation_util.h" 152 namespace automation_util { namespace 465 } // namespace automation_util
|
/external/chromium_org/chrome/browser/apps/ |
H A D | web_view_browsertest.cc | 10 #include "chrome/browser/automation/automation_util.h" 1100 automation_util::GetCookies(GURL("http://localhost"), 1109 automation_util::GetCookies(GURL("http://localhost"), 1114 automation_util::GetCookies(GURL("http://localhost"), 1120 automation_util::GetCookies(GURL("http://localhost"), 1179 automation_util::GetCookies(GURL("http://localhost"), 1183 automation_util::GetCookies(GURL("http://localhost"), 1187 automation_util::GetCookies(GURL("http://localhost"), 1191 automation_util::GetCookies(GURL("http://localhost"), 1197 automation_util [all...] |
H A D | app_browsertest.cc | 18 #include "chrome/browser/automation/automation_util.h" 437 automation_util::GetCookies(
|
/external/chromium/chrome/browser/extensions/ |
H A D | isolated_app_apitest.cc | 6 #include "chrome/browser/automation/automation_util.h" 26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | isolated_app_browsertest.cc | 7 #include "chrome/browser/automation/automation_util.h" 105 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
|
Completed in 1874 milliseconds