Searched refs:scheme (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dextension_webnavigation_api.cc186 const std::string& scheme = frame_state->second.url.scheme(); local
188 if (scheme == kValidSchemes[i])
191 if (allow_extension_scheme_ && scheme == chrome::kExtensionScheme)
H A Dextension_cookies_helpers.cc95 const std::string scheme = local
99 return GURL(scheme + chrome::kStandardSchemeSeparator + host + "/");
/external/chromium/chrome/browser/net/
H A Durl_request_mock_net_error_job.cc62 const std::string& scheme) {
60 Factory( net::URLRequest* request, const std::string& scheme) argument
/external/chromium/chrome/browser/ui/toolbar/
H A Dtoolbar_model.cc53 url = url.IsStandard() ? url.GetOrigin() : GURL(url.scheme() + ":");
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js189 * and scheme. If null, there is no single proxy.
200 * port, and scheme. If null, the single proxy checkbox will be unchecked.
217 * and scheme.
226 * port, and scheme. If empty, empties the proxy setting.
235 * and scheme.
244 * port, and scheme. If empty, empties the proxy setting.
253 * and scheme.
262 * port, and scheme. If empty, empties the proxy setting.
271 * and scheme.
280 * port, and scheme
295 scheme: document.getElementById('proxyScheme' + type).value, property
316 data = {scheme: 'http', host: '', port: ''}; property
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm.cc123 // Verify the challenge's auth-scheme.
124 if (!LowerCaseEqualsASCII(tok->scheme(), "ntlm"))
H A Dhttp_auth_handler_digest.cc113 if (!LowerCaseEqualsASCII(challenge->scheme(), "digest"))
203 // FAIL -- Couldn't match auth-scheme.
204 if (!LowerCaseEqualsASCII(challenge->scheme(), "digest"))
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.h165 ProxyServer::Scheme scheme,
167 // As above but with scheme set to HTTP, for convenience.
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc104 (*headers)["scheme"] = info.url.scheme();
/external/chromium/net/url_request/
H A Durl_request_http_job.h33 const std::string& scheme);
/external/opencv/cv/src/
H A Dcvsnakes.cpp64 // scheme - image energy scheme
79 int coeffUsage, CvSize win, CvTermCriteria criteria, int scheme )
144 if( scheme == _CV_SNAKE_GRAD )
288 if( scheme == _CV_SNAKE_GRAD )
399 if( scheme == _CV_SNAKE_GRAD )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb417 will evaluate the block in the context of the scheme (module), similarly to
423 3. dynamically populate the new scheme module with a couple instance methods
424 4. include ANTLR3::Constants in the new scheme module
480 and extend the scheme module. Since token schemes define the private instance
491 class provided by the token scheme.
512 scheme = self
513 define_method( :token_scheme ) { scheme }
514 define_method( :token_names ) { scheme::TOKEN_NAMES }
/external/apache-http/src/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java34 import org.apache.http.conn.scheme.HostNameResolver;
35 import org.apache.http.conn.scheme.LayeredSocketFactory;
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java85 import org.apache.http.conn.scheme.Scheme;
581 String scheme = null;
587 scheme = uri.getScheme();
592 + " scheme=" + scheme + ", host=" + host + ", path=" + path);
872 Scheme scheme = connManager.getSchemeRegistry().
874 port = scheme.getDefaultPort();
1085 Scheme scheme = connManager.getSchemeRegistry().getScheme(host);
1086 port = scheme.getDefaultPort();
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model.cc30 std::string origin1_scheme(origin1.scheme());
31 std::string origin2_scheme(origin2.scheme());
/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager_unittest.cc203 credentials.scheme = PasswordForm::SCHEME_HTML;
236 credentials.scheme = PasswordForm::SCHEME_BASIC;
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_uitest.cc181 scheme_ = cloud_print_service_url.scheme();
217 const std::string& scheme) {
216 Factory(net::URLRequest* request, const std::string& scheme) argument
/external/chromium/chrome/browser/webdata/
H A Dlogins_table.cc48 form->scheme = static_cast<PasswordForm::Scheme>(scheme_int);
68 "scheme INTEGER NOT NULL,"
114 " blacklisted_by_user, scheme) "
137 s.BindInt(12, form.scheme);
253 "date_created, blacklisted_by_user, scheme FROM logins "
278 "date_created, blacklisted_by_user, scheme FROM logins ";
/external/chromium/chrome/common/
H A Dcommon_param_traits_unittest.cc42 EXPECT_EQ(input.scheme(), output.scheme());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... org.eclipse.core.runtime.CoreException String scheme public static org.eclipse.core.filesystem.
/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp191 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen) argument
193 return pluginViewForInstance(instance)->getAuthenticationInfo(protocol, host, port, scheme, realm, username, ulen, password, plen);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h180 - (NPError)getAuthenticationInfoWithProtocol:(const char*) protocol host:(const char*)host port:(int32_t)port scheme:(const char*)scheme realm:(const char*)realm
/external/webkit/Tools/WebKitLauncher/
H A DWebKitLauncherURLProtocol.m49 if (![[[request URL] scheme] isEqualToString:@"x-webkit-launcher"])
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp402 // scheme, meaning that it will have a colon before the first
403 // non-scheme element.
1112 static inline bool isDefaultPortForScheme(const char* port, size_t portLength, const char* scheme, size_t schemeLength) argument
1118 return equal("ws", 2, scheme, schemeLength) && equal("80", 2, port, portLength);
1120 if (equal("ftp", 3, scheme, schemeLength))
1122 if (equal("wss", 3, scheme, schemeLength))
1126 return equal("http", 4, scheme, schemeLength) && equal("80", 2, port, portLength);
1128 return equal("https", 5, scheme, schemeLength) && equal("443", 3, port, portLength);
1130 return equal("gopher", 6, scheme, schemeLength) && equal("70", 2, port, portLength);
1140 static bool isNonFileHierarchicalScheme(const char* scheme, size_ argument
[all...]

Completed in 467 milliseconds

1234567891011>>