OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProtocolHandlerRegistry
(Results
1 - 11
of
11
) 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
...]
handler_options_handler.h
79
ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
();
content_settings_handler.h
172
ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
();
content_settings_handler.cc
671
GetProtocolHandlerRegistry
()->enabled());
[
all
...]
/external/chromium/chrome/browser/profiles/
profile.cc
505
virtual ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
() {
506
return profile_->
GetProtocolHandlerRegistry
();
profile.h
449
virtual ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
() = 0;
profile_impl.h
108
virtual ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
();
profile_io_data.cc
182
params->protocol_handler_registry = profile->
GetProtocolHandlerRegistry
();
profile_impl.cc
[
all
...]
/external/chromium/android/autofill/
profile_android.h
166
virtual ProtocolHandlerRegistry*
GetProtocolHandlerRegistry
() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc
294
ProtocolHandlerRegistry* registry = profile()->
GetProtocolHandlerRegistry
();
Completed in 118 milliseconds