Home
last modified time | relevance | path

Searched refs:DoCutCopyPaste (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_window_util.cc32 void DoCutCopyPaste(GtkWindow* window, in DoCutCopyPaste() function
51 DoCutCopyPaste(window, web_contents, in DoCut()
56 DoCutCopyPaste(window, web_contents, in DoCopy()
61 DoCutCopyPaste(window, web_contents, in DoPaste()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.cc1227 void DoCutCopyPaste(BrowserWindow* window, in DoCutCopyPaste() function
1245 DoCutCopyPaste(window, &RenderViewHost::Cut, "cut-clipboard"); in DoCut()
1249 DoCutCopyPaste(window, &RenderViewHost::Copy, "copy-clipboard"); in DoCopy()
1253 DoCutCopyPaste(window, &RenderViewHost::Paste, "paste-clipboard"); in DoPaste()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc1418 DoCutCopyPaste(&content::RenderWidgetHost::Cut, IDS_APP_CUT); in Cut()
1422 DoCutCopyPaste(&content::RenderWidgetHost::Copy, IDS_APP_COPY); in Copy()
1426 DoCutCopyPaste(&content::RenderWidgetHost::Paste, IDS_APP_PASTE); in Paste()
2612 void BrowserView::DoCutCopyPaste(void (content::RenderWidgetHost::*method)(), in DoCutCopyPaste() function in BrowserView
Dbrowser_view.h575 void DoCutCopyPaste(void (content::RenderWidgetHost::*method)(),