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

  /external/chromium/android/jni/
autofill_request_url.cc 15 std::string request_url = android::jni::JstringToStdString(env, autofill_query_url); local
19 return request_url;
  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 31 const GURL& request_url) {
56 UTF8ToUTF16(request_url.host()),
58 UTF8ToUTF16(request_url.host()));
67 UTF8ToUTF16(request_url.host())));
76 UTF8ToUTF16(request_url.host()),
77 UTF8ToUTF16(request_url.host()));
89 UTF8ToUTF16(request_url.host()),
90 UTF8ToUTF16(request_url.host()));
102 UTF8ToUTF16(request_url.host()));
109 UTF8ToUTF16(request_url.host())
    [all...]
ssl_error_info.h 44 const GURL& request_url);
51 const GURL& request_url,
ssl_error_handler.h 51 const GURL& request_url() const { return request_url_; } function in class:SSLErrorHandler
ssl_policy.cc 48 handler->request_url().host());
166 handler->ssl_info().cert, handler->request_url());
176 handler->request_url().host());
192 handler->request_url().host());
ssl_blocking_page.cc 48 : InterstitialPage(handler->GetTabContents(), true, handler->request_url()),
  /external/chromium/chrome/common/extensions/
extension_localization_peer.cc 20 const GURL& request_url)
23 request_url_(request_url) {
35 const GURL& request_url) {
38 return (request_url.SchemeIs(chrome::kExtensionScheme) &&
40 new ExtensionLocalizationPeer(peer, message_sender, request_url) : NULL;
extension_localization_peer.h 30 const GURL& request_url);
56 const GURL& request_url);
extension_localization_peer_unittest.cc 94 const GURL& request_url) {
96 original_peer_.get(), sender_.get(), mime_type, request_url);
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 217 std::string request_url;
219 request_url = AUTO_FILL_QUERY_SERVER_REQUEST_URL;
221 request_url = AUTO_FILL_UPLOAD_SERVER_REQUEST_URL;
228 request_url = android::AutofillRequestUrl::GetQueryUrl();
229 if (request_url.empty())
231 request_url += ANDROID_AUTOFILL_CLIENT_PARAM;
239 GURL(request_url),
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 254 void CheckURLAndQueryParams(const GURL& request_url,
258 EXPECT_EQ(service_url.scheme(), request_url.scheme());
259 EXPECT_EQ(service_url.host(), request_url.host());
260 EXPECT_EQ(service_url.port(), request_url.port());
261 EXPECT_EQ(service_url.path(), request_url.path());
263 QueryParams query_params(request_url.query());
333 const GURL& request_url(fetcher->original_url());
335 EXPECT_EQ(service_url.scheme(), request_url.scheme());
336 EXPECT_EQ(service_url.host(), request_url.host());
337 EXPECT_EQ(service_url.port(), request_url.port())
    [all...]
  /external/chromium/net/http/
http_auth_handler_mock.h 77 const GURL& request_url() const { function in class:net::HttpAuthHandlerMock
http_proxy_client_socket_pool.h 44 const GURL& request_url,
58 const GURL& request_url() const { return request_url_; } function in class:net::HttpProxySocketParams
http_auth_handler_digest_unittest.cc 30 // of the |challenge|. Otherwise, the scheme and host and port of |request_url|
34 const std::string& request_url,
43 EXPECT_FALSE(request_url.empty());
55 GURL url_origin(target == HttpAuth::AUTH_SERVER ? request_url : proxy_name);
69 request->url = GURL(request_url);
http_proxy_client_socket_pool.cc 33 const GURL& request_url,
43 request_url_(request_url),
282 params_->request_url(),
341 return spdy_session->CreateStream(params_->request_url(),
364 params_->request_url(),
http_proxy_client_socket.h 41 const GURL& request_url,
http_proxy_client_socket.cc 28 const GURL& request_url,
54 request_.url = request_url;
http_network_transaction_unittest.cc 8054 const GURL& request_url = auth_handler->request_url(); local
    [all...]
  /external/chromium/net/base/
sdch_manager.h 291 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
sdch_manager.cc 325 void SdchManager::FetchDictionary(const GURL& request_url,
327 if (SdchManager::Global()->CanFetchDictionary(request_url, dictionary_url) &&
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 387 LoginDialogTask(const GURL& request_url,
390 : request_url_(request_url), auth_info_(auth_info), handler_(handler) {

Completed in 180 milliseconds