Home
last modified time | relevance | path

Searched refs:GetTab (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab_dragging_test.cc70 scoped_refptr<TabProxy> tab1(browser->GetTab(0)); in TEST_F()
78 scoped_refptr<TabProxy> tab2(browser->GetTab(1)); in TEST_F()
84 scoped_refptr<TabProxy> tab3(browser->GetTab(2)); in TEST_F()
141 tab1 = browser->GetTab(0); in TEST_F()
146 tab2 = browser->GetTab(1); in TEST_F()
168 scoped_refptr<TabProxy> tab1(browser->GetTab(0)); in TEST_F()
176 scoped_refptr<TabProxy> tab2(browser->GetTab(1)); in TEST_F()
182 scoped_refptr<TabProxy> tab3(browser->GetTab(2)); in TEST_F()
241 tab1 = browser->GetTab(0); in TEST_F()
246 tab2 = browser->GetTab(1); in TEST_F()
[all …]
/external/chromium/chrome/browser/
Dtab_restore_uitest.cc82 browser_proxy->GetTab(expected_tabstrip_index)); in RestoreTab()
149 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F()
180 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F()
216 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F()
257 scoped_refptr<TabProxy> tab_to_close(browser_proxy->GetTab(0)); in TEST_F()
264 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(0)); in TEST_F()
313 scoped_refptr<TabProxy> tab_to_close(browser_proxy->GetTab(0)); in TEST_F()
343 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F()
399 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(tab_count - 1)); in TEST_F()
412 scoped_refptr<TabProxy> tab_to_close(browser_proxy->GetTab(0)); in TEST_F()
[all …]
Dcollected_cookies_uitest.cc36 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
64 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
Drepost_form_warning_uitest.cc37 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
68 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc107 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(0)); in TEST_F()
134 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(0)); in TEST_F()
178 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(0)); in TEST_F()
256 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(0)); in TEST_F()
295 scoped_refptr<TabProxy> tab(popup->GetTab(0)); in TEST_F()
446 scoped_refptr<TabProxy> tab_proxy(browser_proxy->GetTab(i)); in TEST_F()
Dsession_service.cc796 SessionTab* SessionService::GetTab( in GetTab() function in SessionService
911 GetTab(payload[1], tabs)->window_id.set_id(payload[0]); in CreateTabsAndWindows()
932 GetTab(payload.id, tabs)->tab_visual_index = payload.index; in CreateTabsAndWindows()
942 delete GetTab(payload.id, tabs); in CreateTabsAndWindows()
955 SessionTab* tab = GetTab(payload.id, tabs); in CreateTabsAndWindows()
968 SessionTab* tab = GetTab(payload.id, tabs); in CreateTabsAndWindows()
992 SessionTab* tab = GetTab(tab_id, tabs); in CreateTabsAndWindows()
1007 GetTab(payload.id, tabs)->current_navigation_index = payload.index; in CreateTabsAndWindows()
1034 GetTab(payload.tab_id, tabs)->pinned = payload.pinned_state; in CreateTabsAndWindows()
1046 GetTab(tab_id, tabs)->extension_app_id.swap(extension_app_id); in CreateTabsAndWindows()
Dsession_service.h270 SessionTab* GetTab(SessionID::id_type tab_id,
/external/chromium/chrome/browser/metrics/
Dmetrics_service_uitest.cc90 scoped_refptr<TabProxy> tab(window->GetTab(1)); in TEST_F()
/external/chromium/chrome/browser/ui/webui/
Dnew_tab_ui_uitest.cc147 scoped_refptr<TabProxy> tab = window->GetTab(0); in TEST_F()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h131 void GetTab(int win_handle, int tab_index, int* tab_handle);
Dtesting_automation_provider.cc276 IPC_MESSAGE_HANDLER(AutomationMsg_Tab, GetTab) in OnMessageReceived()
995 void TestingAutomationProvider::GetTab(int win_handle, in GetTab() function in TestingAutomationProvider