Searched refs:scheme (Results 226 - 250 of 382) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc467 pickle->WriteInt(form->scheme);
519 int scheme = 0; local
523 if (!pickle.ReadInt(&iter, &scheme) ||
539 form->scheme = static_cast<PasswordForm::Scheme>(scheme);
H A Dpassword_manager.cc220 switch (form_for_autofill.scheme) {
/external/chromium/net/url_request/
H A Durl_request.cc149 const string& scheme, ProtocolFactory* factory) {
150 return URLRequestJobManager::GetInstance()->RegisterProtocolFactory(scheme,
311 bool URLRequest::IsHandledProtocol(const std::string& scheme) { argument
312 return URLRequestJobManager::GetInstance()->SupportsScheme(scheme);
322 return IsHandledProtocol(url.scheme());
148 RegisterProtocolFactory( const string& scheme, ProtocolFactory* factory) argument
/external/chromium/net/base/
H A Dcookie_monster.cc164 std::string GetEffectiveDomain(const std::string& scheme, argument
166 if (scheme == "http" || scheme == "https")
209 const std::string url_scheme(url.scheme());
677 const std::string scheme(url.scheme());
692 if (cc->IsHostCookie() && cc->IsDomainMatch(scheme, host)) {
1022 // Note: file must be the last scheme.
1064 const std::string domain(GetEffectiveDomain(url.scheme(), key));
1094 const std::string scheme(ur
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") variable
245 $http_url = ($http_url) ? $http_url : $scheme .
379 * scheme://host/path
384 $scheme = (isset($parts['scheme'])) ? $parts['scheme'] : 'http'; variable
385 $port = (isset($parts['port'])) ? $parts['port'] : (($scheme == 'https') ? '443' : '80');
389 if (($scheme == 'https' && $port != '443')
390 || ($scheme == 'http' && $port != '80')) {
393 return "$scheme
[all...]
/external/chromium/net/spdy/
H A Dspdy_stream.cc436 std::string scheme; local
440 it = request_->find("scheme");
442 scheme = it->second;
449 std::string url = scheme + "://" + host_port + path;
/external/chromium/net/websockets/
H A Dwebsocket_job.cc441 std::string scheme = socket_->is_secure() ? "https" : "http"; local
443 replacements.SetScheme(scheme.c_str(),
444 url_parse::Component(0, scheme.length()));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb191 @token::scheme {
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java41 import org.apache.http.conn.scheme.SchemeRegistry;
88 * @param schreg the scheme registry
134 * @param schreg the scheme registry to use, or <code>null</code>
/external/chromium/chrome/browser/chromeos/
H A Dgview_request_interceptor_unittest.cc65 const std::string& scheme) {
64 Factory(net::URLRequest* request, const std::string& scheme) argument
/external/chromium/chrome/browser/net/
H A Durl_request_slow_download_job.cc50 const std::string& scheme) {
48 Factory( net::URLRequest* request, const std::string& scheme) argument
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc121 // Quote the input scheme to be sure that the command does not have
139 std::wstring registry_path = ASCIIToWide(url.scheme()) +
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service_unittest.cc258 EXPECT_EQ(service_url.scheme(), request_url.scheme());
335 EXPECT_EQ(service_url.scheme(), request_url.scheme());
/external/chromium/net/http/
H A Dhttp_auth_handler_mock.cc78 if (!LowerCaseEqualsASCII(challenge->scheme(), "mock"))
H A Dhttp_auth_sspi_win.h127 const std::string& scheme,
141 // If this is the first round of a multiple round scheme, credentials are
195 // known SSPI authentication scheme on this system. |*max_token_length| is not
/external/chromium/net/proxy/
H A Dproxy_list.cc72 if (!(scheme_bit_field & it->scheme())) {
H A Dproxy_server_unittest.cc10 // inputs of the form [<scheme>"://"]<host>[":"<port>]. Verify that each part
23 "foopy:10", // No scheme.
49 "[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:10", // No scheme.
169 EXPECT_EQ(tests[i].expected_scheme, uri.scheme());
/external/libvpx/examples/includes/geshi/geshi/
H A Dcpp.php22 * - Added StdCLib function and constant names, changed color scheme to
/external/webkit/Source/WebCore/page/
H A DChrome.h138 void registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title);
/external/webkit/Source/WebKit/chromium/public/
H A DWebView.h131 virtual void setDomainRelaxationForbidden(bool, const WebString& scheme) = 0;
H A DWebViewClient.h313 virtual void registerProtocolHandler(const WebString& scheme, argument
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);
233 HRESULT registerURLSchemeAsSecure([in] BSTR scheme);
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm150 && (NSOrderedSame == [[url scheme] caseInsensitiveCompare:@"http"] || NSOrderedSame == [[url scheme] caseInsensitiveCompare:@"https"])
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c186 * schema following actionName will be WFA scheme instead
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c186 * schema following actionName will be WFA scheme instead

Completed in 577 milliseconds

1234567891011>>