protocol_handler_registry_unittest.cc | 454 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"), local 459 registry()->OnIgnoreRegisterProtocolHandler(ph1); 460 ASSERT_TRUE(registry()->IsIgnored(ph1)); 463 registry()->RemoveIgnoredHandler(ph1); 464 ASSERT_FALSE(registry()->IsIgnored(ph1)); 508 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 510 registry()->OnAcceptRegisterProtocolHandler(ph1); 513 registry()->OnAcceptRegisterProtocolHandler(ph1); 515 ASSERT_FALSE(registry()->IsDefault(ph1)); 520 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1") local 531 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 540 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 555 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 575 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 585 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 594 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/%s"), local 605 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/%s"), local 637 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 651 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 685 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 707 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 713 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 723 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local 785 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 797 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local 806 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 825 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local 843 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local 854 ProtocolHandler ph1 = CreateProtocolHandler(mailto, "MailtoHandler"); local 865 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 876 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 890 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local 908 ProtocolHandler ph1 = CreateProtocolHandler("mailto", local [all...] |