HomeSort by relevance Sort by last modified time
    Searched refs:new_tab_incognito_html_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.h 37 scoped_refptr<RefCountedBytes> new_tab_incognito_html_; member in class:NTPResourceCache
ntp_resource_cache.cc 169 if (!new_tab_incognito_html_.get())
175 return is_incognito ? new_tab_incognito_html_.get()
197 new_tab_incognito_html_ = NULL;
207 new_tab_incognito_html_ = NULL;
253 new_tab_incognito_html_ = new RefCountedBytes;
254 new_tab_incognito_html_->data.resize(full_html.size());
256 new_tab_incognito_html_->data.begin());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 94 scoped_refptr<base::RefCountedMemory> new_tab_incognito_html_; member in class:NTPResourceCache
ntp_resource_cache.cc 239 if (!new_tab_incognito_html_.get())
241 return new_tab_incognito_html_.get();
275 new_tab_incognito_html_ = NULL;
287 new_tab_incognito_html_ = NULL;
346 new_tab_incognito_html_ = base::RefCountedString::TakeString(&full_html);

Completed in 27 milliseconds