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

  /external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc 111 cache1->set_complete(true);
118 cache2->set_complete(true);
125 cache3->set_complete(true);
132 cache4->set_complete(true);
139 cache5->set_complete(true);
185 cache1->set_complete(true);
201 cache2->set_complete(true);
appcache_test_helper.cc 46 appcache->set_complete(true);
mock_appcache_storage_unittest.cc 173 cache->set_complete(true);
257 old_cache->set_complete(true);
301 cache->set_complete(true);
343 cache->set_complete(true);
432 cache->set_complete(true);
484 cache->set_complete(true);
532 cache->set_complete(true);
546 cache->set_complete(true);
592 cache->set_complete(true);
appcache_host_unittest.cc 357 cache1->set_complete(true);
373 cache2->set_complete(true);
381 cache3->set_complete(true);
385 cache4->set_complete(true);
399 cache5->set_complete(true);
appcache.h 48 void set_complete(bool value) { is_complete_ = value; } function in class:appcache::AppCache
appcache_unittest.cc 43 cache->set_complete(true);
216 cache->set_complete(true);
373 cache->set_complete(true);
444 cache->set_complete(true);
512 cache->set_complete(true);
appcache_service_unittest.cc 132 cache->set_complete(true);
mock_appcache_storage.cc 221 newest_cache->set_complete(true);
appcache_storage_impl.cc 435 cache->get()->set_complete(true);
757 cache_->set_complete(true);
    [all...]
appcache_request_handler_unittest.cc 861 cache->set_complete(true);
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 37 void set_complete() { is_complete_ = true; } function in class:drive::__anon6767::DriveUserData
245 data->set_complete();
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 408 expected.set_complete(false); // Since the cache was missing.
549 expected.set_complete(true);
591 expected.set_complete(true);
malware_details.cc 265 report_->set_complete(cache_result_);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 161 void set_complete() { function in class:cricket::BasicPortAllocatorSession::PortData
basicportallocator.cc 567 data->set_complete();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.cc 304 report_->set_complete(cache_result_);
malware_details_unittest.cc 445 expected.set_complete(false); // Since the cache was missing.
593 expected.set_complete(true);
635 expected.set_complete(true);

Completed in 152 milliseconds