Searched refs:new_tab_incognito_css_ (Results 1 – 2 of 2) sorted by relevance
182 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()
42 scoped_refptr<RefCountedBytes> new_tab_incognito_css_; variable