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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 496 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s")); local
499 registry()->OnIgnoreRegisterProtocolHandler(ph1);
500 ASSERT_TRUE(registry()->IsIgnored(ph1));
503 registry()->RemoveIgnoredHandler(ph1);
504 ASSERT_FALSE(registry()->IsIgnored(ph1));
548 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
550 registry()->OnAcceptRegisterProtocolHandler(ph1);
553 registry()->OnAcceptRegisterProtocolHandler(ph1);
555 ASSERT_FALSE(registry()->IsDefault(ph1));
560 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1") local
571 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
580 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
595 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
615 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
625 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
634 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/%s")); local
643 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http:\/\/test\/1\/%s")); local
671 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
685 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
719 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
741 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
747 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
757 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); local
819 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local
831 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local
840 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local
859 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); local
877 ProtocolHandler ph1 = CreateProtocolHandler(scheme, "test1"); local
888 ProtocolHandler ph1 = CreateProtocolHandler(mailto, "MailtoHandler"); local
899 ProtocolHandler ph1 = local
910 ProtocolHandler ph1 = local
924 ProtocolHandler ph1 = local
942 ProtocolHandler ph1 = local
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
path_test.cc 16 Path ph1(".");
171 Path ph1("/usr/local/hi/there");
173 EXPECT_EQ("/usr/local/hi/there", ph1.Join());
174 ph1 = ph1.Append("..");
175 EXPECT_EQ("/usr/local/hi", ph1.Join());
176 ph1 = ph1.Append(".././././hi/there/../.././././");
177 EXPECT_EQ("/usr/local", ph1.Join());
178 ph1 = ph1.Append("../../../../../../../../././../")
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 116 iph2->msgid = isakmp_newmsgid2(iph2->ph1);
117 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid);
180 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
226 && iph2->ph1->rmconf->support_proxy == 0
278 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body);
288 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
335 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
339 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
357 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
373 plog(LLV_WARNING, LOCATION, iph2->ph1->remote
    [all...]