OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHistoryService
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
history_browsertest.cc
98
HistoryService*
GetHistoryService
() {
99
return GetProfile()->
GetHistoryService
(Profile::EXPLICIT_ACCESS);
103
HistoryEnumerator enumerator(
GetHistoryService
());
116
HistoryService* history =
GetHistoryService
();
136
EXPECT_TRUE(GetProfile()->
GetHistoryService
(Profile::EXPLICIT_ACCESS));
137
EXPECT_TRUE(GetProfile()->
GetHistoryService
(Profile::IMPLICIT_ACCESS));
159
EXPECT_TRUE(GetProfile()->
GetHistoryService
(Profile::EXPLICIT_ACCESS));
160
EXPECT_FALSE(GetProfile()->
GetHistoryService
(Profile::IMPLICIT_ACCESS));
/external/chromium/android/autofill/
profile_android.h
160
virtual HistoryService*
GetHistoryService
(ServiceAccessType sat) { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
profile.cc
322
virtual HistoryService*
GetHistoryService
(ServiceAccessType sat) {
324
return profile_->
GetHistoryService
(sat);
profile_impl.cc
[
all
...]
Completed in 2325 milliseconds