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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h166 bool AttemptReplace(const ProtocolHandler& handler);
H A Dprotocol_handler_registry_unittest.cc904 ASSERT_TRUE(registry()->AttemptReplace(ph2));
918 ASSERT_TRUE(registry()->AttemptReplace(ph2));
934 ASSERT_TRUE(registry()->AttemptReplace(ph3));
H A Dprotocol_handler_registry.cc329 if (AttemptReplace(handler))
360 bool ProtocolHandlerRegistry::AttemptReplace(const ProtocolHandler& handler) { function in class:ProtocolHandlerRegistry

Completed in 503 milliseconds