/external/chromium/chrome/browser/extensions/ |
app_background_page_apitest.cc | 26 FilePath* app_dir) { 40 *app_dir = app_dir_.path(); 68 FilePath app_dir; local 69 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); 70 ASSERT_TRUE(LoadExtension(app_dir)); 94 FilePath app_dir; local 95 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); 96 ASSERT_TRUE(LoadExtension(app_dir)); 123 FilePath app_dir; local 124 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); [all...] |
extension_install_ui_browsertest.cc | 91 FilePath app_dir = test_data_dir_.AppendASCII("app"); local 92 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1, 112 FilePath app_dir = test_data_dir_.AppendASCII("app"); local 113 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1,
|
/external/chromium_org/chrome/browser/extensions/ |
app_background_page_apitest.cc | 42 base::FilePath* app_dir) { 56 *app_dir = app_dir_.path(); 139 base::FilePath app_dir; local 140 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); 141 ASSERT_TRUE(LoadExtension(app_dir)); 171 base::FilePath app_dir; local 172 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); 173 ASSERT_TRUE(LoadExtension(app_dir)); 204 base::FilePath app_dir; local 205 ASSERT_TRUE(CreateApp(app_manifest, &app_dir)); 256 base::FilePath app_dir; local 302 base::FilePath app_dir; local 337 base::FilePath app_dir; local 370 base::FilePath app_dir; local 404 base::FilePath app_dir; local 431 base::FilePath app_dir; local 481 base::FilePath app_dir; local [all...] |
extension_install_ui_browsertest.cc | 152 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local 153 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1, browser())); 175 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local 176 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1, 224 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local 225 const std::string app_id = extensions::id_util::GenerateIdForPath(app_dir); 246 const extensions::Extension* test_app = LoadExtension(app_dir);
|
/external/chromium/chrome/browser/prerender/ |
prerender_browsertest.cc | 142 FilePath app_dir; local 143 PathService::Get(chrome::DIR_APP, &app_dir); 146 app_dir.Append(FILE_PATH_LITERAL("plugins")));
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_browsertest.cc | 743 base::FilePath app_dir; variable 744 PathService::Get(chrome::DIR_APP, &app_dir); 747 app_dir.Append(FILE_PATH_LITERAL("plugins"))); [all...] |