HomeSort by relevance Sort by last modified time
    Searched refs:PasteClipboard (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 102 static void PasteClipboard(GtkTextView* text_view);
gtk_key_bindings_handler.cc 93 text_view_class->paste_clipboard = PasteClipboard;
275 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) {
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.h 104 static void PasteClipboard(GtkTextView* text_view);
gtk_key_bindings_handler.cc 84 text_view_class->paste_clipboard = PasteClipboard;
259 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) {

Completed in 42 milliseconds