Home
last modified time | relevance | path

Searched refs:GetWindowId (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_test.cc46 int window_id = ExtensionTabUtil::GetWindowId(browser()); in IN_PROC_BROWSER_TEST_F()
114 "[%u]", ExtensionTabUtil::GetWindowId(popup_browser)), in IN_PROC_BROWSER_TEST_F()
120 int incognito_window_id = ExtensionTabUtil::GetWindowId(incognito_browser); in IN_PROC_BROWSER_TEST_F()
145 int window_id = ExtensionTabUtil::GetWindowId(browser()); in IN_PROC_BROWSER_TEST_F()
147 int new_id = ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
184 window_ids.insert(ExtensionTabUtil::GetWindowId(browser())); in IN_PROC_BROWSER_TEST_F()
188 window_ids.insert(ExtensionTabUtil::GetWindowId(new_browser)); in IN_PROC_BROWSER_TEST_F()
275 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser()), in IN_PROC_BROWSER_TEST_F()
292 EXPECT_NE(ExtensionTabUtil::GetWindowId(incognito_browser), in IN_PROC_BROWSER_TEST_F()
315 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser()), in IN_PROC_BROWSER_TEST_F()
[all …]
Dash_panel_contents.cc41 virtual int GetWindowId() const OVERRIDE;
72 int AshPanelWindowController::GetWindowId() const { in GetWindowId() function in AshPanelWindowController
107 const int window_id = GetWindowId(); in CreateTabValue()
Dtabs_interactive_test.cc36 extensions::ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
88 extensions::ExtensionTabUtil::GetWindowId(focused_window); in IN_PROC_BROWSER_TEST_F()
Dwindows_event_router.cc68 int window_id = window_controller->GetWindowId(); in OnWindowControllerRemoved()
124 window_id = window_controller->GetWindowId(); in OnActiveWindowChanged()
Dtabs_api.cc858 if (window_id >= 0 && window_id != ExtensionTabUtil::GetWindowId(browser)) in RunSync()
1381 if (ExtensionTabUtil::GetWindowId(target_browser) != in MoveTab()
1382 ExtensionTabUtil::GetWindowId(source_browser)) { in MoveTab()
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.cc34 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const { in GetWindowId() function in TabContentsSyncedTabDelegate
104 GetWindowId()); in IsPinned()
Dtab_contents_synced_tab_delegate.h24 virtual SessionID::id_type GetWindowId() const OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.cc27 SessionID::id_type SyncedTabDelegateAndroid::GetWindowId() const { in GetWindowId() function in browser_sync::SyncedTabDelegateAndroid
29 ->GetWindowId(); in GetWindowId()
Dsynced_tab_delegate.h30 virtual SessionID::id_type GetWindowId() const = 0;
Dsynced_tab_delegate_android.h28 virtual SessionID::id_type GetWindowId() const OVERRIDE;
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_util.cc19 tab.GetWindowId()) == NULL) { in ShouldSyncTab()
Dsessions_sync_manager.cc313 << tab->GetWindowId(); in AssociateTab()
949 session_tab->window_id.set_id(tab_delegate.GetWindowId()); in SetSessionTabFromDelegate()
Dsessions_sync_manager_unittest.cc395 virtual SessionID::id_type GetWindowId() const OVERRIDE { in GetWindowId() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
/external/chromium_org/chrome/browser/extensions/
Dbrowser_extension_window_controller.h22 virtual int GetWindowId() const OVERRIDE;
Dwindow_controller.h52 virtual int GetWindowId() const = 0;
Dwindow_controller.cc35 result->SetInteger(keys::kIdKey, GetWindowId()); in CreateWindowValue()
Dwindow_controller_list.cc58 if ((*iter)->GetWindowId() == id) in FindWindowById()
Dbrowser_extension_window_controller.cc28 int BrowserExtensionWindowController::GetWindowId() const { in GetWindowId() function in BrowserExtensionWindowController
Dextension_tab_util.cc80 ExtensionTabUtil::GetWindowId(browser) == window_id && in GetBrowserInProfileWithId()
300 int ExtensionTabUtil::GetWindowId(const Browser* browser) { in GetWindowId() function in extensions::ExtensionTabUtil
308 return GetWindowId(*it); in GetWindowIdOfTabStripModel()
Dextension_tab_util.h70 static int GetWindowId(const Browser* browser);
Dextension_view_host.cc246 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_host.cc208 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
Dpanel.cc57 virtual int GetWindowId() const OVERRIDE;
85 int PanelExtensionWindowController::GetWindowId() const { in GetWindowId() function in panel_internal::PanelExtensionWindowController
/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_api.cc564 return SetResultRestoredWindow(ExtensionTabUtil::GetWindowId(browsers[0])); in RestoreForeignSession()