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

  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 83 if (instant_tab_ && instant_tab_->supports_instant() &&
85 // Use |instant_tab_| to run the query if we're already on a search results
87 SearchTabHelper::FromWebContents(instant_tab_->web_contents())->Submit(
89 instant_tab_->web_contents()->Focus();
90 EnsureSearchTermsAreSet(instant_tab_->web_contents(), search_terms);
137 return instant_tab_.get();
157 base::MessageLoop::current()->DeleteSoon(FROM_HERE, instant_tab_.release());
178 if (!instant_tab_ || active_tab != instant_tab_->web_contents())
    [all...]
instant_controller.h 50 // search-term-replacement enabled. If |instant_tab_| can be used to process
54 // The search mode in the active tab has changed. Bind |instant_tab_| if the
59 // The user switched tabs. Bind |instant_tab_| if the newly active tab is an
131 // If the active tab is an Instant search results page, sets |instant_tab_| to
132 // point to it. Else, deletes any existing |instant_tab_|.
144 scoped_ptr<InstantTab> instant_tab_; member in class:InstantController

Completed in 60 milliseconds