HomeSort by relevance Sort by last modified time
    Searched full:mock_suggestions_store_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/suggestions/
suggestions_service_unittest.cc 163 mock_suggestions_store_(NULL),
204 // SuggestionsStore in |mock_suggestions_store_|.
206 mock_suggestions_store_ = new StrictMock<MockSuggestionsStore>();
211 scoped_ptr<SuggestionsStore>(mock_suggestions_store_),
235 EXPECT_CALL(*mock_suggestions_store_,
275 MockSuggestionsStore* mock_suggestions_store_; member in class:suggestions::SuggestionsServiceTest
319 EXPECT_CALL(*mock_suggestions_store_, LoadSuggestions(_))
358 EXPECT_CALL(*mock_suggestions_store_, ClearSuggestions());
387 EXPECT_CALL(*mock_suggestions_store_, ClearSuggestions());
414 EXPECT_CALL(*mock_suggestions_store_, LoadSuggestions(_)
    [all...]

Completed in 161 milliseconds