HomeSort by relevance Sort by last modified time
    Searched refs:new_tab_incognito_html_ (Results 1 - 2 of 2) 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());

Completed in 144 milliseconds