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

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc71 base::Bind(&HandlerOptionsHandler::ClearDefault,
188 void HandlerOptionsHandler::ClearDefault(const base::ListValue* args) { function in class:options::HandlerOptionsHandler
193 GetProtocolHandlerRegistry()->ClearDefault(protocol_to_clear);
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc80 void ClearDefault(const std::string& scheme);
122 void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault( function in class:ProtocolHandlerRegistry::IOThreadDelegate
131 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));
632 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_,

Completed in 93 milliseconds