HomeSort by relevance Sort by last modified time
    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 68 enum State { Idle, Loading, Finished, Failed };
  /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/modules/notifications/
Notification.h 176 Idle = 0,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaPlayer.h 141 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus.cc 185 // Add an idle source and let the gmainloop quit on idle.
188 g_source_set_callback(idle_source_, &Idle, this, NULL);
296 // Handles callback on Idle. We only add this source when ready to stop.
297 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 276 milliseconds