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

  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h 35 static const ProtocolHandler& EmptyProtocolHandler();
protocol_handler.cc 41 const ProtocolHandler& ProtocolHandler::EmptyProtocolHandler() {
49 return EmptyProtocolHandler();
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.h 229 pending_protocol_handler_ = ProtocolHandler::EmptyProtocolHandler();
tab_specific_content_settings.cc 68 pending_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
69 previous_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 194 return ProtocolHandler::EmptyProtocolHandler();
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc     [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 41 return ProtocolHandler::EmptyProtocolHandler();

Completed in 90 milliseconds