Searched refs:ph3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpath_test.cc186 Path ph3("/");
187 EXPECT_EQ("/", ph3.Join());
188 ph3 = ph3.Append("");
189 EXPECT_EQ("/", ph3.Join());
190 ph3 = ph3.Append("USR/local/SHARE");
191 EXPECT_EQ("/USR/local/SHARE", ph3.Join());
192 ph3 = ph3
[all...]
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc645 ProtocolHandler ph3 = CreateProtocolHandler("ignore", GURL("http://test/%s")); local
658 ASSERT_FALSE(registry()->SilentlyHandleRegisterHandlerRequest(ph3));
659 ASSERT_FALSE(registry()->IsRegistered(ph3));
661 registry()->OnIgnoreRegisterProtocolHandler(ph3);
662 ASSERT_FALSE(registry()->IsRegistered(ph3));
663 ASSERT_TRUE(registry()->IsIgnored(ph3));
673 ProtocolHandler ph3 = CreateProtocolHandler("test", "test3"); local
677 registry()->OnAcceptRegisterProtocolHandler(ph3);
687 ProtocolHandler ph3 = CreateProtocolHandler("test", "test3"); local
690 registry()->OnAcceptRegisterProtocolHandler(ph3);
842 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3"); local
861 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3"); local
914 ProtocolHandler ph3 = local
928 ProtocolHandler ph3 = local
946 ProtocolHandler ph3 = local
[all...]

Completed in 918 milliseconds