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

  /external/chromium/chrome/browser/importer/
ie_importer.h 83 FilePath source_path_; member in class:IEImporter
firefox2_importer.cc 54 source_path_ = source_profile.source_path;
305 FilePath file = source_path_;
339 if (!decryptor.Init(source_path_, source_path_) &&
340 !decryptor.Init(app_path_, source_path_)) {
346 FilePath file = source_path_.AppendASCII("signons2.txt");
348 file = source_path_.AppendASCII("signons.txt");
364 FilePath file = source_path_.AppendASCII("history.dat");
376 GetFirefoxDefaultSearchEngineIndex(search_engines, source_path_);
381 GURL home_page = GetHomepage(source_path_);
    [all...]
firefox3_importer.cc 73 source_path_ = source_profile.source_path;
109 FilePath file = source_path_.AppendASCII("places.sqlite");
155 FilePath file = source_path_.AppendASCII("places.sqlite");
314 if (!decryptor.Init(source_path_, source_path_) &&
315 !decryptor.Init(app_path_, source_path_)) {
320 FilePath source_path = source_path_;
350 GetFirefoxDefaultSearchEngineIndex(search_engines, source_path_);
355 GURL home_page = GetHomepage(source_path_);
363 FilePath file = source_path_.AppendASCII("search.sqlite")
    [all...]
firefox3_importer.h 82 FilePath source_path_; member in class:Firefox3Importer
firefox2_importer.h 141 FilePath source_path_; member in class:Firefox2Importer
143 // If true, we only parse the bookmarks.html file specified as source_path_.
ie_importer.cc 87 source_path_ = source_profile.source_path;
206 if (!source_path_.empty()) {
324 if (!source_path_.empty()) {
495 if (!source_path_.empty()) {
497 info->path = source_path_;

Completed in 239 milliseconds