OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolHandlerRegistry
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h
28
class
ProtocolHandlerRegistry
29
: public base::RefCountedThreadSafe<
ProtocolHandlerRegistry
> {
31
explicit
ProtocolHandlerRegistry
(Profile* profile);
70
friend class base::RefCountedThreadSafe<
ProtocolHandlerRegistry
>;
71
~
ProtocolHandlerRegistry
();
86
// The Profile that owns this
ProtocolHandlerRegistry
.
89
DISALLOW_COPY_AND_ASSIGN(
ProtocolHandlerRegistry
);
protocol_handler_registry.cc
16
//
ProtocolHandlerRegistry
-----------------------------------------------------
18
ProtocolHandlerRegistry
::
ProtocolHandlerRegistry
(Profile* profile)
22
void
ProtocolHandlerRegistry
::RegisterProtocolHandler(
31
&
ProtocolHandlerRegistry
::Factory);
36
void
ProtocolHandlerRegistry
::Load() {
51
void
ProtocolHandlerRegistry
::RegisterHandlerFromValue(
59
void
ProtocolHandlerRegistry
::Save() {
65
ProtocolHandler*
ProtocolHandlerRegistry
::GetHandlerFor(
71
bool
ProtocolHandlerRegistry
::CanSchemeBeOverridden
[
all
...]
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h
36
class
ProtocolHandlerRegistry
: public BrowserContextKeyedService {
44
explicit DefaultClientObserver(
ProtocolHandlerRegistry
* registry);
67
ProtocolHandlerRegistry
* registry_;
85
ProtocolHandlerRegistry
* registry);
88
ProtocolHandlerRegistry
* registry);
95
//
ProtocolHandlerRegistry
is registered to handle. When no handler is
99
// |
ProtocolHandlerRegistry
::CreateJobInterceptorFactory|.
124
// mirroring the
ProtocolHandlerRegistry
on the IO thread.
136
ProtocolHandlerRegistry
(Profile* profile, Delegate* delegate);
137
virtual ~
ProtocolHandlerRegistry
();
[
all
...]
protocol_handler_registry.cc
33
const
ProtocolHandlerRegistry
::ProtocolHandlerMap& handler_map,
35
ProtocolHandlerRegistry
::ProtocolHandlerMap::const_iterator p =
66
class
ProtocolHandlerRegistry
::IOThreadDelegate
68
ProtocolHandlerRegistry
::IOThreadDelegate> {
105
ProtocolHandlerRegistry
::ProtocolHandlerMap default_handlers_;
113
ProtocolHandlerRegistry
::IOThreadDelegate::IOThreadDelegate(bool)
115
ProtocolHandlerRegistry
::IOThreadDelegate::~IOThreadDelegate() {}
117
bool
ProtocolHandlerRegistry
::IOThreadDelegate::IsHandledProtocol(
123
void
ProtocolHandlerRegistry
::IOThreadDelegate::ClearDefault(
129
void
ProtocolHandlerRegistry
::IOThreadDelegate::SetDefault
[
all
...]
Completed in 398 milliseconds