Searched refs:ProtocolHandler (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/net/url_request/
H A Durl_request_job_factory.cc9 URLRequestJobFactory::ProtocolHandler::~ProtocolHandler() {}
11 bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget(
H A Ddata_protocol_handler.h16 // Implements a ProtocolHandler for Data jobs.
18 : public URLRequestJobFactory::ProtocolHandler {
H A Durl_request_job_factory.h27 class NET_EXPORT ProtocolHandler { class in class:net::URLRequestJobFactory
29 virtual ~ProtocolHandler();
H A Durl_request_job_factory_impl.h25 // Sets the ProtocolHandler for a scheme. Returns true on success, false on
26 // failure (a ProtocolHandler already exists for |scheme|). On success,
29 ProtocolHandler* protocol_handler);
44 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap;
48 // ProtocolHandler, but after any other URLRequestJobFactories layered on top
H A Dfile_protocol_handler.h24 // Implements a ProtocolHandler for File jobs. If |network_delegate_| is NULL,
27 public URLRequestJobFactory::ProtocolHandler {
H A Dftp_protocol_handler.h20 // Implements a ProtocolHandler for FTP.
22 public URLRequestJobFactory::ProtocolHandler {
/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.cc12 ProtocolHandler::ProtocolHandler(const std::string& protocol, function in class:ProtocolHandler
18 ProtocolHandler ProtocolHandler::CreateProtocolHandler(
22 return ProtocolHandler(lower_protocol, url);
25 ProtocolHandler::ProtocolHandler() { function in class:ProtocolHandler
28 bool ProtocolHandler::IsValidDict(const base::DictionaryValue* value) {
33 bool ProtocolHandler::IsSameOrigin(
34 const ProtocolHandler
[all...]
H A Dprotocol_handler.h16 class ProtocolHandler { class
18 static ProtocolHandler CreateProtocolHandler(const std::string& protocol,
21 // Creates a ProtocolHandler with fields from the dictionary. Returns an
22 // empty ProtocolHandler if the input is invalid.
23 static ProtocolHandler CreateProtocolHandler(
27 // define a ProtocolHandler.
31 bool IsSameOrigin(const ProtocolHandler& handler) const;
33 // Canonical empty ProtocolHandler.
34 static const ProtocolHandler& EmptyProtocolHandler();
42 bool IsEquivalent(const ProtocolHandler
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_resource_protocols.h11 net::URLRequestJobFactory::ProtocolHandler*
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h134 typedef std::map<std::string, ProtocolHandler> ProtocolHandlerMap;
135 typedef std::vector<ProtocolHandler> ProtocolHandlerList;
151 bool SilentlyHandleRegisterHandlerRequest(const ProtocolHandler& handler);
154 void OnAcceptRegisterProtocolHandler(const ProtocolHandler& handler);
157 void OnDenyRegisterProtocolHandler(const ProtocolHandler& handler);
161 void OnIgnoreRegisterProtocolHandler(const ProtocolHandler& handler);
166 bool AttemptReplace(const ProtocolHandler& handler);
170 ProtocolHandlerList GetReplacedHandlers(const ProtocolHandler& handler) const;
176 bool IsDefault(const ProtocolHandler& handler) const;
202 bool IsRegistered(const ProtocolHandler
[all...]
H A Dregister_protocol_handler_infobar_delegate.h25 const ProtocolHandler& handler);
29 const ProtocolHandler& handler);
46 base::string16 GetProtocolName(const ProtocolHandler& handler) const;
49 ProtocolHandler handler_;
H A Dprotocol_handler_registry_unittest.cc336 const ProtocolHandler& test_protocol_handler() const {
340 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
342 return ProtocolHandler::CreateProtocolHandler(protocol, url);
345 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
421 ProtocolHandler test_protocol_handler_;
496 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"));
497 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/%s"));
509 ProtocolHandler stuff_protocol_handler(
548 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1");
549 ProtocolHandler ph
[all...]
H A Dregister_protocol_handler_permission_request.h21 const ProtocolHandler& handler,
39 ProtocolHandler handler_;
H A Dregister_protocol_handler_permission_request.cc17 const ProtocolHandler& handler) {
30 const ProtocolHandler& handler,
47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
H A Dprotocol_handler_registry.cc31 const ProtocolHandler& LookupHandler(
40 return ProtocolHandler::EmptyProtocolHandler();
82 // Makes this ProtocolHandler the default handler for its protocol.
84 void SetDefault(const ProtocolHandler& handler);
129 const ProtocolHandler& handler) {
142 ProtocolHandler handler = LookupHandler(default_handlers_,
322 const ProtocolHandler& handler) {
336 const ProtocolHandler& handler) {
345 const ProtocolHandler& handler) {
353 const ProtocolHandler
[all...]
H A Dprotocol_handler_registry_browsertest.cc50 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
65 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
H A Dregister_protocol_handler_infobar_delegate.cc22 const ProtocolHandler& handler) {
47 const ProtocolHandler& handler)
74 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
130 const ProtocolHandler& handler) const {
/external/chromium_org/chrome/browser/net/
H A Dabout_protocol_handler.h14 // Implements a ProtocolHandler for About jobs.
15 class AboutProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
/external/chromium_org/extensions/browser/
H A Dextension_protocols.h34 net::URLRequestJobFactory::ProtocolHandler* CreateExtensionProtocolHandler(
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url_request_job_factory.h22 // |context|'s lifetime should exceed the lifetime of the ProtocolHandler.
24 // ProtocolHandler.
25 STORAGE_EXPORT net::URLRequestJobFactory::ProtocolHandler*
H A Dfile_system_url_request_job_factory.cc20 : public net::URLRequestJobFactory::ProtocolHandler {
34 // ProfileIOData, which also owns this ProtocolHandler.
67 net::URLRequestJobFactory::ProtocolHandler* CreateFileSystemProtocolHandler(
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_protocol_handler.h18 : public net::URLRequestJobFactory::ProtocolHandler {
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.h46 static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
109 net::URLRequestJobFactory::ProtocolHandler*
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.h230 void set_pending_protocol_handler(const ProtocolHandler& handler) {
234 const ProtocolHandler& pending_protocol_handler() const {
239 pending_protocol_handler_ = ProtocolHandler::EmptyProtocolHandler();
244 void set_previous_protocol_handler(const ProtocolHandler& handler) {
248 const ProtocolHandler& previous_protocol_handler() const {
397 ProtocolHandler pending_protocol_handler_;
402 ProtocolHandler previous_protocol_handler_;
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc62 ProtocolHandler* protocol_handler) {

Completed in 275 milliseconds

123