OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHistoryServiceWithoutCreating
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/
memory_purger.cc
113
profiles[i]->
GetHistoryServiceWithoutCreating
();
/external/chromium/chrome/browser/sync/glue/
typed_url_data_type_controller.cc
82
HistoryService* history = profile_->
GetHistoryServiceWithoutCreating
();
102
history_service_ = profile_->
GetHistoryServiceWithoutCreating
();
/external/chromium/chrome/browser/profiles/
profile.cc
330
virtual HistoryService*
GetHistoryServiceWithoutCreating
() {
331
return profile_->
GetHistoryServiceWithoutCreating
();
profile.h
299
virtual HistoryService*
GetHistoryServiceWithoutCreating
() = 0;
profile_impl.h
70
virtual HistoryService*
GetHistoryServiceWithoutCreating
();
profile_impl.cc
[
all
...]
/external/chromium/android/autofill/
profile_android.h
161
virtual HistoryService*
GetHistoryServiceWithoutCreating
() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
178
EXPECT_CALL(profile_,
GetHistoryServiceWithoutCreating
()).
/external/chromium/chrome/browser/history/
top_sites.cc
176
HistoryService* history = profile_->
GetHistoryServiceWithoutCreating
();
[
all
...]
Completed in 46 milliseconds