OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntp_resource_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl.h
225
scoped_ptr<NTPResourceCache>
ntp_resource_cache_
;
member in class:ProfileImpl
profile_impl.cc
564
if (!
ntp_resource_cache_
.get())
565
ntp_resource_cache_
.reset(new NTPResourceCache(this));
566
return
ntp_resource_cache_
.get();
607
ntp_resource_cache_
.reset();
[
all
...]
Completed in 28 milliseconds