Home
last modified time | relevance | path

Searched defs:text_view (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dgtk_key_bindings_handler.cc138 GtkTextView* text_view) { in GetHandlerOwner()
145 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) { in BackSpace()
149 void GtkKeyBindingsHandler::CopyClipboard(GtkTextView* text_view) { in CopyClipboard()
153 void GtkKeyBindingsHandler::CutClipboard(GtkTextView* text_view) { in CutClipboard()
158 GtkTextView* text_view, GtkDeleteType type, gint count) { in DeleteFromCursor()
209 void GtkKeyBindingsHandler::InsertAtCursor(GtkTextView* text_view, in InsertAtCursor()
216 GtkTextView* text_view, GtkMovementStep step, gint count, in MoveCursor()
265 GtkTextView* text_view, GtkScrollStep step, gint count) { in MoveViewport()
275 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) { in PasteClipboard()
279 void GtkKeyBindingsHandler::SelectAll(GtkTextView* text_view, gboolean select) { in SelectAll()
[all …]
/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_install_dialog_gtk.cc122 GtkWidget* text_view = gtk_text_view_new(); in ShowInstallDialog() local
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.h182 GtkWidget* text_view() { in text_view() function
Dautocomplete_edit_view_gtk.cc1847 GtkTextView* text_view = GTK_TEXT_VIEW(text_view_); in WindowBoundsFromIters() local