OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWebDataServiceWithoutCreating
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
memory_purger.cc
119
profiles[i]->
GetWebDataServiceWithoutCreating
();
/external/chromium/chrome/browser/profiles/
profile.cc
354
virtual WebDataService*
GetWebDataServiceWithoutCreating
() {
355
return profile_->
GetWebDataServiceWithoutCreating
();
profile.h
316
virtual WebDataService*
GetWebDataServiceWithoutCreating
() = 0;
profile_impl.h
73
virtual WebDataService*
GetWebDataServiceWithoutCreating
();
profile_impl.cc
[
all
...]
/external/chromium/android/autofill/
profile_android.h
164
virtual WebDataService*
GetWebDataServiceWithoutCreating
() { NOTREACHED(); return NULL; }
Completed in 51 milliseconds