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

  /external/chromium_org/chrome/browser/sessions/
session_types.cc 40 session_storage_persistent_id.clear();
session_types.h 100 std::string session_storage_persistent_id; member in struct:SessionTab
session_types_unittest.cc 121 tab.session_storage_persistent_id = "fake";
142 EXPECT_TRUE(tab.session_storage_persistent_id.empty());
160 tab.session_storage_persistent_id = "fake";
session_service.cc 822 const std::string& session_storage_persistent_id) {
825 pickle.WriteString(session_storage_persistent_id);
1242 std::string session_storage_persistent_id; local
    [all...]
session_service.h 276 const std::string& session_storage_persistent_id);
session_restore.cc     [all...]
session_restore_browsertest.cc 1104 std::string session_storage_persistent_id = local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc 359 session_tab.session_storage_persistent_id = "persistent id";
386 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
430 session_tab.session_storage_persistent_id = "persistent id";
457 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
session_model_associator.cc 534 session_tab->session_storage_persistent_id.clear();
    [all...]

Completed in 139 milliseconds