Searched defs:ProtocolHandler (Results 1 - 4 of 4) sorted by path

/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/net/url_request/
H A Durl_request_job_factory.cc9 URLRequestJobFactory::ProtocolHandler::~ProtocolHandler() {}
11 bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget(
H A Durl_request_job_factory.h27 class NET_EXPORT ProtocolHandler { class in class:net::URLRequestJobFactory
29 virtual ~ProtocolHandler();

Completed in 622 milliseconds