Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h37 virtual bool CanDelete(size_t index) const = 0;
Dautofill_popup_controller_impl.h83 virtual bool CanDelete(size_t index) const OVERRIDE;
Dautofill_popup_controller_impl.cc335 bool AutofillPopupControllerImpl::CanDelete(size_t index) const { in CanDelete() function in autofill::AutofillPopupControllerImpl
478 if (!CanDelete(selected_line_)) in RemoveSelectedLine()
/external/chromium_org/third_party/WebKit/public/web/
DWebContextMenuData.h151 CanDelete = 0x20, enumerator
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_win.cc147 ((params_.edit_flags & WebContextMenuData::CanDelete) != 0); in ShowContextMenu()
Dshell_web_contents_view_delegate_mac.mm178 (params_.edit_flags & WebContextMenuData::CanDelete) ? YES : NO;
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp216 data.editFlags |= WebContextMenuData::CanDelete; in showContextMenu()
/external/chromium_org/chrome/browser/renderer_context_menu/
Drender_view_context_menu.cc1334 return !!(params_.edit_flags & WebContextMenuData::CanDelete); in IsCommandIdEnabled()