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

  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_service_factory.cc 62 Profile* the_profile = static_cast<Profile*>(profile); local
64 new SuggestionsStore(the_profile->GetPrefs()));
66 new BlacklistStore(the_profile->GetPrefs()));
73 the_profile->GetPath().Append(FILE_PATH_LITERAL("Thumbnails")));
76 the_profile->GetRequestContext(),
79 the_profile->GetRequestContext(), suggestions_store.Pass(),

Completed in 1377 milliseconds