HomeSort by relevance Sort by last modified time
    Searched refs:GetNormalBrowserWindowCount (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/test/automation/
automation_proxy.h 116 bool GetNormalBrowserWindowCount(int* num_windows) WARN_UNUSED_RESULT;
automation_proxy.cc 244 bool AutomationProxy::GetNormalBrowserWindowCount(int* num_windows) {
  /external/chromium_org/chrome/test/reliability/
automated_ui_test_base.cc 62 if (!automation()->GetNormalBrowserWindowCount(&browser_windows_count))
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 98 void GetNormalBrowserWindowCount(int* window_count);
    [all...]
testing_automation_provider.cc 251 GetNormalBrowserWindowCount)
717 void TestingAutomationProvider::GetNormalBrowserWindowCount(int* window_count) {
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h 100 void GetNormalBrowserWindowCount(int* window_count);
    [all...]
testing_automation_provider.cc 337 GetNormalBrowserWindowCount)
603 void TestingAutomationProvider::GetNormalBrowserWindowCount(int* window_count) {
    [all...]

Completed in 706 milliseconds