HomeSort by relevance Sort by last modified time
    Searched full:gtkentry (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 20 // In gtk, only GtkEntry and GtkTextView support customizing editor key bindings
23 // themes only define editor key bindings exactly for GtkEntry and GtkTextView.
25 // keyboard theme, is to create a GtkEntry or GtkTextView object and call
28 // GtkTextView is used here because it supports more key bindings than GtkEntry,
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc 109 // | | +- GtkEntry |title_entry_|
114 // | | +- GtkEntry |keyword_entry_|
119 // | +- GtkEntry |url_entry_|
find_bar_gtk.h 148 static void OnMoveCursor(GtkEntry* entry, GtkMovementStep step, gint count,
152 static void OnActivate(GtkEntry* entry, FindBarGtk* bar);
browser_toolbar_gtk.h 208 // A GtkEntry that isn't part of the hierarchy. We keep this for native
find_bar_gtk.cc 221 // The find bar is basically an hbox with a gtkentry (text box) followed by 3
485 // Replicate the normal GtkEntry behaviour by drawing the entry
685 // It matches the behavior of GtkEntry.
    [all...]
gtk_theme_service.cc 103 // current gtk theme selection color so they stand out against the GtkEntry's
136 // |background_color| pair and the GtkEntry |text_color|/|background_color|
735 // GtkEntry. We do this because GtkEntries background color is never the same
785 // Some GTK themes only define the text selection colors on the GtkEntry
    [all...]
gtk_util.h 241 // Draws a GTK text entry with the style parameters of GtkEntry
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 426 GtkWidget* widget = gtkEntry();
660 GtkWidget* widget = widgetType == GTK_TYPE_CONTAINER ? GTK_WIDGET(gtkContainer()) : gtkEntry();
672 GtkWidget* widget = gtkEntry();
678 GtkWidget* widget = gtkEntry();
684 GtkWidget* widget = gtkEntry();
690 GtkWidget* widget = gtkEntry();
724 return Color(gtk_widget_get_style(gtkEntry())->fg[GTK_STATE_NORMAL]);
775 GtkWidget* RenderThemeGtk::gtkEntry() const
    [all...]
RenderThemeGtk.h 206 GtkWidget* gtkEntry() const;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 105 // The GtkEntry for editing the bookmark name / title.
bookmark_editor_gtk.cc 252 // ||+- GtkLabel ------+ +- GtkEntry |name_entry_| --------------+||
255 // ||+- GtkLabel ------+ +- GtkEntry |url_entry_| ---------------+|| *
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 39 // The GtkEntry in this form.
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 150 // GtkEntry widgets that the user types into.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2007-10-14     [all...]
ChangeLog     [all...]
  /external/webkit/Tools/
ChangeLog-2009-06-16     [all...]

Completed in 669 milliseconds