OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_tab_html_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.h
39
scoped_refptr<RefCountedBytes>
new_tab_html_
;
member in class:NTPResourceCache
ntp_resource_cache.cc
172
if (!
new_tab_html_
.get())
176
:
new_tab_html_
.get();
198
new_tab_html_
= NULL;
208
new_tab_html_
= NULL;
423
new_tab_html_
= new RefCountedBytes;
424
new_tab_html_
->data.resize(full_html.size());
425
std::copy(full_html.begin(), full_html.end(),
new_tab_html_
->data.begin());
Completed in 530 milliseconds