OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_view
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc
138
GtkTextView*
text_view
) {
140
text_view
, HandlerGetType(), Handler);
145
void GtkKeyBindingsHandler::BackSpace(GtkTextView*
text_view
) {
146
GetHandlerOwner(
text_view
)->EditCommandMatched("DeleteBackward", "");
149
void GtkKeyBindingsHandler::CopyClipboard(GtkTextView*
text_view
) {
150
GetHandlerOwner(
text_view
)->EditCommandMatched("Copy", "");
153
void GtkKeyBindingsHandler::CutClipboard(GtkTextView*
text_view
) {
154
GetHandlerOwner(
text_view
)->EditCommandMatched("Cut", "");
158
GtkTextView*
text_view
, GtkDeleteType type, gint count) {
200
GtkKeyBindingsHandler* owner = GetHandlerOwner(
text_view
);
[
all
...]
gtk_key_bindings_handler.h
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)
[
all
...]
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc
122
GtkWidget*
text_view
= gtk_text_view_new();
local
123
gtk_container_add(GTK_CONTAINER(frame),
text_view
);
local
124
gtk_text_view_set_editable(GTK_TEXT_VIEW(
text_view
), FALSE);
125
gtk_text_view_set_left_margin(GTK_TEXT_VIEW(
text_view
),
127
gtk_text_view_set_right_margin(GTK_TEXT_VIEW(
text_view
),
129
gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(
text_view
), GTK_WRAP_WORD);
130
GtkTextBuffer* buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(
text_view
));
/frameworks/base/core/tests/coretests/res/layout/
drawable_background_minimum_size.xml
38
android:id="@+id/
text_view
"
/frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSize.java
64
mTextView = (TextView) findViewById(R.id.
text_view
);
DrawableBgMinSizeTest.java
64
mTextView = (TextView) a.findViewById(R.id.
text_view
);
/packages/apps/Mms/res/layout/
message_list_item_recv.xml
57
<TextView android:id="@+id/
text_view
"
message_list_item_send.xml
57
<TextView android:id="@+id/
text_view
"
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc
1847
GtkTextView*
text_view
= GTK_TEXT_VIEW(
text_view
_);
local
[
all
...]
autocomplete_edit_view_gtk.h
182
GtkWidget*
text_view
() {
function in class:AutocompleteEditViewGtk
/packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java
134
mBodyTextView = (TextView) findViewById(R.id.
text_view
);
ComposeMessageActivity.java
753
textView = (TextView) msglistItem.findViewById(R.id.
text_view
);
[
all
...]
/external/bluetooth/glib/gobject/
gobject.c
350
* g_signal_connect (
text_view
->buffer, "notify::paste-target-list",
352
*
text_view
)
[
all
...]
Completed in 696 milliseconds