Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium/net/url_request/
Durl_request_filter.cc92 std::set<std::string> schemes; in ClearHandlers() local
95 schemes.insert(GURL(i->first).scheme()); in ClearHandlers()
99 schemes.insert(i->first.first); in ClearHandlers()
101 for (std::set<std::string>::const_iterator scheme = schemes.begin(); in ClearHandlers()
102 scheme != schemes.end(); ++scheme) { in ClearHandlers()
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnectionOperator.java83 public DefaultClientConnectionOperator(SchemeRegistry schemes) { in DefaultClientConnectionOperator() argument
84 if (schemes == null) { in DefaultClientConnectionOperator()
88 schemeRegistry = schemes; in DefaultClientConnectionOperator()
/external/webkit/LayoutTests/http/tests/appcache/
Ddifferent-scheme-expected.txt1 Test that application cache doesn't block loading resources with different schemes.
/external/webkit/WebCore/page/
DSecurityOrigin.cpp151 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ()); in schemesForbiddenFromDomainRelaxation()
152 return schemes; in schemesForbiddenFromDomainRelaxation()
/external/zlib/doc/
Dtxtvsbin.txt72 detection schemes observe the presence of non-ASCII codes from the range
93 be regarded as binary by general-purpose text detection schemes, because
/external/chromium/net/base/
Dcookie_monster.cc401 const char* schemes[], size_t num_schemes) { in SetCookieableSchemes() argument
404 schemes, schemes + num_schemes); in SetCookieableSchemes()
Dcookie_monster.h125 void SetCookieableSchemes(const char* schemes[], size_t num_schemes);
/external/chromium/googleurl/
DREADME.txt135 schemes supported by your application. The parsing and canonicalization
141 different identified schemes. Embedders will want to modify this file if
/external/webkit/WebKit/mac/Plugins/
DWebBasePluginPackage.mm492 …// CFBundleGetVersionNumber doesn't work with all possible versioning schemes, but we think for no…
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text276 * Now accepting capitalized URI schemes (such as HTTP:) in automatic
/external/bison/
DNEWS602 with common autoconfiguration schemes. If you still use ancient compilers
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl722 @discussion Adds the scheme to the list of schemes to be treated as local.
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm290 // Register the same schemes that Safari does
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1035 )K+F!<JAGschemese sciences
/external/webkit/WebKit/win/
DChangeLog413 document.domain for pages with certain URL schemes
/external/webkit/WebKit/mac/WebView/
DWebView.mm1528 // Representations for URL schemes work at the top level.
/external/bluetooth/glib/gio/
DChangeLog5605 * gio/gvfs.h: Add functions to get a list of supported URI schemes.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3865 N^V "schemes" :G2P
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29297 document.domain for pages with certain URL schemes
22182 …onNumber]): New method. CFBundleGetVersionNumber doesn't work with all possible versioning schemes,
DChangeLog-2007-10-146364 resources, unless they register their schemes to be treated as local. The result is
6365 that those schemes can access local resources and cannot be accessed by remote
DChangeLog-2006-02-0924858 be handled, take into account the schemes that were registered without
24867 schemes that were registered without an NSURLProtocol
24896 … (-[WebMainResourceClient continueAfterContentPolicy:response:]): Check for schemes that have their
/external/webkit/WebCore/
DChangeLog-2007-10-1413104 MIME types and URL schemes.
14005 … - Check for file:// urls when clicking links, not block all schemes that are treated as local.
51643 resources, unless they register their schemes to be treated as local. The result is
51644 that those schemes can access local resources and cannot be accessed by remote
51695 (WebCore::localSchemes): Return set of schemes that are to be treated as local.
51709 * platform/KURL.cpp: KURLs need to check all the registered schemes now.
DChangeLog-2010-01-299032 document.domain for pages with certain URL schemes
9048 global set of schemes.
37175 schemes and mimeTypes are not passed to the UA as custom handler
66404 Resources with different schemes can never be loaded from appcache.
71543 Allow Qt API to list and to remove URL schemes that were registered as
71544 local URL schemes.
/external/webkit/WebKitTools/
DChangeLog-2009-06-1618022 resources, unless they register their schemes to be treated as local. The result is
18023 that those schemes can access local resources and cannot be accessed by remote
/external/webkit/WebKit/qt/
DChangeLog4181 only two schemes that the current code path accepts.

12