HomeSort by relevance Sort by last modified time
    Searched defs:GetProtocolHandlerRegistry (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 77 ProtocolHandlerRegistry* HandlerOptionsHandler::GetProtocolHandlerRegistry() {
98 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
109 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
116 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
143 GetProtocolHandlerRegistry()->RemoveHandler(handler);
158 GetProtocolHandlerRegistry()->RemoveIgnoredHandler(handler);
165 GetProtocolHandlerRegistry()->Enable();
167 GetProtocolHandlerRegistry()->Disable();
175 GetProtocolHandlerRegistry()->ClearDefault(protocol_to_clear);
183 GetProtocolHandlerRegistry()->OnAcceptRegisterProtocolHandler(handler)
    [all...]
content_settings_handler.cc 671 GetProtocolHandlerRegistry()->enabled());
    [all...]
  /external/chromium/android/autofill/
profile_android.h 166 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.cc 505 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() {
506 return profile_->GetProtocolHandlerRegistry();
profile_impl.cc     [all...]

Completed in 66 milliseconds