Searched refs:is_new_ (Results 1 – 2 of 2) sorted by relevance
39 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()
63 const bool is_new_; variable