Searched defs:ClearDefault (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc61 base::Bind(&HandlerOptionsHandler::ClearDefault,
170 void HandlerOptionsHandler::ClearDefault(const ListValue* args) { function in class:options::HandlerOptionsHandler
175 GetProtocolHandlerRegistry()->ClearDefault(protocol_to_clear);
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc81 void ClearDefault(const std::string& scheme);
123 void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault( function in class:ProtocolHandlerRegistry::IOThreadDelegate
132 ClearDefault(handler.protocol());
238 registry_->ClearDefault(worker_->protocol());
396 void ProtocolHandlerRegistry::ClearDefault(const std::string& scheme) { function in class:ProtocolHandlerRegistry
403 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_, scheme));
631 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_,

Completed in 1943 milliseconds