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.cc321 const ProtocolHandler& test_protocol_handler() const { function in class:ProtocolHandlerRegistryTest
415 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
421 registry()->OnDenyRegisterProtocolHandler(test_protocol_handler());
423 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
428 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
436 registry()->OnAcceptRegisterProtocolHandler(test_protocol_handler());
446 registry()->OnIgnoreRegisterProtocolHandler(test_protocol_handler());
447 ASSERT_TRUE(registry()->IsIgnored(test_protocol_handler()));
449 registry()->RemoveIgnoredHandler(test_protocol_handler());
450 ASSERT_FALSE(registry()->IsIgnored(test_protocol_handler()));
[all...]

Completed in 127 milliseconds