Searched refs:app_path_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.h83 FilePath app_path_; member in class:Firefox3Importer
H A Dfirefox2_importer.h142 FilePath app_path_; member in class:Firefox2Importer
H A Dfirefox2_importer.cc55 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");
H A Dfirefox3_importer.cc74 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");
H A Dimporter_unittest.cc67 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_;
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.h132 FilePath app_path_; member in class:ProfileImplIOData
H A Dprofile_impl_io_data.cc73 io_data_->app_path_ = app_path;
300 FilePath app_path = app_path_.AppendASCII(app_id);

Completed in 61 milliseconds