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

  /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/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 234 milliseconds