HomeSort by relevance Sort by last modified time
    Searched full:logout (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
contacts.js 25 function logout() { function
26 chrome.extension.getBackgroundPage().logout();
31 document.querySelector('#clear').addEventListener('click', logout);
  /external/chromium_org/chrome/test/functional/
chromeos_device_policy.py 72 self.Logout()
81 self.Logout()
87 self.Logout()
98 self.Logout()
118 self.Logout()
123 self.Logout()
128 self.Logout()
133 self.Logout()
139 self.Logout()
141 self.Logout()
    [all...]
chromeos_volume.py 23 lock, logout, etc...
67 """Test that volume settings are preserved after login and logout"""
74 self.Logout()
77 msg='Before logout : %s and after logout : %s, volume states are not '
chromeos_ephemeral.py 104 self.Logout()
122 self.Logout()
138 self.Logout()
151 self.Logout()
155 self.Logout()
165 self.Logout()
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
options.html 15 <p><button id="revoke" onclick="logout();">Revoke your OAuth token</button></p>
26 function logout() {
27 bgPage.logout();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
contacts.html 24 <button onclick="logout();">Click here to clear your OAuth token</button>
48 function logout() {
49 chrome.extension.getBackgroundPage().logout();
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.h 28 // Really initialize idle logout when KioskModeHelper is initialized.
42 // Resets |timer_| to fire when the logout dialog should be shown.
45 // Invoked by |timer_| to display the logout dialog.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
options.html 15 <p><button id="revoke" onclick="logout();">Revoke your OAuth token</button></p>
26 function logout() {
27 bgPage.logout();
  /external/chromium_org/ash/system/logout_button/
logout_button_observer.h 11 // whether a logout button should be shown in the system tray during a session.
tray_logout_button.h 20 // Adds a logout button to the system tray if enabled by the
  /external/chromium_org/chrome/common/extensions/api/
autotest_private.idl 32 // Logout of a user session.
33 static void logout();
  /external/junit/src/org/junit/
AfterClass.java 29 * &#064;AfterClass public static void logout() {
30 * database.logout();
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 78 // Add a time marker for logout. A timeline will be dumped to
79 // /tmp/logout-times-sent after logout is done. If |send_to_uma| is true
107 // Writes the logout times to a /tmp/logout-times-sent. Unlike login
108 // times, we manually call this function for logout times, as we cannot
109 // rely on notification service to tell when the logout is done.
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.h 45 // Add a time marker for logout. A timeline will be dumped to
46 // /tmp/logout-times-sent after logout is done. If |send_to_uma| is true
74 // Writes the logout times to a /tmp/logout-times-sent. Unlike login
75 // times, we manually call this function for logout times, as we cannot
76 // rely on notification service to tell when the logout is done.
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.h 16 // the warning is hard-coded to warn about logout.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /external/chromium_org/remoting/host/installer/linux/debian/
postinst 33 echo "Sending logout notification messages to virtual desktops."
34 echo "$LOGOUT_MSG" > "$NOTIFIER_DIR/chrome-remote-desktop-logout"
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LdapLoginModuleTest.java 165 * Test method for {@link org.apache.harmony.auth.module.LdapLoginModule#logout()}.
181 assertTrue("Should be true", module.logout());
183 fail("Logout failed");
204 module.logout();
233 module.logout();
250 module.logout();
265 module.logout();
276 module.logout();
291 module.logout();
JndiLoginModuleTest.java 167 * {@link org.apache.harmony.auth.module.JndiLoginModule#logout()}.
182 assertTrue("Should be true", module.logout());
184 fail("Logout failed");
216 module.logout();
237 module.logout();
255 module.logout();
265 module.logout();
283 module.logout();
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 44 // calling Logout on TalkMediator when the last observer is removed.
51 // Logout after the last observer is removed.
53 talk_mediator_->Logout();

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 9