OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signout
(Results
51 - 75
of
91
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc
209
// Don't enable
signout
button here as we're showing
302
void ScreenLocker::
Signout
() {
login_display.h
106
virtual void
Signout
() = 0;
existing_user_controller.h
99
virtual void
Signout
() OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc
204
bool PeerConnectionClient::
SignOut
() {
386
SignOut
();
/external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc
219
screen_locker_->
Signout
();
screen_locker.h
97
void
Signout
();
login_performer.cc
396
ScreenLocker::default_screen_locker()->
Signout
();
screen_locker.cc
818
// Don't enable
signout
button here as we're showing
[
all
...]
/external/chromium_org/ash/system/tray/
system_tray_delegate.h
219
virtual void
SignOut
() = 0;
/external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc
326
SigninManagerFactory::GetForProfile(profile())->
SignOut
();
/external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc
250
void TestingAutomationProvider::
SignOut
(DictionaryValue* args,
252
ash::Shell::GetInstance()->system_tray_delegate()->
SignOut
();
403
screen_locker->
Signout
();
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc
772
SigninManagerFactory::GetForProfile(GetProfile())->
SignOut
();
812
SigninManagerFactory::GetForProfile(GetProfile())->
SignOut
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp
740
void dtoa(DtoaBuffer result, double dd, int ndigits, bool&
signOut
, int& exponentOut, unsigned& precisionOut)
768
signOut
= false;
777
signOut
= true;
780
signOut
= false;
[
all
...]
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc
89
SignOut
();
553
SigninManagerFactory::GetForProfile(profile_.get())->
SignOut
();
/frameworks/base/docs/html/reference/com/google/android/gms/appstate/
AppStateClient.html
[
all
...]
/frameworks/base/docs/html/reference/com/google/android/gms/games/
OnSignOutCompleteListener.html
775
<div class="jd-descrdiv">Called once the
signout
operation is complete.</div>
851
<div class="jd-tagdata jd-tagdescr"><p>Called once the
signout
operation is complete.
/external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc
217
screen_locker->
Signout
();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java
105
public void
signOut
() {
/external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc
240
// can be false in following cases. a) power-off b)
signout
from
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h
185
virtual void
Signout
() = 0;
/external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_unittest.cc
494
TEST_F(ComponentCloudPolicyServiceTest,
SignOut
) {
/external/chromium_org/remoting/webapp/
remoting.js
289
remoting.
signOut
= function() {
/packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java
125
public static final String SIGNOUT_EXTRA = "com.android.phone.
Signout
";
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service.cc
406
signin_->
SignOut
();
829
signin_->
SignOut
();
[
all
...]
/external/chromium_org/chrome/test/pyautolib/
chromotinglib.py
207
def
SignOut
(self, tab_index=1, windex=0):
Completed in 949 milliseconds
1
2
3
4