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

  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 63 if (group_being_updated_.get())
64 group_being_updated_->RemoveUpdateObserver(this);
421 DCHECK(!group_being_updated_.get());
422 group_being_updated_ = group;
428 DCHECK_EQ(group, group_being_updated_);
434 group_being_updated_ = NULL;
appcache_host.h 213 scoped_refptr<AppCacheGroup> group_being_updated_; member in class:appcache::AppCacheHost
appcache_host_unittest.cc 401 host.group_being_updated_ = group2;
403 EXPECT_FALSE(host.group_being_updated_.get());
408 host.group_being_updated_ = group2;
410 EXPECT_FALSE(host.group_being_updated_.get());

Completed in 43 milliseconds