OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasIgnoredEquivalent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h
211
bool
HasIgnoredEquivalent
(const ProtocolHandler& handler) const;
protocol_handler_registry_unittest.cc
500
ASSERT_TRUE(registry()->
HasIgnoredEquivalent
(ph2));
504
ASSERT_FALSE(registry()->
HasIgnoredEquivalent
(ph2));
666
ASSERT_TRUE(registry()->
HasIgnoredEquivalent
(ph4));
[
all
...]
protocol_handler_registry.cc
327
if (!enabled() || IsRegistered(handler) ||
HasIgnoredEquivalent
(handler))
565
bool ProtocolHandlerRegistry::
HasIgnoredEquivalent
(
[
all
...]
Completed in 54 milliseconds