Searched refs:frontends_ (Results 1 – 1 of 1) sorted by relevance
3069 STLDeleteContainerPointers(frontends_.begin(), frontends_.end()); in UpdateFinishedUnwound()3120 frontends_.push_back(frontend); in MakeMockFrontend()3185 for (size_t i = 0; i < frontends_.size(); ++i) { in VerifyExpectations()3186 MockFrontend* frontend = frontends_[i]; in VerifyExpectations()3437 std::vector<MockFrontend*> frontends_; // to check expected events member in content::AppCacheUpdateJobTest