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

  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.h 42 scoped_refptr<RefCountedBytes> new_tab_incognito_css_; member in class:NTPResourceCache
ntp_resource_cache.cc 182 if (!new_tab_incognito_css_.get())
188 return is_incognito ? new_tab_incognito_css_.get()
199 new_tab_incognito_css_ = NULL;
458 new_tab_incognito_css_ = new RefCountedBytes;
459 new_tab_incognito_css_->data.resize(full_css.size());
461 new_tab_incognito_css_->data.begin());

Completed in 595 milliseconds