Home
last modified time | relevance | path

Searched refs:CanCopy (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_unittest_helper.h41 MOCK_METHOD0(CanCopy, bool());
Dautocomplete_text_field.h47 virtual bool CanCopy() = 0;
Dautocomplete_text_field_editor_unittest.mm196 EXPECT_CALL(field_observer_, CanCopy())
217 EXPECT_CALL(field_observer_, CanCopy())
Dautocomplete_text_field_editor.mm65 if (observer && observer->CanCopy()) {
89 if (observer && observer->CanCopy())
/external/webkit/Source/WebKit/chromium/public/
DWebContextMenuData.h138 CanCopy = 0x8, enumerator
/external/webkit/Source/WebKit/chromium/src/
DContextMenuClientImpl.cpp167 data.editFlags |= WebContextMenuData::CanCopy; in getCustomMenuFromDefaultItems()
222 data.editFlags |= WebContextMenuData::CanCopy; in getCustomMenuFromDefaultItems()
/external/webkit/Source/WebKit/wx/
DWebView.cpp846 bool wxWebView::CanCopy() in CanCopy() function in wxWebView
849 return m_mainFrame->CanCopy(); in CanCopy()
906 if (CanCopy() && event.GetModifiers() == wxMOD_CMD) { in OnKeyEvents()
924 if (CanCopy() && event.GetModifiers() == wxMOD_CMD) { in OnKeyEvents()
DWebFrame.h123 bool CanCopy();
DWebFrame.cpp416 bool wxWebFrame::CanCopy() in CanCopy() function in wxWebFrame
426 if (CanCopy()) in Copy()
DWebBrowserShell.cpp273 if (webview && webview->CanCopy()) in OnCopy()
DWebView.h150 bool CanCopy();
DChangeLog3085 (wxWebFrame::CanCopy):
3116 (wxWebView::CanCopy):
3344 (wxWebView::CanCopy):
3552 (wxWebView::CanCopy):
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.h95 virtual bool CanCopy();
Dautocomplete_edit_view_mac.mm907 bool AutocompleteEditViewMac::CanCopy() { function
913 DCHECK(CanCopy());
Dautocomplete_edit_view_win.cc1076 case IDC_COPY: return !!CanCopy(); in IsCommandIdEnabled()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc1018 return !!(params_.edit_flags & WebContextMenuData::CanCopy); in IsCommandIdEnabled()