Searched refs:automation_util (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_util.h25 namespace automation_util { namespace
72 } // namespace automation_util
H A Dautomation_provider_json.cc12 #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 Dautomation_util.cc5 #include "chrome/browser/automation/automation_util.h"
91 namespace automation_util { namespace
351 } // namespace automation_util
H A Dtesting_automation_provider.cc37 #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 Dautomation_util.h36 namespace automation_util { namespace
96 } // namespace automation_util
H A Dautomation_provider_json.cc12 #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 Dtesting_automation_provider.cc37 #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 Dautomation_util.cc5 #include "chrome/browser/automation/automation_util.h"
152 namespace automation_util { namespace
465 } // namespace automation_util
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc10 #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 Dapp_browsertest.cc18 #include "chrome/browser/automation/automation_util.h"
437 automation_util::GetCookies(
/external/chromium/chrome/browser/extensions/
H A Disolated_app_apitest.cc6 #include "chrome/browser/automation/automation_util.h"
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
/external/chromium_org/chrome/browser/extensions/
H A Disolated_app_browsertest.cc7 #include "chrome/browser/automation/automation_util.h"
105 automation_util::GetCookies(contents->GetURL(), contents, &value_size,

Completed in 1874 milliseconds