Searched refs:scheme (Results 276 - 300 of 382) sorted by relevance

<<111213141516

/external/chromium/net/spdy/
H A Dspdy_stream_unittest.cc153 "scheme",
229 (*headers)["scheme"] = url.scheme();
/external/chromium/net/url_request/
H A Durl_request_file_job.cc98 const std::string& scheme) {
97 Factory(URLRequest* request, const std::string& scheme) argument
H A Durl_request_job_tracker_unittest.cc201 const std::string& scheme) {
199 Factory( URLRequest* request, const std::string& scheme) argument
H A Durl_request_test_job.cc76 const std::string& scheme) {
75 Factory(URLRequest* request, const std::string& scheme) argument
/external/webkit/Source/WebCore/inspector/front-end/
H A DCookieItemsView.js247 && (!cookie.secure || url.scheme === "https"));
/external/webkit/Source/WebCore/page/
H A DChromeClient.h138 virtual void registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h107 virtual void registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title);
H A DChromeClientImpl.cpp508 void ChromeClientImpl::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title) argument
510 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h104 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp567 if (url.scheme() == "http" || url.scheme() == "https") {
1055 origin.scheme().toUtf8().data(),
1068 origin->scheme().toUtf8().data(),
H A DLayoutTestControllerQt.h206 void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme);
/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.cpp161 if (qurl.scheme().isEmpty())
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc1236 // "://" (end of scheme) should not be breaks, so that "http://" will be
1725 // Draw a slash through the scheme if this is insecure.
2192 url_parse::Component scheme, host; local
2194 GetText(), model_->GetDesiredTLD(), &scheme, &host); local
2220 // Emphasize the scheme for security UI display purposes (if necessary).
2222 if (!model_->user_input_in_progress() && scheme.is_nonempty() &&
2225 insecure_scheme_component_.begin = scheme.begin;
2226 insecure_scheme_component_.len = scheme.len;
2230 SetSelection(scheme.begin, scheme
[all...]
/external/chromium/net/base/
H A Dnet_util_unittest.cc1102 {"non-standard-scheme:",
1725 formatted.substr(parsed.scheme.begin, parsed.scheme.len));
1744 EXPECT_FALSE(parsed.scheme.is_valid());
1763 EXPECT_TRUE(parsed.scheme.is_valid());
1767 formatted.substr(parsed.scheme.begin, parsed.scheme.len));
1784 EXPECT_FALSE(parsed.scheme.is_valid());
H A Dnet_util.cc826 // Adjusts all the components of |parsed| by |delta|, except for the scheme.
869 if (new_parsed->scheme.is_nonempty()) {
870 // Assume "view-source:real-scheme" as a scheme.
871 new_parsed->scheme.len += kViewSourceLengthPlus1;
873 new_parsed->scheme.begin = 0;
874 new_parsed->scheme.len = kViewSourceLengthPlus1 - 1;
990 // Copy everything before the username (the scheme and the separators.)
1008 new_parsed->scheme = parsed.scheme;
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm260 // It comes after a "://" sequence, with scheme characters preceding.
268 // Check that all characters before the :// are valid scheme characters.
859 NSData *scheme = [self _web_schemeData];
861 if ([scheme _web_isCaseInsensitiveEqualToCString:"file"]) {
1167 NSRange scheme = {0, colon.location};
1178 NSRange illegals = [self rangeOfCharacterFromSet:InverseSchemeCharacterSet options:0 range:scheme];
1180 return scheme;
/external/libxml2/
H A Dc14n.c1370 if (xmlStrlen((const xmlChar *) uri->scheme) == 0) {
1371 xmlC14NErrRelativeNamespace(uri->scheme);
1375 if ((xmlStrcasecmp((const xmlChar *) uri->scheme, BAD_CAST "urn") != 0)
1376 && (xmlStrcasecmp((const xmlChar *) uri->scheme, BAD_CAST "dav") !=0)
1378 xmlC14NErrRelativeNamespace(uri->scheme);
H A Dnanoftp.c326 if ((uri->scheme == NULL) || (uri->server == NULL)) {
331 ctxt->protocol = xmlMemStrdup(uri->scheme);
387 if ((uri->scheme == NULL) || (uri->server == NULL)) {
391 if ((strcmp(ctxt->protocol, uri->scheme)) ||
447 if ((uri == NULL) || (uri->scheme == NULL) ||
448 (strcmp(uri->scheme, "ftp")) || (uri->server == NULL)) {
1166 * If you need support for other Proxy authentication scheme
H A Dnanohttp.c307 if ((uri->scheme == NULL) || (uri->server == NULL)) {
312 ctxt->protocol = xmlMemStrdup(uri->scheme);
357 if ((uri == NULL) || (uri->scheme == NULL) ||
358 (strcmp(uri->scheme, "http")) || (uri->server == NULL)) {
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc158 if (proxy_server.scheme() == ProxyServer::SCHEME_SOCKS5)
179 proxy_info.proxy_server().scheme(),
/external/chromium/net/tools/flip_server/
H A Dspdy_interface.cc173 SpdyHeaderBlock::iterator scheme = headers.find("scheme"); local
174 if (scheme->second.compare("https") == 0) {
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h316 @param scheme The URL scheme to represent with an object of the given class.
550 + (void)_setDomainRelaxationForbidden:(BOOL)forbidden forURLScheme:(NSString *)scheme;
551 + (void)_registerURLSchemeAsSecure:(NSString *)scheme;
/external/chromium/chrome/browser/sync/protocol/
H A Dproto_value_conversions.cc148 SET_INT32(scheme);
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_backend.cc262 const std::string& scheme) {
260 Factory( net::URLRequest* request, const std::string& scheme) argument
/external/webkit/Source/WebCore/platform/qt/
H A DClipboardQt.cpp216 if (url.scheme() != QLatin1String("file"))

Completed in 757 milliseconds

<<111213141516