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

  /external/chromium_org/chrome/browser/importer/
profile_writer.h 33 // ProfileWriter encapsulates profile for writing entries into it.
35 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
37 explicit ProfileWriter(Profile* profile);
98 friend class base::RefCountedThreadSafe<ProfileWriter>;
100 virtual ~ProfileWriter();
105 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
profile_writer.cc 78 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {}
80 bool ProfileWriter::BookmarkModelIsLoaded() const {
84 bool ProfileWriter::TemplateURLServiceIsLoaded() const {
88 void ProfileWriter::AddPasswordForm(const autofill::PasswordForm& form) {
94 void ProfileWriter::AddIE7PasswordInfo(const IE7PasswordInfo& info) {
100 void ProfileWriter::AddHistoryPage(const history::URLRows& page,
106 void ProfileWriter::AddHomepage(const GURL& home_page) {
117 void ProfileWriter::AddBookmarks(
234 void ProfileWriter::AddFavicons
    [all...]
external_process_importer_host.h 47 ProfileWriter* writer);
143 scoped_refptr<ProfileWriter> writer_;
in_process_importer_bridge.h 33 InProcessImporterBridge(ProfileWriter* writer,
78 ProfileWriter* const writer_; // weak
in_process_importer_bridge.cc 176 ProfileWriter* writer,
186 base::Bind(&ProfileWriter::AddBookmarks, writer_, bookmarks,
193 base::Bind(&ProfileWriter::AddHomepage, writer_, home_page));
206 base::Bind(&ProfileWriter::AddIE7PasswordInfo, writer_,
215 base::Bind(&ProfileWriter::AddFavicons, writer_, favicons));
227 base::Bind(&ProfileWriter::AddHistoryPage,
244 base::Bind(&ProfileWriter::AddKeywords, writer_,
258 base::Bind(&ProfileWriter::AddKeywords, writer_,
267 base::Bind(&ProfileWriter::AddPasswordForm, writer_, form));
282 base::Bind(&ProfileWriter::AddAutofillFormDataEntries
    [all...]
firefox_importer_browsertest.cc 118 class FirefoxObserver : public ProfileWriter,
122 : ProfileWriter(NULL),
267 ProfileWriter* writer) {
profile_writer_unittest.cc 28 class TestProfileWriter : public ProfileWriter {
30 explicit TestProfileWriter(Profile* profile) : ProfileWriter(profile) {}
43 // Create test bookmark entries to be added to ProfileWriter to
67 // Create test history entries to be added to ProfileWriter to
137 // Add bookmarks via ProfileWriter to profile1 when profile2 also exists.
external_process_importer_host.cc 48 ProfileWriter* writer) {
106 // pipe and feeds it to the ProfileWriter. The external process half of the
ie_importer_browsertest_win.cc 214 class TestObserver : public ProfileWriter,
223 : ProfileWriter(NULL),
363 : public ProfileWriter,
366 MalformedFavoritesRegistryTestObserver() : ProfileWriter(NULL) {
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 125 new ProfileWriter(profile));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 243 new ProfileWriter(target_profile));
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 827 new ProfileWriter(GetProfile()));

Completed in 2125 milliseconds