HomeSort by relevance Sort by last modified time
    Searched full:text_view (Results 1 - 15 of 15) 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 56 <TextView android:id="@+id/text_view"
message_list_item_send.xml 56 <TextView android:id="@+id/text_view"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 39 import static com.android.SdkConstants.TEXT_VIEW;
163 first.getTagName().equals(TEXT_VIEW)
164 || second.getTagName().equals(TEXT_VIEW);
229 if (first.getTagName().equals(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 137 mBodyTextView = (TextView) findViewById(R.id.text_view);
    [all...]
ComposeMessageActivity.java     [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 

Completed in 2473 milliseconds