Home
last modified time | relevance | path

Searched refs:file_changed_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_model.h331 bool file_changed() const { return file_changed_; } in file_changed()
434 bool file_changed_; variable
Dbookmark_model.cc123 file_changed_(false), in BookmarkModel()
823 file_changed_ = true; in SetFileChanged()