OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateBlacklistDelay
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/suggestions/
suggestions_service.h
108
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
UpdateBlacklistDelay
);
148
void
UpdateBlacklistDelay
(bool last_request_successful);
suggestions_service_unittest.cc
570
TEST_F(SuggestionsServiceTest,
UpdateBlacklistDelay
) {
576
suggestions_service->
UpdateBlacklistDelay
(true);
580
suggestions_service->
UpdateBlacklistDelay
(false);
584
suggestions_service->
UpdateBlacklistDelay
(true);
suggestions_service.cc
385
UpdateBlacklistDelay
(last_request_successful);
413
void SuggestionsService::
UpdateBlacklistDelay
(bool last_request_successful) {
Completed in 258 milliseconds