Home
last modified time | relevance | path

Searched refs:DeleteSession (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_session_tracker_unittest.cc125 ASSERT_FALSE(tracker.DeleteSession(tag3)); in TEST_F()
137 ASSERT_TRUE(tracker.DeleteSession(tag3)); in TEST_F()
227 EXPECT_TRUE(tracker.DeleteSession(tag3)); in TEST_F()
230 EXPECT_TRUE(tracker.DeleteSession(tag1)); in TEST_F()
236 EXPECT_TRUE(tracker.DeleteSession(tag2)); in TEST_F()
Dsynced_session_tracker.h73 bool DeleteSession(const std::string& session_tag);
Dsynced_session_tracker.cc135 bool SyncedSessionTracker::DeleteSession(const std::string& session_tag) { in DeleteSession() function in browser_sync::SyncedSessionTracker
/external/chromium_org/remoting/protocol/
Djingle_session_unittest.cc111 void DeleteSession() { in DeleteSession() function in remoting::protocol::JingleSessionTest
411 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession)); in TEST_F()
440 .WillOnce(InvokeWithoutArgs(this, &JingleSessionTest::DeleteSession)); in TEST_F()
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc832 return session_tracker_.DeleteSession(foreign_session_tag); in DisassociateForeignSession()