HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolHandler (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 10 ProtocolHandler::ProtocolHandler(const std::string& protocol,
18 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
24 return new ProtocolHandler(lower_protocol, url, title);
27 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
37 GURL ProtocolHandler::TranslateUrl(const GURL& url) {
44 Value* ProtocolHandler::Encode()
    [all...]
protocol_handler.h 17 class ProtocolHandler {
19 static ProtocolHandler* CreateProtocolHandler(const std::string& protocol,
22 static ProtocolHandler* CreateProtocolHandler(const DictionaryValue* value);
35 bool operator==(const ProtocolHandler &other) const;
38 ProtocolHandler(const std::string& protocol,
protocol_handler_registry.h 34 void OnAcceptRegisterProtocolHandler(ProtocolHandler* handler);
37 void OnDenyRegisterProtocolHandler(ProtocolHandler* handler);
46 ProtocolHandler* GetHandlerFor(const std::string& scheme) const;
53 bool IsAlreadyRegistered(const ProtocolHandler* handler) const;
68 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap;
78 void RegisterProtocolHandler(ProtocolHandler* handler);
register_protocol_handler_infobar_delegate.h 13 class ProtocolHandler;
23 ProtocolHandler* handler);
40 ProtocolHandler* handler_;
protocol_handler_registry.cc 23 ProtocolHandler* handler) {
53 ProtocolHandler* handler = ProtocolHandler::CreateProtocolHandler(value);
65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor(
78 const ProtocolHandler* handler) const {
79 ProtocolHandler* currentHandler = GetHandlerFor(handler->protocol());
92 ProtocolHandler* handler = GetHandlerFor(request->url().scheme());
120 ProtocolHandler* handler) {
126 ProtocolHandler* handler) {
register_protocol_handler_infobar_delegate.cc 15 ProtocolHandler* handler)
40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol());
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 295 ProtocolHandler* handler =
296 ProtocolHandler::CreateProtocolHandler(protocol, url, title);

Completed in 261 milliseconds