Searched refs:GetTab (Results 1 – 11 of 11) sorted by relevance
70 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 …]
82 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 …]
36 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()64 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
37 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()68 scoped_refptr<TabProxy> tab(browser->GetTab(0)); in TEST_F()
107 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()
796 SessionTab* SessionService::GetTab( in GetTab() function in SessionService911 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()
270 SessionTab* GetTab(SessionID::id_type tab_id,
90 scoped_refptr<TabProxy> tab(window->GetTab(1)); in TEST_F()
147 scoped_refptr<TabProxy> tab = window->GetTab(0); in TEST_F()
131 void GetTab(int win_handle, int tab_index, int* tab_handle);
276 IPC_MESSAGE_HANDLER(AutomationMsg_Tab, GetTab) in OnMessageReceived()995 void TestingAutomationProvider::GetTab(int win_handle, in GetTab() function in TestingAutomationProvider