Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dfirefox3_importer.cc74 app_path_ = source_profile.app_path; in StartImport()
175 Firefox2Importer::LoadDefaultBookmarks(app_path_, &default_urls); in ImportBookmarks()
315 !decryptor.Init(app_path_, source_path_)) { in ImportPasswords()
356 if (home_page.is_valid() && !IsDefaultHomepage(home_page, app_path_)) { in ImportHomepage()
381 FilePath app_path = app_path_.AppendASCII("searchplugins"); in GetSearchEnginesXMLFiles()
Dimporter_unittest.cc67 app_path_ = test_path.AppendASCII("app"); in SetUp()
68 file_util::CreateDirectory(app_path_); in SetUp()
83 FilePath search_engine_path = app_path_; in Firefox3xImporterTest()
101 source_profile.app_path = app_path_; in Firefox3xImporterTest()
119 FilePath app_path_; member in ImporterTest
670 FilePath search_engine_path = app_path_; in TEST_F()
688 source_profile.app_path = app_path_; in TEST_F()
Dfirefox2_importer.cc55 app_path_ = source_profile.app_path; in StartImport()
299 LoadDefaultBookmarks(app_path_, &default_urls); in ImportBookmarks()
340 !decryptor.Init(app_path_, source_path_)) { in ImportPasswords()
382 if (home_page.is_valid() && !IsDefaultHomepage(home_page, app_path_)) { in ImportHomepage()
393 FilePath dir = app_path_.AppendASCII("searchplugins"); in GetSearchEnginesXMLFiles()
Dfirefox3_importer.h83 FilePath app_path_; variable
Dfirefox2_importer.h142 FilePath app_path_; variable
/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.h132 FilePath app_path_; variable
Dprofile_impl_io_data.cc73 io_data_->app_path_ = app_path; in Init()
300 FilePath app_path = app_path_.AppendASCII(app_id); in InitializeAppRequestContext()