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

  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 121 if (instant_tab_)
122 instant_tab_->sender()->SetOmniboxBounds(omnibox_bounds_);
126 if (instant_tab_)
127 instant_tab_->sender()->ToggleVoiceSearch();
152 if (instant_tab_->IsLocal() ||
162 if (instant_tab_ && instant_tab_->supports_instant() &&
164 // Use |instant_tab_| to run the query if we're already on a search results
166 instant_tab_->sender()->Submit(search_terms);
167 instant_tab_->contents()->GetView()->Focus()
    [all...]
instant_controller.h 61 // Notifies |instant_Tab_| to toggle voice search.
65 // search-term-replacement enabled. If |instant_tab_| can be used to process
76 // The search mode in the active tab has changed. Bind |instant_tab_| if the
81 // The user switched tabs. Bind |instant_tab_| if the newly active tab is an
190 // If the active tab is an Instant search results page, sets |instant_tab_| to
191 // point to it. Else, deletes any existing |instant_tab_|.
210 scoped_ptr<InstantTab> instant_tab_; member in class:InstantController
instant_extended_interactive_uitest.cc     [all...]

Completed in 851 milliseconds