HomeSort by relevance Sort by last modified time
    Searched refs:GetForeignSession (Results 1 - 15 of 15) sorted by null

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

Completed in 91 milliseconds