Home
last modified time | relevance | path

Searched refs:new_tab_incognito_css_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dntp_resource_cache.cc182 if (!new_tab_incognito_css_.get()) in GetNewTabCSS()
188 return is_incognito ? new_tab_incognito_css_.get() in GetNewTabCSS()
199 new_tab_incognito_css_ = NULL; in Observe()
458 new_tab_incognito_css_ = new RefCountedBytes; in CreateNewTabIncognitoCSS()
459 new_tab_incognito_css_->data.resize(full_css.size()); in CreateNewTabIncognitoCSS()
461 new_tab_incognito_css_->data.begin()); in CreateNewTabIncognitoCSS()
Dntp_resource_cache.h42 scoped_refptr<RefCountedBytes> new_tab_incognito_css_; variable