Searched defs:DoCutCopyPaste (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1373 DoCutCopyPaste(&content::WebContents::Cut, IDS_APP_CUT);
1377 DoCutCopyPaste(&content::WebContents::Copy, IDS_APP_COPY);
1381 DoCutCopyPaste(&content::WebContents::Paste, IDS_APP_PASTE);
2463 void BrowserView::DoCutCopyPaste(void (WebContents::*method)(), function in class:BrowserView

Completed in 506 milliseconds