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

  /external/chromium_org/content/browser/appcache/
appcache_response.cc 290 creation_phase_(INITIAL_ATTEMPT),
367 creation_phase_ = NO_ATTEMPT;
370 creation_phase_ = NO_ATTEMPT;
373 creation_phase_ = INITIAL_ATTEMPT;
388 if (creation_phase_ == INITIAL_ATTEMPT) {
391 creation_phase_ = DOOM_EXISTING;
397 } else if (creation_phase_ == DOOM_EXISTING) {
398 creation_phase_ = SECOND_ATTEMPT;
appcache_response.h 255 CreationPhase creation_phase_; member in class:content::AppCacheResponseWriter

Completed in 245 milliseconds