/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_test.cc | 46 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 …]
|
D | ash_panel_contents.cc | 41 virtual int GetWindowId() const OVERRIDE; 72 int AshPanelWindowController::GetWindowId() const { in GetWindowId() function in AshPanelWindowController 107 const int window_id = GetWindowId(); in CreateTabValue()
|
D | tabs_interactive_test.cc | 36 extensions::ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F() 88 extensions::ExtensionTabUtil::GetWindowId(focused_window); in IN_PROC_BROWSER_TEST_F()
|
D | windows_event_router.cc | 68 int window_id = window_controller->GetWindowId(); in OnWindowControllerRemoved() 124 window_id = window_controller->GetWindowId(); in OnActiveWindowChanged()
|
D | tabs_api.cc | 858 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/ |
D | tab_contents_synced_tab_delegate.cc | 34 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const { in GetWindowId() function in TabContentsSyncedTabDelegate 104 GetWindowId()); in IsPinned()
|
D | tab_contents_synced_tab_delegate.h | 24 virtual SessionID::id_type GetWindowId() const OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | synced_tab_delegate_android.cc | 27 SessionID::id_type SyncedTabDelegateAndroid::GetWindowId() const { in GetWindowId() function in browser_sync::SyncedTabDelegateAndroid 29 ->GetWindowId(); in GetWindowId()
|
D | synced_tab_delegate.h | 30 virtual SessionID::id_type GetWindowId() const = 0;
|
D | synced_tab_delegate_android.h | 28 virtual SessionID::id_type GetWindowId() const OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | sessions_util.cc | 19 tab.GetWindowId()) == NULL) { in ShouldSyncTab()
|
D | sessions_sync_manager.cc | 313 << tab->GetWindowId(); in AssociateTab() 949 session_tab->window_id.set_id(tab_delegate.GetWindowId()); in SetSessionTabFromDelegate()
|
D | sessions_sync_manager_unittest.cc | 395 virtual SessionID::id_type GetWindowId() const OVERRIDE { in GetWindowId() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
|
/external/chromium_org/chrome/browser/extensions/ |
D | browser_extension_window_controller.h | 22 virtual int GetWindowId() const OVERRIDE;
|
D | window_controller.h | 52 virtual int GetWindowId() const = 0;
|
D | window_controller.cc | 35 result->SetInteger(keys::kIdKey, GetWindowId()); in CreateWindowValue()
|
D | window_controller_list.cc | 58 if ((*iter)->GetWindowId() == id) in FindWindowById()
|
D | browser_extension_window_controller.cc | 28 int BrowserExtensionWindowController::GetWindowId() const { in GetWindowId() function in BrowserExtensionWindowController
|
D | extension_tab_util.cc | 80 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()
|
D | extension_tab_util.h | 70 static int GetWindowId(const Browser* browser);
|
D | extension_view_host.cc | 246 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_host.cc | 208 render_view_host->GetRoutingID(), window->GetWindowId())); in RenderViewCreated()
|
D | panel.cc | 57 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/ |
D | sessions_api.cc | 564 return SetResultRestoredWindow(ExtensionTabUtil::GetWindowId(browsers[0])); in RestoreForeignSession()
|