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/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 59 CHECKING = 2,
  /external/chromium_org/webkit/browser/appcache/
appcache_group.h 53 CHECKING,
  /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 163 // We are waiting kPreemptWaitTimeMs before checking if we should preempt.
167 CHECKING,
197 // A timer will transition us to CHECKING.
200 case CHECKING:
281 preemption_state_ = CHECKING;
287 DCHECK(preemption_state_ == CHECKING ||
292 // while CHECKING.
293 if (preemption_state_ == CHECKING)
309 DCHECK(preemption_state_ == CHECKING ||
313 if (preemption_state_ == CHECKING) {
    [all...]

Completed in 201 milliseconds