OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logout
(Results
1 - 25
of
199
) sorted by null
1
2
3
4
5
6
7
8
/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/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.
kiosk_mode_settings.h
50
// NOTE: The idle
logout
timeout is the time 'till' we show the idle dialog
54
// The time to
logout
the user in on idle.
/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.
/external/chromium_org/chrome/common/extensions/api/
autotest_private.idl
57
//
Logout
of a user session.
58
static void
logout
();
/external/junit/src/org/junit/
AfterClass.java
29
* @AfterClass public static void
logout
() {
30
* database.
logout
();
/external/chromium_org/chrome/test/functional/
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 '
/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
.
/external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.h
32
// Special "override"
logout
URL used to let tests work.
/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
();
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java
97
lm.
logout
();
106
lm.
logout
();
Completed in 450 milliseconds
1
2
3
4
5
6
7
8