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

  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.h 63 void set_ids_reassigned(bool value) { ids_reassigned_ = value; }
64 bool ids_reassigned() const { return ids_reassigned_; }
73 bool ids_reassigned_; member in class:BookmarkLoadDetails
bookmark_codec.h 73 bool ids_reassigned() const { return ids_reassigned_; }
142 bool ids_reassigned_; member in class:BookmarkCodec
bookmark_codec.cc 38 : ids_reassigned_(false),
51 ids_reassigned_ = false;
73 ids_reassigned_ = false;
296 ids_reassigned_ = true;
bookmark_storage.cc 124 ids_reassigned_(false) {

Completed in 141 milliseconds