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

  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.h 79 void RemoveIgnoredHandler(const base::ListValue* args);
handler_options_handler.cc 82 web_ui()->RegisterMessageCallback("removeIgnoredHandler",
83 base::Bind(&HandlerOptionsHandler::RemoveIgnoredHandler,
168 void HandlerOptionsHandler::RemoveIgnoredHandler(const base::ListValue* args) {
176 GetProtocolHandlerRegistry()->RemoveIgnoredHandler(handler);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 491 registry()->RemoveIgnoredHandler(test_protocol_handler());
503 registry()->RemoveIgnoredHandler(ph1);
    [all...]
protocol_handler_registry.h 222 void RemoveIgnoredHandler(const ProtocolHandler& handler);
protocol_handler_registry.cc 588 void ProtocolHandlerRegistry::RemoveIgnoredHandler(
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc     [all...]

Completed in 214 milliseconds