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

  /external/chromium/chrome/browser/importer/
profile_writer.h 30 // ProfileWriter encapsulates profile for writing entries into it.
32 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
61 explicit ProfileWriter(Profile* profile);
119 friend class base::RefCountedThreadSafe<ProfileWriter>;
121 virtual ~ProfileWriter();
139 DISALLOW_COPY_AND_ASSIGN(ProfileWriter);
profile_writer.cc 19 ProfileWriter::BookmarkEntry::BookmarkEntry()
23 ProfileWriter::BookmarkEntry::~BookmarkEntry() {}
25 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {}
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::AddHomepage(const GURL& home_page)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 43 milliseconds