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

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.idl 33 const unsigned short CHECKING = 2;
ApplicationCacheHost.h 61 CHECKING = 2,
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater.h 18 CHECKING,
60 // Begins the update process by checking for update availability.
version_updater_chromeos.cc 51 // The connection type checking strategy must be the same as the one
197 // was previously checking for an update -- in that case, the system is
216 my_status = CHECKING;
version_updater_win.cc 179 status = CHECKING;
help_handler.cc 469 case VersionUpdater::CHECKING:
470 status_str = "checking";
  /external/chromium_org/content/browser/appcache/
appcache_group_unittest.cc 219 // Set state to checking to prevent update job from executing fetches.
220 group->update_status_ = AppCacheGroup::CHECKING;
240 // Set state to checking to prevent update job from executing fetches.
241 group->update_status_ = AppCacheGroup::CHECKING;
259 // Set state to checking to prevent update job from executing fetches.
260 group->update_status_ = AppCacheGroup::CHECKING;
286 group->update_status_ = AppCacheGroup::CHECKING; // prevent actual fetches
appcache_group.h 49 CHECKING,
appcache_host.cc 298 // for checking whether the creation of the appcache is allowed.
329 if (cache->owning_group()->update_status() == AppCacheGroup::CHECKING)
appcache_update_job_unittest.cc 641 EXPECT_EQ(AppCacheGroup::CHECKING, group_->update_status());
692 EXPECT_EQ(AppCacheGroup::CHECKING, group_->update_status());
    [all...]
appcache_update_job.cc 422 // Notify host (if any) if already checking or downloading.
424 if (update_status == AppCacheGroup::CHECKING ||
442 group_->SetUpdateAppCacheStatus(AppCacheGroup::CHECKING);
    [all...]
  /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...]
  /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/third_party/WebKit/Source/devtools/front_end/resources/
ApplicationCacheItemsView.js 120 statusInformation[applicationCache.CHECKING] = { className: "orange-ball", text: "CHECKING" };
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 652 IceConnectionState.CHECKING);
661 IceConnectionState.CHECKING);
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 321 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Checking, ApplicationCacheHost::CHECKING);
    [all...]

Completed in 1122 milliseconds