HomeSort by relevance Sort by last modified time
    Searched defs:text_box (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
js_modal_dialog_gtk.cc 100 GtkWidget* text_box = gtk_entry_new(); local
101 gtk_entry_set_text(GTK_ENTRY(text_box),
103 gtk_box_pack_start(GTK_BOX(contents_vbox), text_box, TRUE, TRUE, 0); local
104 g_object_set_data(G_OBJECT(gtk_dialog_), kPromptTextId, text_box); local
105 gtk_entry_set_activates_default(GTK_ENTRY(text_box), TRUE);
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 162 const AccessibilityTextBoxInfo* text_box = local
164 previous_text_value_ = GetTextBoxValue(text_box);
165 previous_text_selection_start_ = text_box->selection_start();
166 previous_text_selection_end_ = text_box->selection_end();
277 const AccessibilityTextBoxInfo* text_box = local
283 std::string new_value = GetTextBoxValue(text_box);
284 int new_start = text_box->selection_start();
285 int new_end = text_box->selection_end();

Completed in 64 milliseconds