HomeSort by relevance Sort by last modified time
    Searched defs:CHECKING (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater.h 18 CHECKING,
60 // Begins the update process by checking for update availability.
  /external/chromium_org/content/browser/appcache/
appcache_group.h 49 CHECKING,
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 61 CHECKING = 2,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 51 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 177 // We are waiting kPreemptWaitTimeMs before checking if we should preempt.
181 CHECKING,
211 // A timer will transition us to CHECKING.
214 case CHECKING:
295 preemption_state_ = CHECKING;
301 DCHECK(preemption_state_ == CHECKING ||
306 // while CHECKING.
307 if (preemption_state_ == CHECKING)
323 DCHECK(preemption_state_ == CHECKING ||
327 if (preemption_state_ == CHECKING) {
    [all...]

Completed in 460 milliseconds