Searched defs:ProfileWriter (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dprofile_writer.h30 // ProfileWriter encapsulates profile for writing entries into it.
32 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { class in inherits:base::RefCountedThreadSafe
61 explicit ProfileWriter(Profile* profile);
119 friend class base::RefCountedThreadSafe<ProfileWriter>;
121 virtual ~ProfileWriter();
139 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
H A Dprofile_writer.cc19 ProfileWriter::BookmarkEntry::BookmarkEntry()
23 ProfileWriter::BookmarkEntry::~BookmarkEntry() {}
25 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {} function in class:ProfileWriter
27 bool ProfileWriter::BookmarkModelIsLoaded() const {
31 bool ProfileWriter::TemplateURLModelIsLoaded() const {
35 void ProfileWriter::AddPasswordForm(const webkit_glue::PasswordForm& form) {
40 void ProfileWriter::AddIE7PasswordInfo(const IE7PasswordInfo& info) {
45 void ProfileWriter::AddHistoryPage(const std::vector<history::URLRow>& page,
51 void ProfileWriter
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 111 milliseconds