OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingTemplateURLModel
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url_model_test_util.h
21
class
TestingTemplateURLModel
;
97
scoped_ptr<
TestingTemplateURLModel
> model_;
template_url_model_test_util.cc
82
class
TestingTemplateURLModel
: public TemplateURLModel {
84
explicit
TestingTemplateURLModel
(Profile* profile)
104
DISALLOW_COPY_AND_ASSIGN(
TestingTemplateURLModel
);
151
profile_->SetTemplateURLModel(new
TestingTemplateURLModel
(profile_.get()));
206
profile_->SetTemplateURLModel(new
TestingTemplateURLModel
(profile_.get()));
215
static_cast<
TestingTemplateURLModel
*>(model())->GetAndClearSearchTerm();
Completed in 134 milliseconds