Searched refs:test_protocol_handler (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc336 const ProtocolHandler& test_protocol_handler() const { function in class:ProtocolHandlerRegistryTest
457 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
463 registry()->OnDenyRegisterProtocolHandler(test_protocol_handler());
465 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
470 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
478 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
488 registry()->OnIgnoreRegisterProtocolHandler(test_protocol_handler());
489 ASSERT_TRUE(registry()->IsIgnored(test_protocol_handler()));
491 registry()->RemoveIgnoredHandler(test_protocol_handler());
492 ASSERT_FALSE(registry()->IsIgnored(test_protocol_handler()));
[all...]

Completed in 1207 milliseconds