HomeSort by relevance Sort by last modified time
    Searched defs:omnibox (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxViewUtil.java 5 package org.chromium.chrome.browser.omnibox;
8 * Utilities for the Omnibox view component.
13 * Sanitizing the given string to be safe to paste into the omnibox.
AnswersImage.java 5 package org.chromium.chrome.browser.omnibox;
OmniboxPrerender.java 5 package org.chromium.chrome.browser.omnibox;
12 * into the Omnibox.
31 * the omnibox (e.g. when navigating away, closing the keyboard or changing tabs)
51 * Potentailly invokes a pre-render or pre-connect given the url typed into the omnibox and
52 * a corresponding autocomplete result. This should be invoked everytime the omnibox changes
55 * @param url url in the omnibox.
AutocompleteController.java 5 package org.chromium.chrome.browser.omnibox;
50 * waiting on omnibox suggestions.
65 * Starts querying for omnibox suggestions for a given text.
86 * the user pressed enter before omnibox suggestions had been shown).
92 * @param text The user's input text to classify (i.e. what they typed in the omnibox)
104 * @param omniboxText The text displayed in the omnibox.
107 * @param focusedFromFakebox Whether the user entered the omnibox by tapping the fakebox on the
140 * new input into the omnibox.
149 * Deletes an omnibox suggestion, if possible.
183 * Called whenever a navigation happens from the omnibox to record metrics about the user'
    [all...]
OmniboxSuggestion.java 5 package org.chromium.chrome.browser.omnibox;
12 * Container class with information about each omnibox suggestion item.
33 * (see components/omnibox/autocomplete_match_type.h).
SuggestionAnswer.java 5 package org.chromium.chrome.browser.omnibox;
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.h 59 OmniboxView* omnibox() { function in class:InstantTestBase
99 // Returns the omnibox's inline autocompletion (shown in blue highlight).
search_tab_helper.cc 25 #include "chrome/browser/ui/omnibox/omnibox_edit_model.h"
26 #include "chrome/browser/ui/omnibox/omnibox_popup_model.h"
27 #include "chrome/browser/ui/omnibox/omnibox_view.h"
149 bool OmniboxHasFocus(OmniboxView* omnibox) {
150 return omnibox && omnibox->model()->has_focus();
202 // a spurious oninputend when the user accepts a match in the omnibox.
443 OmniboxView* omnibox = GetOmniboxView(); local
444 if (!omnibox)
456 omnibox->SetFocus()
539 OmniboxView* omnibox = GetOmniboxView(); local
588 OmniboxView* omnibox = GetOmniboxView(); local
630 OmniboxView* omnibox = GetOmniboxView(); local
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc 15 #include "components/omnibox/autocomplete_match.h"
16 #include "components/omnibox/autocomplete_result.h"
32 OmniboxPrerender* omnibox = new OmniboxPrerender(env, obj); local
33 return reinterpret_cast<intptr_t>(omnibox);
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionArrayAdapter.java 5 package org.chromium.chrome.shell.omnibox;
17 import org.chromium.chrome.browser.omnibox.OmniboxSuggestion;
SuggestionPopup.java 5 package org.chromium.chrome.shell.omnibox;
22 import org.chromium.chrome.browser.omnibox.AutocompleteController;
23 import org.chromium.chrome.browser.omnibox.AutocompleteController.OnSuggestionsReceivedListener;
24 import org.chromium.chrome.browser.omnibox.OmniboxSuggestion;
171 assert mRequestSuggestions == null : "Multiple omnibox requests in flight.";
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
SuggestionAnswerTest.java 5 package org.chromium.chrome.browser.omnibox;
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 127 // Change the first tab to be the omnibox page (TYPE_WEBUI).
128 GURL omnibox(chrome::kChromeUIOmniboxURL);
129 ui_test_utils::NavigateToURL(browser(), omnibox); local
133 EXPECT_EQ(omnibox, tab1->GetURL());
166 // Create another TYPE_WEBUI tab. It should share the process with omnibox.
221 GURL omnibox(chrome::kChromeUIOmniboxURL);
222 ui_test_utils::NavigateToURL(browser(), omnibox); local
247 // Create another omnibox tab. It should share the process with the other
250 browser(), omnibox, NEW_FOREGROUND_TAB, local
256 // Create another omnibox tab. It should share the process with the othe
259 browser(), omnibox, NEW_FOREGROUND_TAB, local
285 ui_test_utils::NavigateToURL(browser(), omnibox); local
    [all...]
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 47 #include "chrome/browser/ui/omnibox/omnibox_view.h"
394 OmniboxView* omnibox = location_bar->GetOmniboxView(); local
395 omnibox->model()->OnSetFocus(false);
396 omnibox->SetUserText(base::ASCIIToUTF16(input));
398 while (!omnibox->model()->autocomplete_controller()->done()) {
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 209 milliseconds