Searched refs:BlacklistStateFetcherMock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc27 BlacklistStateFetcherMock::BlacklistStateFetcherMock() : request_count_(0) {} function in class:extensions::BlacklistStateFetcherMock
29 BlacklistStateFetcherMock::~BlacklistStateFetcherMock() {}
31 void BlacklistStateFetcherMock::Request(const std::string& id,
43 void BlacklistStateFetcherMock::SetState(const std::string& id,
48 void BlacklistStateFetcherMock::Clear() {
H A Dtest_blacklist.h20 class BlacklistStateFetcherMock : public BlacklistStateFetcher { class in namespace:extensions
22 BlacklistStateFetcherMock();
24 virtual ~BlacklistStateFetcherMock();
79 const BlacklistStateFetcherMock* fetcher() { return &state_fetcher_mock_; }
87 BlacklistStateFetcherMock state_fetcher_mock_;

Completed in 143 milliseconds