OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suggestions_store_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/suggestions/
suggestions_store_unittest.cc
79
suggestions_store_
.reset(new SuggestionsStore(pref_service_.get()));
84
scoped_ptr<SuggestionsStore>
suggestions_store_
;
member in class:suggestions::SuggestionsStoreTest
95
EXPECT_TRUE(
suggestions_store_
->StoreSuggestions(suggestions));
96
EXPECT_FALSE(
suggestions_store_
->LoadSuggestions(&filtered_suggestions));
106
EXPECT_TRUE(
suggestions_store_
->StoreSuggestions(suggestions));
107
EXPECT_TRUE(
suggestions_store_
->LoadSuggestions(&filtered_suggestions));
117
EXPECT_TRUE(
suggestions_store_
->StoreSuggestions(suggestions));
118
EXPECT_TRUE(
suggestions_store_
->LoadSuggestions(&filtered_suggestions));
121
EXPECT_TRUE(
suggestions_store_
->LoadSuggestions(&loaded_suggestions));
132
EXPECT_FALSE(
suggestions_store_
->LoadSuggestions(&recovered_suggestions))
[
all
...]
suggestions_service.h
157
scoped_ptr<SuggestionsStore>
suggestions_store_
;
member in class:suggestions::SuggestionsService
Completed in 489 milliseconds