OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Idle
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h
106
Idle
,
/external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h
48
Idle
,
WebApplicationCacheHost.h
55
Idle
,
/external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h
62
enum State {
Idle
, Loading, Finished, Failed };
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.h
110
Idle
= 0,
/packages/apps/Nfc/nci/jni/
NfcTag.h
34
enum ActivationState {
Idle
, Sleep, Active};
119
** Description: What is the current state:
Idle
, Sleep, or Activated.
121
** Returns:
Idle
, Sleep, or Activated.
131
** Description: Set the current state:
Idle
or Sleep.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h
143
enum NetworkState { Empty,
Idle
, Loading, Loaded, FormatError, NetworkError, DecodeError };
/external/chromium_org/third_party/libjingle/source/talk/base/
dbus.cc
189
// Add an
idle
source and let the gmainloop quit on
idle
.
192
g_source_set_callback(idle_source_, &
Idle
, this, NULL);
300
// Handles callback on
Idle
. We only add this source when ready to stop.
301
static gboolean
Idle
(gpointer data) {
/frameworks/base/services/java/com/android/server/
MountService.java
133
public static final int
Idle
= 1;
743
} else if (st == VolumeState.
Idle
) {
[
all
...]
Completed in 999 milliseconds