Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:text_view

75   static GtkKeyBindingsHandler* GetHandlerOwner(GtkTextView* text_view);
78 static void BackSpace(GtkTextView* text_view);
81 static void CopyClipboard(GtkTextView* text_view);
84 static void CutClipboard(GtkTextView* text_view);
87 static void DeleteFromCursor(GtkTextView* text_view, GtkDeleteType type,
91 static void InsertAtCursor(GtkTextView* text_view, const gchar* str);
94 static void MoveCursor(GtkTextView* text_view, GtkMovementStep step,
98 static void MoveViewport(GtkTextView* text_view, GtkScrollStep step,
102 static void PasteClipboard(GtkTextView* text_view);
105 static void SelectAll(GtkTextView* text_view, gboolean select);
108 static void SetAnchor(GtkTextView* text_view);
111 static void ToggleCursorVisible(GtkTextView* text_view);
114 static void ToggleOverwrite(GtkTextView* text_view);