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

  /external/chromium_org/chrome/browser/sync/
open_tabs_ui_delegate.h 31 virtual bool GetAllForeignSessions(
profile_sync_service_session_unittest.cc 326 ASSERT_FALSE(model_associator_->GetAllForeignSessions(&foreign_sessions));
385 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
416 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
441 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
466 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
480 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
493 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
524 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
571 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions));
586 ASSERT_TRUE(model_associator_->GetAllForeignSessions(&foreign_sessions))
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager_unittest.cc 611 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
683 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
741 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
760 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
782 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
796 ASSERT_FALSE(manager()->GetAllForeignSessions(&foreign_sessions));
798 ASSERT_FALSE(manager()->GetAllForeignSessions(&foreign_sessions));
814 ASSERT_TRUE(manager()->GetAllForeignSessions(&foreign_sessions));
819 EXPECT_FALSE(manager()->GetAllForeignSessions(&foreign_sessions));
    [all...]
sessions_sync_manager.h 119 virtual bool GetAllForeignSessions(
sessions_sync_manager.cc 480 bool SessionsSyncManager::GetAllForeignSessions(
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 203 GetSessionModelAssociatorDeprecated()->GetAllForeignSessions(
213 GetSessionModelAssociatorDeprecated()->GetAllForeignSessions(
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 220 model_associator_->GetAllForeignSessions(&foreign_sessions);
292 model_associator_->GetAllForeignSessions(&foreign_sessions);
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions);
session_model_associator.cc 773 bool SessionModelAssociator::GetAllForeignSessions(
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 98 if (!associator->GetAllForeignSessions(&sessions)) {
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 182 virtual bool GetAllForeignSessions(
session_model_associator.cc     [all...]
  /external/chromium_org/chrome/browser/android/
foreign_session_helper.cc 208 if (!open_tabs->GetAllForeignSessions(&sessions))
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 199 ASSERT_TRUE(associator->GetAllForeignSessions(&sessions));
recent_tabs_sub_menu_model.cc 428 if (!open_tabs || !open_tabs->GetAllForeignSessions(&sessions)) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.cc 323 if (!open_tabs->GetAllForeignSessions(&sessions))
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 234 if (open_tabs && open_tabs->GetAllForeignSessions(&sessions)) {
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 365 if (!(open_tabs && open_tabs->GetAllForeignSessions(&sessions))) {

Completed in 845 milliseconds