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

  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 47 protocol_handler_registry_(protocol_handler_registry) {
97 if (!protocol_handler_registry_)
99 return protocol_handler_registry_->MaybeCreateJob(request);
chrome_network_delegate.h 59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_; member in class:ChromeNetworkDelegate
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h 273 ProtocolHandlerRegistry* protocol_handler_registry_; member in class:RenderViewContextMenu
render_view_context_menu_unittest.cc 263 menu->protocol_handler_registry_ = registry_.get();
render_view_context_menu.cc 409 protocol_handler_registry_(
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.h 224 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_; member in class:ProfileImpl
profile_impl.cc 557 if (protocol_handler_registry_)
559 protocol_handler_registry_ = new ProtocolHandlerRegistry(this);
560 protocol_handler_registry_->Load();
    [all...]

Completed in 73 milliseconds