Home | History | Annotate | Download | only in syncable

Lines Matching refs:entryname

522   void CreateEntry(const std::string& entryname) {
523 CreateEntry(entryname, TestIdFactory::FromNumber(-99));
527 void CreateEntry(const std::string& entryname, const int id) {
528 CreateEntry(entryname, TestIdFactory::FromNumber(id));
530 void CreateEntry(const std::string& entryname, Id id) {
532 MutableEntry me(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), entryname);