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

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc72 base::Bind(&HandlerOptionsHandler::ClearDefault,
181 void HandlerOptionsHandler::ClearDefault(const base::ListValue* args) { function in class:options::HandlerOptionsHandler
186 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());
239 registry_->ClearDefault(worker_->protocol());
397 void ProtocolHandlerRegistry::ClearDefault(const std::string& scheme) { function in class:ProtocolHandlerRegistry
404 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_, scheme));
623 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_,

Completed in 1567 milliseconds