Searched refs:EmptyProtocolHandler (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.h34 static const ProtocolHandler& EmptyProtocolHandler();
H A Dprotocol_handler.cc38 const ProtocolHandler& ProtocolHandler::EmptyProtocolHandler() { function in class:ProtocolHandler
46 return EmptyProtocolHandler();
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.h238 pending_protocol_handler_ = ProtocolHandler::EmptyProtocolHandler();
H A Dtab_specific_content_settings.cc69 pending_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
70 previous_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc203 return ProtocolHandler::EmptyProtocolHandler();
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc1030 pending_handler_(ProtocolHandler::EmptyProtocolHandler()),
1031 previous_handler_(ProtocolHandler::EmptyProtocolHandler()) {
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc41 return ProtocolHandler::EmptyProtocolHandler();

Completed in 435 milliseconds