Home | History | Annotate | Download | only in browser

Lines Matching refs:search

35 import com.android.browser.search.SearchEngine;
36 import com.android.common.Search;
47 // "source" parameter for Google search suggested by the browser
49 // "source" parameter for Google search from unknown source
99 // If this was a search request (e.g. search query directly typed into the address bar),
100 // pass it on to the default web search provider.
240 // But currently, we get the user-typed URL from search box as well.
248 source = appData.getString(Search.SOURCE);
262 * Launches the default web search activity with the query parameters if the given intent's data
263 * are identified as plain search terms and not URLs/shortcuts.
264 * @return true if the intent was handled and web search activity was launched, false if not.
286 * Launches the default web search activity with the query parameters if the given url string
287 * was identified as plain search terms and not URL/shortcut.
288 * @return true if the request was handled and web search activity was launched, false if not.
296 // But currently, we get the user-typed URL from search box as well.