Searched refs:app_dir (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/extensions/shell/test/
H A Dshell_apitest.cc21 bool ShellApiTest::RunAppTest(const std::string& app_dir) { argument
24 test_data_dir = test_data_dir.AppendASCII(app_dir);
H A Dshell_apitest.h23 // notification. Returns true if the test succeeds. |app_dir| is a
25 bool RunAppTest(const std::string& app_dir);
/external/chromium_org/chrome/browser/extensions/
H A Dapp_background_page_apitest.cc52 base::FilePath* app_dir) {
66 *app_dir = app_dir_.path();
145 base::FilePath app_dir; local
146 PathService::Get(chrome::DIR_GEN_TEST_DATA, &app_dir);
147 app_dir = app_dir.AppendASCII(
149 extension_ = LoadExtension(app_dir);
237 base::FilePath app_dir; local
238 ASSERT_TRUE(CreateApp(app_manifest, &app_dir));
239 ASSERT_TRUE(LoadExtension(app_dir));
51 CreateApp(const std::string& app_manifest, base::FilePath* app_dir) argument
269 base::FilePath app_dir; local
302 base::FilePath app_dir; local
354 base::FilePath app_dir; local
400 base::FilePath app_dir; local
435 base::FilePath app_dir; local
468 base::FilePath app_dir; local
502 base::FilePath app_dir; local
529 base::FilePath app_dir; local
579 base::FilePath app_dir; local
[all...]
H A Dextension_install_ui_browsertest.cc154 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local
155 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1, browser()));
177 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local
178 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(app_dir, 1,
226 base::FilePath app_dir = test_data_dir_.AppendASCII("app"); local
227 const std::string app_id = crx_file::id_util::GenerateIdForPath(app_dir);
249 const extensions::Extension* test_app = LoadExtension(app_dir);
/external/chromium_org/extensions/shell/browser/
H A Ddefault_shell_browser_main_delegate.cc26 base::FilePath app_dir(
28 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
H A Dshell_extension_system.cc40 bool ShellExtensionSystem::LoadApp(const base::FilePath& app_dir) { argument
44 CHECK(base::DirectoryExists(app_dir)) << app_dir.AsUTF8Unsafe();
48 app_dir, Manifest::COMMAND_LINE, load_flags, &load_error);
50 LOG(ERROR) << "Loading extension at " << app_dir.value()
H A Dshell_extension_system.h42 bool LoadApp(const base::FilePath& app_dir);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_app.py103 app_dir = os.path.join(OUT_DIR, 'naclsdk_app')
104 app_examples_dir = os.path.join(app_dir, 'examples')
108 buildbot_common.RemoveDir(app_dir)
109 buildbot_common.MakeDir(app_dir)
112 buildbot_common.MakeDir(os.path.join(app_dir, 'tools'))
113 buildbot_common.MakeDir(os.path.join(app_dir, 'toolchain'))
124 build_projects.UpdateHelpers(app_dir, clobber=True)
125 build_projects.UpdateProjects(app_dir, tree, clobber=False,
150 build_projects.BuildProjects(app_dir, tree, deps=False, clean=False,
153 RemoveBuildCruft(app_dir)
[all...]
/external/chromium_org/athena/main/
H A Dathena_main.cc87 base::FilePath app_dir = base::FilePath::FromUTF8Unsafe( variable
93 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
/external/chromium_org/content/common/
H A Dsandbox_win.cc318 base::FilePath app_dir;
319 if (!PathService::Get(base::DIR_MODULE, &app_dir))
323 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(),
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc457 const base::FilePath& app_dir() const { function in class:MediaGalleriesPlatformAppPpapiTest
469 const extensions::Extension* extension = LoadExtension(app_dir());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1084 base::FilePath app_dir; variable
1085 PathService::Get(chrome::DIR_APP, &app_dir);
1088 app_dir.Append(FILE_PATH_LITERAL("plugins")));

Completed in 1126 milliseconds