OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_view_class
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc
83
GtkTextViewClass*
text_view_class
= GTK_TEXT_VIEW_CLASS(klass);
local
87
text_view_class
->backspace = BackSpace;
88
text_view_class
->copy_clipboard = CopyClipboard;
89
text_view_class
->cut_clipboard = CutClipboard;
90
text_view_class
->delete_from_cursor = DeleteFromCursor;
91
text_view_class
->insert_at_cursor = InsertAtCursor;
92
text_view_class
->move_cursor = MoveCursor;
93
text_view_class
->paste_clipboard = PasteClipboard;
94
text_view_class
->set_anchor = SetAnchor;
95
text_view_class
->toggle_overwrite = ToggleOverwrite
[
all
...]
/external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.cc
74
GtkTextViewClass*
text_view_class
= GTK_TEXT_VIEW_CLASS(klass);
local
78
text_view_class
->backspace = BackSpace;
79
text_view_class
->copy_clipboard = CopyClipboard;
80
text_view_class
->cut_clipboard = CutClipboard;
81
text_view_class
->delete_from_cursor = DeleteFromCursor;
82
text_view_class
->insert_at_cursor = InsertAtCursor;
83
text_view_class
->move_cursor = MoveCursor;
84
text_view_class
->paste_clipboard = PasteClipboard;
85
text_view_class
->set_anchor = SetAnchor;
86
text_view_class
->toggle_overwrite = ToggleOverwrite
[
all
...]
Completed in 309 milliseconds