HomeSort by relevance Sort by last modified time
    Searched refs:app_path_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/apps/
load_and_launch_browsertest.cc 114 app_path_ = test_data_dir_
118 app_path_.value());
131 base::FilePath app_path_; member in class:apps::__anon5863::PlatformAppLoadAndLaunchBrowserTest
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 223 app_path_ = test_path.AppendASCII("app");
224 file_util::CreateDirectory(app_path_);
243 base::FilePath search_engine_path = app_path_;
259 source_profile.app_path = app_path_;
279 base::FilePath app_path_; member in class:FirefoxProfileImporterBrowserTest
  /external/chromium/chrome/browser/importer/
firefox3_importer.h 83 FilePath app_path_; member in class:Firefox3Importer
firefox2_importer.h 142 FilePath app_path_; member in class:Firefox2Importer
firefox2_importer.cc 55 app_path_ = source_profile.app_path;
299 LoadDefaultBookmarks(app_path_, &default_urls);
340 !decryptor.Init(app_path_, source_path_)) {
382 if (home_page.is_valid() && !IsDefaultHomepage(home_page, app_path_)) {
393 FilePath dir = app_path_.AppendASCII("searchplugins");
firefox3_importer.cc 74 app_path_ = source_profile.app_path;
175 Firefox2Importer::LoadDefaultBookmarks(app_path_, &default_urls);
315 !decryptor.Init(app_path_, source_path_)) {
356 if (home_page.is_valid() && !IsDefaultHomepage(home_page, app_path_)) {
381 FilePath app_path = app_path_.AppendASCII("searchplugins");
importer_unittest.cc 67 app_path_ = test_path.AppendASCII("app");
68 file_util::CreateDirectory(app_path_);
83 FilePath search_engine_path = app_path_;
101 source_profile.app_path = app_path_;
119 FilePath app_path_; member in class:ImporterTest
670 FilePath search_engine_path = app_path_;
688 source_profile.app_path = app_path_;
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.h 79 base::FilePath app_path_; member in class:FirefoxImporter
firefox_importer.cc 104 app_path_ = source_profile.app_path;
210 LoadDefaultBookmarks(app_path_, &default_urls);
342 !decryptor.Init(app_path_, source_path_)) {
379 if (home_page.is_valid() && !IsDefaultHomepage(home_page, app_path_)) {
404 base::FilePath app_path = app_path_.AppendASCII("searchplugins");
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 132 FilePath app_path_; member in class:ProfileImplIOData
profile_impl_io_data.cc 73 io_data_->app_path_ = app_path;
300 FilePath app_path = app_path_.AppendASCII(app_id);

Completed in 130 milliseconds