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_unittest.cc 53 tab.session_storage_persistent_id = "fake";
74 EXPECT_TRUE(tab.session_storage_persistent_id.empty());
92 tab.session_storage_persistent_id = "fake";
session_types.h 99 std::string session_storage_persistent_id; member in struct:SessionTab
session_types.cc 40 session_storage_persistent_id.clear();
session_service.cc 1306 std::string session_storage_persistent_id; local
    [all...]
session_service.h 281 const std::string& session_storage_persistent_id);
session_restore.cc     [all...]
session_restore_browsertest.cc 1153 std::string session_storage_persistent_id = local
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 559 session_tab.session_storage_persistent_id = "persistent id";
589 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
730 session_tab.session_storage_persistent_id = "persistent id";
757 EXPECT_TRUE(session_tab.session_storage_persistent_id.empty());
    [all...]
sessions_sync_manager.cc     [all...]

Completed in 220 milliseconds