Searched refs:new_tab_html_ (Results 1 – 2 of 2) sorted by relevance
172 if (!new_tab_html_.get()) in GetNewTabHTML()176 : new_tab_html_.get(); in GetNewTabHTML()198 new_tab_html_ = NULL; in Observe()208 new_tab_html_ = NULL; in Observe()423 new_tab_html_ = new RefCountedBytes; in CreateNewTabHTML()424 new_tab_html_->data.resize(full_html.size()); in CreateNewTabHTML()425 std::copy(full_html.begin(), full_html.end(), new_tab_html_->data.begin()); in CreateNewTabHTML()
39 scoped_refptr<RefCountedBytes> new_tab_html_; variable