Searched defs:ph2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpath_test.cc17 Path *ph2 = new Path("."); local
18 delete ph2;
183 Path ph2("./");
184 EXPECT_EQ(".", ph2.Join());
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc497 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/%s")); local
501 ASSERT_TRUE(registry()->HasIgnoredEquivalent(ph2));
505 ASSERT_FALSE(registry()->HasIgnoredEquivalent(ph2));
549 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
551 registry()->OnAcceptRegisterProtocolHandler(ph2);
556 ASSERT_FALSE(registry()->IsDefault(ph2));
561 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
563 registry()->OnAcceptRegisterProtocolHandler(ph2);
565 registry()->OnAcceptRegisterProtocolHandler(ph2);
566 ASSERT_EQ(ph2, registr
572 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
581 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
596 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
626 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
635 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/%s")); local
644 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/2/%s")); local
672 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
686 ProtocolHandler ph2 = CreateProtocolHandler("test", "test2"); local
841 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2"); local
860 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2"); local
901 ProtocolHandler ph2 = local
912 ProtocolHandler ph2 = local
926 ProtocolHandler ph2 = local
944 ProtocolHandler ph2 = local
[all...]

Completed in 217 milliseconds