Searched refs:CanDelete (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller.h37 virtual bool CanDelete(size_t index) const = 0;
H A Dautofill_popup_controller_impl.h83 virtual bool CanDelete(size_t index) const OVERRIDE;
H A Dautofill_popup_controller_impl.cc335 bool AutofillPopupControllerImpl::CanDelete(size_t index) const { function in class:autofill::AutofillPopupControllerImpl
478 if (!CanDelete(selected_line_))
/external/chromium_org/third_party/WebKit/public/web/
H A DWebContextMenuData.h154 CanDelete = 0x20, enumerator in enum:blink::WebContextMenuData::EditFlags
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_win.cc147 ((params_.edit_flags & WebContextMenuData::CanDelete) != 0);
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.cc209 return !!(params_.edit_flags & WebContextMenuData::CanDelete);
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.cpp220 data.editFlags |= WebContextMenuData::CanDelete;
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc1199 return !!(params_.edit_flags & WebContextMenuData::CanDelete);

Completed in 861 milliseconds