Searched defs:app_dir (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dapp_background_page_apitest.cc26 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));
25 CreateApp(const std::string& app_manifest, FilePath* app_dir) argument
[all...]
H A Dextension_install_ui_browsertest.cc91 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/
H A Dapp_background_page_apitest.cc42 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));
41 CreateApp(const std::string& app_manifest, base::FilePath* app_dir) argument
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...]
H A Dextension_install_ui_browsertest.cc152 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_org/apps/shell/
H A Dshell_browser_main_parts.cc47 void ShellBrowserMainParts::LoadAndLaunchApp(const base::FilePath& app_dir) { argument
61 app_dir, *CommandLine::ForCurrentProcess(), current_dir)) {
62 LOG(ERROR) << "Unable to launch app at \"" << app_dir.value() << "\"";
118 base::FilePath app_dir(command_line->GetSwitchValueNative(kAppSwitch));
119 LoadAndLaunchApp(app_dir);
/external/chromium/chrome/browser/prerender/
H A Dprerender_browsertest.cc142 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/
H A Dprerender_browsertest.cc743 base::FilePath app_dir; variable
744 PathService::Get(chrome::DIR_APP, &app_dir);
747 app_dir.Append(FILE_PATH_LITERAL("plugins")));

Completed in 623 milliseconds