HomeSort by relevance Sort by last modified time
    Searched full:automation_util (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/automation/
automation_provider_json.cc 12 #include "chrome/browser/automation/automation_util.h"
77 if (!automation_util::GetTabForId(id, &tab)) {
81 Browser* container = automation_util::GetBrowserForTab(tab);
93 *browser = automation_util::GetBrowserAt(browser_index);
110 if (!automation_util::GetTabForId(id, tab)) {
124 *tab = automation_util::GetWebContentsAt(browser_index, tab_index);
165 if (!automation_util::GetRenderViewForId(id, profile, rvh)) {
automation_util.h 37 namespace automation_util { namespace
123 } // namespace automation_util
automation_util.cc 5 #include "chrome/browser/automation/automation_util.h"
158 namespace automation_util { namespace
650 } // namespace automation_util
testing_automation_provider.cc 37 #include "chrome/browser/automation/automation_util.h"
174 using automation_util::SendErrorIfModalDialogActive;
518 automation_util::GetCookies(url, contents, value_size, value);
610 Browser* browser = automation_util::GetBrowserAt(index);
    [all...]
testing_automation_provider_chromeos.cc 18 #include "chrome/browser/automation/automation_util.h"
647 automation_util::GetCurrentProfileOnChromeOS(&error_message);
    [all...]
  /external/chromium/chrome/browser/automation/
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);
automation_util.h 25 namespace automation_util { namespace
72 } // namespace automation_util
automation_util.cc 5 #include "chrome/browser/automation/automation_util.h"
91 namespace automation_util { namespace
351 } // namespace automation_util
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);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
web_view_browsertest.cc 7 #include "chrome/browser/automation/automation_util.h"
792 automation_util::GetCookies(GURL("http://localhost"),
801 automation_util::GetCookies(GURL("http://localhost"),
806 automation_util::GetCookies(GURL("http://localhost"),
812 automation_util::GetCookies(GURL("http://localhost"),
    [all...]
isolated_app_browsertest.cc 7 #include "chrome/browser/automation/automation_util.h"
105 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
platform_app_browsertest.cc 19 #include "chrome/browser/automation/automation_util.h"
367 automation_util::GetCookies(
    [all...]
  /external/chromium/chrome/browser/extensions/
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/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 20 #include "chrome/browser/automation/automation_util.h"
    [all...]
chrome_launcher_controller_per_app_browsertest.cc 21 #include "chrome/browser/automation/automation_util.h"
    [all...]
  /external/chromium_org/chrome/
chrome_browser.gypi 215 'browser/automation/automation_util.cc',
216 'browser/automation/automation_util.h',
    [all...]

Completed in 576 milliseconds