/external/chromium/chrome/browser/sync/glue/ |
D | session_model_associator_unittest.cc | 62 ForeignSession* session = tracker.GetForeignSession(tag); in TEST_F() 130 ForeignSession* session = tracker.GetForeignSession(tag1); in TEST_F() 131 ForeignSession* session2 = tracker.GetForeignSession(tag2); in TEST_F() 132 ForeignSession* session3 = tracker.GetForeignSession(tag3); in TEST_F()
|
D | foreign_session_tracker.h | 54 ForeignSession* GetForeignSession(const std::string& foreign_session_tag);
|
D | foreign_session_tracker.cc | 67 ForeignSession* ForeignSessionTracker::GetForeignSession( in GetForeignSession() function in browser_sync::ForeignSessionTracker
|
D | session_model_associator.h | 151 bool GetForeignSession(const std::string& tag,
|
D | session_model_associator.cc | 525 foreign_session_tracker_.GetForeignSession(foreign_session_tag); in AssociateForeignSpecifics() 779 bool SessionModelAssociator::GetForeignSession( in GetForeignSession() function in browser_sync::SessionModelAssociator
|
/external/chromium_org/chrome/browser/sync/ |
D | open_tabs_ui_delegate.h | 47 virtual bool GetForeignSession(
|
/external/chromium/chrome/browser/ui/webui/ |
D | foreign_session_handler.cc | 179 if (!associator->GetForeignSession(session_string_value, &windows)) { in HandleOpenForeignSession()
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
D | sessions_sync_manager.h | 121 virtual bool GetForeignSession(
|
D | sessions_sync_manager.cc | 773 bool SessionsSyncManager::GetForeignSession( in GetForeignSession() function in browser_sync::SessionsSyncManager
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | session_model_associator.h | 184 virtual bool GetForeignSession(
|
D | session_model_associator.cc | 1011 bool SessionModelAssociator::GetForeignSession( in GetForeignSession() function in browser_sync::SessionModelAssociator
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
D | recent_tabs_builder_test_helper.cc | 203 ASSERT_TRUE(associator->GetForeignSession(ToSessionTag(GetSessionID(s)), in RegisterRecentTabs()
|
D | recent_tabs_sub_menu_model.cc | 447 if (!open_tabs->GetForeignSession(session_tag, &windows) || in BuildTabsFromOtherDevices()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | foreign_session_handler.cc | 104 if (!open_tabs->GetForeignSession(session_string_value, &windows)) { in OpenForeignSessionWindows()
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
D | sessions_api.cc | 530 if (!open_tabs->GetForeignSession(session_id.session_tag(), &windows)) { in RestoreForeignSession()
|