Searched refs:GetTestPath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_browsertest.h34 base::FilePath GetTestPath(const char* test_path);
H A Dephemeral_app_launcher_browsertest.cc216 base::FilePath GetTestPath(const char* test_name) { function in class:EphemeralAppLauncherTest
282 const Extension* app = InstallExtension(GetTestPath(test_path), 1);
384 InstallExtension(GetTestPath(kExtensionTestPath), 1);
402 InstallExtension(GetTestPath(kLegacyAppTestPath), 1);
516 const Extension* app = InstallExtension(GetTestPath(kDefaultAppTestPath), 1);
530 const Extension* app = InstallExtension(GetTestPath(kDefaultAppTestPath), 1);
H A Dephemeral_app_service_browsertest.cc128 app_id, GetTestPath(kMessagingReceiverAppV2),
129 GetTestPath(kMessagingReceiverApp).ReplaceExtension(
H A Dephemeral_app_browsertest.cc216 base::FilePath EphemeralAppTestBase::GetTestPath(const char* test_path) { function in class:EphemeralAppTestBase
223 GetTestPath(test_path), 1, manifest_location, Extension::NO_FLAGS);
451 app_id, GetTestPath(test_path), expected_enabled_change);
675 GetTestPath(kMessagingReceiverAppV2),
676 GetTestPath(kMessagingReceiverApp)
994 InstallEphemeralAppWithSourceAndFlags(GetTestPath(kNotificationsTestApp),
1008 InstallExtensionWithSourceAndFlags(GetTestPath(kNotificationsTestApp),
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1035 base::FilePath GetTestPath(const std::string& file_name) { function in namespace:prerender::__anon4458
1997 base::FilePath file(GetTestPath("prerender_page.html"));
2019 base::FilePath file(GetTestPath("prerender_page.html"));
3885 base::FilePath file(GetTestPath("prerender_page.html"));
4065 base::FilePath init_file = GetTestPath("init_session_storage.html");
4071 base::FilePath test_file = GetTestPath("prerender_session_storage.html");
4115 base::FilePath init_file = GetTestPath("init_session_storage.html");
4121 base::FilePath test_file = GetTestPath("prerender_session_storage.html");

Completed in 935 milliseconds