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

  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellToolbar.java 117 public void hideSuggestions() {
118 if (mSuggestionPopup != null) mSuggestionPopup.hideSuggestions();
ChromeShellActivity.java 219 if (mToolbar != null) mToolbar.hideSuggestions();
280 if (mToolbar != null) mToolbar.hideSuggestions();
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 90 public void hideSuggestions() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 238 public void hideSuggestions() {

Completed in 464 milliseconds