HomeSort by relevance Sort by last modified time
    Searched defs:ph1 (Results 1 - 2 of 2) 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/ipsec-tools/src/racoon/
handler.h 118 struct sockaddr *remote; /* remote address to negosiate ph1 */
119 struct sockaddr *local; /* local address to negosiate ph1 */
319 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle
329 struct sockaddr *remote; /* remote address to negosiate ph1 */

Completed in 262 milliseconds