Home | History | Annotate | Download | only in browser

Lines Matching refs:headers

405         Map<String, String> headers = null;
412 headers = new HashMap<String, String>();
415 headers.put(key, bundle.getString(key));
419 mMainView.loadUrl(mVoiceSearchData.mLastVoiceSearchUrl, headers);
468 * List of headers to be passed into the WebView containing location
2086 public void loadUrl(String url, Map<String, String> headers) {
2092 mMainView.loadUrl(url, headers);