Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_folder_editor_controller.cc39 is_new_(type == NEW_BOOKMARK) { in BookmarkFolderEditorController()
40 DCHECK(is_new_ || node); in BookmarkFolderEditorController()
42 string16 title = is_new_ ? in BookmarkFolderEditorController()
47 string16 contents = is_new_ ? in BookmarkFolderEditorController()
66 if (is_new_) in InputAccepted()
Dbookmark_folder_editor_controller.h63 const bool is_new_; variable