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

  /external/chromium_org/chrome/browser/signin/
fake_signin_manager.cc 68 void FakeSigninManager::SignOut() {
signin_manager.cc 320 void SigninManager::SignOut() {
326 // SignOut as a cancellation request.
332 // SignOut() is invoked on startup to clean up any incomplete previous
340 DVLOG(1) << "Ignoring attempt to sign out while signout is prohibited";
386 SignOut();
400 SignOut();
416 SignOut();
  /external/chromium/chrome/browser/sync/
signin_manager.cc 88 void SigninManager::SignOut() {
160 SignOut();
  /external/chromium_org/chrome/browser/android/signin/
signin_manager_android.cc 128 void SigninManagerAndroid::SignOut(JNIEnv* env, jobject obj) {
129 SigninManagerFactory::GetForProfile(profile_)->SignOut();
  /external/chromium_org/chrome/test/functional/
netflix.py 104 def SignOut(self):
166 self.SignOut()
  /external/chromium_org/chrome/test/pyautolib/
chromotinglib.py 207 def SignOut(self, tab_index=1, windex=0):
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 205 bool PeerConnectionClient::SignOut() {
387 SignOut();
  /external/chromium_org/ash/system/tray/
test_system_tray_delegate.cc 172 void TestSystemTrayDelegate::SignOut() {
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 308 void TestingAutomationProvider::SignOut(DictionaryValue* args,
310 ash::Shell::GetInstance()->system_tray_delegate()->SignOut();
461 screen_locker->Signout();
    [all...]

Completed in 2541 milliseconds