Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_test.cc40 int window_id = ExtensionTabUtil::GetWindowId(browser()); in IN_PROC_BROWSER_TEST_F()
108 "[%u]", ExtensionTabUtil::GetWindowId(popup_browser)), in IN_PROC_BROWSER_TEST_F()
114 int incognito_window_id = ExtensionTabUtil::GetWindowId(incognito_browser); in IN_PROC_BROWSER_TEST_F()
139 int window_id = ExtensionTabUtil::GetWindowId(browser()); in IN_PROC_BROWSER_TEST_F()
141 int new_id = ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
178 window_ids.insert(ExtensionTabUtil::GetWindowId(browser())); in IN_PROC_BROWSER_TEST_F()
182 window_ids.insert(ExtensionTabUtil::GetWindowId(new_browser)); in IN_PROC_BROWSER_TEST_F()
269 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser()), in IN_PROC_BROWSER_TEST_F()
286 EXPECT_NE(ExtensionTabUtil::GetWindowId(incognito_browser), in IN_PROC_BROWSER_TEST_F()
309 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser()), in IN_PROC_BROWSER_TEST_F()
[all …]
Dash_panel_contents.cc40 virtual int GetWindowId() const OVERRIDE;
71 int AshPanelWindowController::GetWindowId() const { in GetWindowId() function in AshPanelWindowController
106 const int window_id = GetWindowId(); in CreateTabValue()
Dtabs_interactive_test.cc35 extensions::ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
86 extensions::ExtensionTabUtil::GetWindowId(focused_window); in IN_PROC_BROWSER_TEST_F()
Dwindows_event_router.cc76 int window_id = window_controller->GetWindowId(); in OnWindowControllerRemoved()
140 window_id = window_controller->GetWindowId(); in OnActiveWindowChanged()
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.cc31 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const { in GetWindowId() function in TabContentsSyncedTabDelegate
97 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;
Dsession_model_associator.cc388 << tab->GetWindowId(); in AssociateTab()
494 session_tab->window_id.set_id(tab_delegate.GetWindowId()); in SetSessionTabFromDelegate()
1117 tab.GetWindowId()); in IsValidTab()
/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_android.cc18 int ExtensionTabUtil::GetWindowId(const Browser* browser) { in GetWindowId() function in extensions::ExtensionTabUtil
Dextension_tab_util.h39 static int GetWindowId(const Browser* browser);
Dextension_tab_util.cc61 int ExtensionTabUtil::GetWindowId(const Browser* browser) { in GetWindowId() function in extensions::ExtensionTabUtil
69 return GetWindowId(*it); in GetWindowIdOfTabStripModel()
Dextension_view_host.cc260 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.h26 int GetWindowId(const Browser* browser);
Dextension_tabs_module.cc83 int ExtensionTabUtil::GetWindowId(const Browser* browser) { in GetWindowId() function in ExtensionTabUtil
157 result->SetInteger(keys::kIdKey, ExtensionTabUtil::GetWindowId(browser)); in CreateWindowValue()
997 if (ExtensionTabUtil::GetWindowId(target_browser) != in RunImpl()
998 ExtensionTabUtil::GetWindowId(source_browser)) { in RunImpl()
1321 ExtensionTabUtil::GetWindowId(*browser) == window_id) in GetBrowserInProfileWithId()
Dextension_browser_event_router.cc224 ExtensionTabUtil::GetWindowId(browser), in OnBrowserRemoved()
247 window_id = ExtensionTabUtil::GetWindowId(browser); in OnBrowserSetLastActive()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_host.cc203 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
Dpanel.cc54 virtual int GetWindowId() const OVERRIDE;
82 int PanelExtensionWindowController::GetWindowId() const { in GetWindowId() function in panel_internal::PanelExtensionWindowController
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager.cc288 << tab->GetWindowId(); in AssociateTab()
355 tab.GetWindowId()) == NULL) { in ShouldSyncTab()
839 session_tab->window_id.set_id(tab_delegate.GetWindowId()); in SetSessionTabFromDelegate()

12