Searched refs:DoCutCopyPaste (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/ |
D | gtk_window_util.cc | 32 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/ |
D | gtk_util.cc | 1227 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/ |
D | browser_view.cc | 1418 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
|
D | browser_view.h | 575 void DoCutCopyPaste(void (content::RenderWidgetHost::*method)(),
|