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

  /external/webkit/Source/WebKit/chromium/public/
WebApplicationCacheHost.h 57 Downloading,
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 62 enum UpdateStatus { Idle, Checking, Downloading };
154 // How many of the above pending master entries have not yet finished downloading.
ApplicationCacheGroup.cpp 418 if (m_updateStatus == Checking || m_updateStatus == Downloading) {
421 if (m_updateStatus == Downloading)
723 setUpdateStatus(Downloading);
829 // We're done, all resources have finished downloading (successfully or not).
    [all...]
ApplicationCacheHost.cpp 413 case ApplicationCacheGroup::Downloading:
414 return DOWNLOADING;
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 209 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Downloading, ApplicationCacheHost::DOWNLOADING);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 308 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1008 echo "downloading sources for toolchain/$1"
1065 echo "Downloading $PACKAGE"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1222 echo "downloading sources for toolchain/$1"
1279 echo "Downloading $PACKAGE"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1222 echo "downloading sources for toolchain/$1"
1279 echo "Downloading $PACKAGE"
    [all...]
  /external/chromium-trace/
script.js 25 this.statusDiv_.textContent="Downloading trace data...",this.stopButton_.hidden=!0,window.setTimeout(function(){chrome.send("endTracingAsync")},100))},onEndTracingComplete:function(){window.removeEventListener("keydown",this.onKeydownBoundToThis_);window.removeEventListener("keypress",this.onKeypressBoundToThis_);this.tracingEnding_=this.tracingEnabled_=this.overlay_.visible=!1;console.log("onEndTracingComplete p1 with "+this.traceEvents_.length+" events.");var e=new cr.Event("traceEnded");e.events=
    [all...]

Completed in 289 milliseconds