HomeSort by relevance Sort by last modified time
    Searched refs:HasIgnoredEquivalent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 219 bool HasIgnoredEquivalent(const ProtocolHandler& handler) const;
protocol_handler_registry_unittest.cc 501 ASSERT_TRUE(registry()->HasIgnoredEquivalent(ph2));
505 ASSERT_FALSE(registry()->HasIgnoredEquivalent(ph2));
667 ASSERT_TRUE(registry()->HasIgnoredEquivalent(ph4));
    [all...]
protocol_handler_registry.cc 326 if (!enabled() || IsRegistered(handler) || HasIgnoredEquivalent(handler))
575 bool ProtocolHandlerRegistry::HasIgnoredEquivalent(
    [all...]

Completed in 58 milliseconds