HomeSort by relevance Sort by last modified time
    Searched refs:template_url_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
instant_loader.h 97 bool is_showing_instant() const { return template_url_id_ != 0; }
100 TemplateURLID template_url_id() const { return template_url_id_; }
160 const TemplateURLID template_url_id_; member in class:InstantLoader
instant_loader.cc 607 template_url_id_(id),
649 if ((!template_url_id_ && url_ == url) ||
650 (template_url_id_ &&
671 DCHECK(template_url_id_ == template_url->id());
723 DCHECK(template_url_id_ == 0);
786 if (template_url_id_) {
792 preview_tab_contents_delegate_->CommitHistory(template_url_id_ != 0);
870 if (!template_url_id_)
    [all...]

Completed in 47 milliseconds