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

  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 66 if (group_being_updated_.get())
67 group_being_updated_->RemoveUpdateObserver(this);
432 DCHECK(!group_being_updated_.get());
433 group_being_updated_ = group;
439 DCHECK_EQ(group, group_being_updated_);
445 group_being_updated_ = NULL;
496 DCHECK(!group_being_updated_);
appcache_host.h 227 scoped_refptr<AppCacheGroup> group_being_updated_; member in class:appcache::AppCacheHost
appcache_host_unittest.cc 410 host.group_being_updated_ = group2;
412 EXPECT_FALSE(host.group_being_updated_.get());
417 host.group_being_updated_ = group2;
419 EXPECT_FALSE(host.group_being_updated_.get());
appcache_storage_impl_unittest.cc     [all...]

Completed in 25 milliseconds