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

  /external/chromium_org/chrome/browser/sessions/
session_types_unittest.cc 71 tab.session_storage_persistent_id = "fake";
92 EXPECT_TRUE(tab.session_storage_persistent_id.empty());
110 tab.session_storage_persistent_id = "fake";
session_types.cc 40 session_storage_persistent_id.clear();
session_types.h 100 std::string session_storage_persistent_id; member in struct:SessionTab
session_service.cc 825 const std::string& session_storage_persistent_id) {
828 pickle.WriteString(session_storage_persistent_id);
1245 std::string session_storage_persistent_id; local
    [all...]
session_service.h 279 const std::string& session_storage_persistent_id);
session_restore.cc     [all...]
session_restore_browsertest.cc 1107 std::string session_storage_persistent_id = local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc 363 session_tab.session_storage_persistent_id = "persistent id";
393 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
437 session_tab.session_storage_persistent_id = "persistent id";
464 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
session_model_associator.cc 556 session_tab->session_storage_persistent_id.clear();
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager_unittest.cc 432 session_tab.session_storage_persistent_id = "persistent id";
462 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
499 session_tab.session_storage_persistent_id = "persistent id";
526 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
    [all...]
sessions_sync_manager.cc     [all...]

Completed in 88 milliseconds