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

  /external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker_unittest.cc 125 ASSERT_FALSE(tracker.DeleteSession(tag3));
137 ASSERT_TRUE(tracker.DeleteSession(tag3));
227 EXPECT_TRUE(tracker.DeleteSession(tag3));
230 EXPECT_TRUE(tracker.DeleteSession(tag1));
236 EXPECT_TRUE(tracker.DeleteSession(tag2));
synced_session_tracker.h 73 bool DeleteSession(const std::string& session_tag);
synced_session_tracker.cc 135 bool SyncedSessionTracker::DeleteSession(const std::string& session_tag) {
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 111 void DeleteSession() {
411 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession));
440 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession));
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc     [all...]

Completed in 380 milliseconds