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

  /external/chromium/chrome/browser/instant/
instant_loader.h 167 scoped_ptr<TabContentsDelegateImpl> preview_tab_contents_delegate_; member in class:InstantLoader
instant_loader.cc 677 preview_tab_contents_delegate_->set_user_typed_before_load();
696 preview_tab_contents_delegate_->PrepareForNewLoad();
724 preview_tab_contents_delegate_->PrepareForNewLoad();
758 return preview_tab_contents_delegate_.get() &&
759 preview_tab_contents_delegate_->is_mouse_down_from_activate();
790 preview_tab_contents_delegate_->SetLastHistoryURLAndPrune(url);
792 preview_tab_contents_delegate_->CommitHistory(template_url_id_ != 0);
    [all...]

Completed in 128 milliseconds