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

  /external/chromium/chrome/browser/
tab_restore_uitest.cc 13 #include "chrome/test/automation/browser_proxy.h"
52 scoped_refptr<BrowserProxy> browser_proxy; local
54 browser_proxy = automation()->GetBrowserWindow(0);
57 browser_proxy = automation()->GetBrowserWindow(expected_window_index);
59 ASSERT_TRUE(browser_proxy.get());
60 ASSERT_TRUE(browser_proxy->GetTabCount(&tab_count));
64 ASSERT_TRUE(browser_proxy->RunCommand(IDC_RESTORE_TAB));
70 browser_proxy = automation()->GetBrowserWindow(expected_window_index);
71 ASSERT_TRUE(browser_proxy.get());
74 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count))
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 15 #include "chrome/test/automation/browser_proxy.h"
48 scoped_refptr<BrowserProxy> browser_proxy(
50 ASSERT_TRUE(browser_proxy.get());
51 ASSERT_TRUE(browser_proxy->RunCommand(IDC_CLOSE_WINDOW));
66 scoped_refptr<BrowserProxy> browser_proxy(
68 ASSERT_TRUE(browser_proxy.get());
71 ASSERT_TRUE(browser_proxy->GetTabCount(&tab_count));
75 ASSERT_TRUE(browser_proxy->GetActiveTabIndex(&active_tab_index));
78 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetActiveTab());
105 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0))
    [all...]
  /external/chromium/chrome/browser/history/
multipart_uitest.cc 11 #include "chrome/test/automation/browser_proxy.h"
30 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0));
31 ASSERT_TRUE(browser_proxy.get());
32 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetActiveTab());

Completed in 81 milliseconds