HomeSort by relevance Sort by last modified time
    Searched defs:template_url_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc 34 // the data dir). The TemplateURL is placed in template_url_.
50 contents.length(), filter, &template_url_);
54 TemplateURL template_url_; member in class:TemplateURLParserTest
88 EXPECT_EQ(ASCIIToUTF16("Dictionary.com"), template_url_.short_name());
89 EXPECT_TRUE(template_url_.GetFaviconURL() ==
91 EXPECT_TRUE(template_url_.url() != NULL);
92 EXPECT_TRUE(template_url_.url()->SupportsReplacement());
93 EXPECT_EQ(template_url_.url()->url(),
102 EXPECT_EQ(ASCIIToUTF16("Search \" MSDN"), template_url_.short_name());
103 EXPECT_TRUE(template_url_.GetFaviconURL() =
    [all...]
template_url_fetcher.cc 64 scoped_ptr<TemplateURL> template_url_; member in class:TemplateURLFetcher::RequestDelegate
113 if (!template_url_.get())
126 template_url_.reset(new TemplateURL());
140 template_url_.get()) ||
141 !template_url_->url() || !template_url_->url()->SupportsReplacement()) {
156 DCHECK(template_url_.get());
162 GURL keyword_url(template_url_->url()->url());
172 !model->CanReplaceKeyword(keyword_, GURL(template_url_->url()->url()),
195 GURL(template_url_->url()->url())
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.h 68 const TemplateURL* template_url() const { return template_url_; }
79 const TemplateURL* template_url_; member in class:EditSearchEngineController
template_url_table_model.cc 39 : template_url_(template_url),
49 return template_url_;
85 if (template_url_.url() && template_url_.url()->IsValid()) {
86 GURL url = GURL(template_url_.url()->url());
110 const TemplateURL& template_url_; member in class:ModelEntry

Completed in 70 milliseconds