Home | History | Annotate | Download | only in ui

Lines Matching defs:Paste

1701 void Browser::Paste() {
1702 UserMetrics::RecordAction(UserMetricsAction("Paste"), profile_);
1703 window()->Paste();
2276 case IDC_PASTE: Paste(); break;