OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocolHandlers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc
24
if (
protocolHandlers_
.find(handler->protocol()) ==
protocolHandlers_
.end()) {
33
protocolHandlers_
[handler->protocol()] = handler;
67
ProtocolHandlerMap::const_iterator i =
protocolHandlers_
.find(scheme);
68
return i ==
protocolHandlers_
.end() ? NULL : i->second;
112
for (ProtocolHandlerMap::iterator i =
protocolHandlers_
.begin();
113
i !=
protocolHandlers_
.end(); ++i) {
protocol_handler_registry.h
84
ProtocolHandlerMap
protocolHandlers_
;
Completed in 54 milliseconds