Searched refs:CanDelete (Results 1 – 8 of 8) sorted by relevance
37 virtual bool CanDelete(size_t index) const = 0;
83 virtual bool CanDelete(size_t index) const OVERRIDE;
335 bool AutofillPopupControllerImpl::CanDelete(size_t index) const { in CanDelete() function in autofill::AutofillPopupControllerImpl478 if (!CanDelete(selected_line_)) in RemoveSelectedLine()
151 CanDelete = 0x20, enumerator
147 ((params_.edit_flags & WebContextMenuData::CanDelete) != 0); in ShowContextMenu()
178 (params_.edit_flags & WebContextMenuData::CanDelete) ? YES : NO;
216 data.editFlags |= WebContextMenuData::CanDelete; in showContextMenu()
1334 return !!(params_.edit_flags & WebContextMenuData::CanDelete); in IsCommandIdEnabled()