HomeSort by relevance Sort by last modified time
    Searched full:textfield (Results 101 - 125 of 246) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/content/shell/browser/
shell_views.cc 28 #include "ui/views/controls/textfield/textfield.h"
29 #include "ui/views/controls/textfield/textfield_controller.h"
269 url_entry_ = new views::Textfield();
311 virtual void ContentsChanged(views::Textfield* sender,
314 virtual bool HandleKeyEvent(views::Textfield* sender,
400 views::Textfield* url_entry_;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 57 #include "ui/views/controls/textfield/textfield.h"
196 // Textfield is right aligned.
198 views::View* textfield = child_at(2); variable
199 if (textfield->visible()) {
200 const int preferred_width = textfield->GetPreferredSize().width();
201 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
203 end_x = textfield->bounds().x() - kAroundTextPadding;
2052 ExpandingTextfield* textfield = text_mapping->second; local
2258 ExpandingTextfield* textfield = TextfieldForType(type); local
2466 ExpandingTextfield* textfield = textfield_it->second; local
2486 ExpandingTextfield* textfield= text_mapping->second; local
    [all...]
autofill_dialog_views.h 25 #include "ui/views/controls/textfield/textfield_controller.h"
133 virtual void ContentsChanged(views::Textfield* sender,
135 virtual bool HandleKeyEvent(views::Textfield* sender,
137 virtual bool HandleMouseEvent(views::Textfield* sender,
398 ExpandingTextfield* textfield() { return textfield_; } function in class:autofill::AutofillDialogViews::SuggestionView
415 // Shows an auxiliary textfield to the right of the suggestion icon and
570 // Gets the textfield view that is shown for the given |type| or NULL.
573 // Returns the associated ServerFieldType for |textfield|.
574 ServerFieldType TypeForTextfield(const views::View* textfield);
675 // Map from input view (textfield or combobox) to error string
    [all...]
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 19 #include "ui/views/controls/textfield/textfield.h"
20 #include "ui/views/controls/textfield/textfield_test_api.h"
780 Textfield* textfield = new Textfield; local
781 textfield->SetBounds(0, 0, 200, 20);
782 textfield->SetText(base::ASCIIToUTF16("some text"));
783 widget.GetRootView()->AddChildView(textfield);
786 textfield->RequestFocus()
    [all...]
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.cc 19 #include "ui/views/controls/textfield/textfield.h"
20 #include "ui/views/controls/textfield/textfield_controller.h"
396 textfield_ = new Textfield();
461 void ColorChooserView::ContentsChanged(Textfield* sender,
475 bool ColorChooserView::HandleKeyEvent(Textfield* sender,
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 17 #include "ui/views/controls/textfield/textfield_controller.h"
27 class Textfield;
120 views::Textfield* editor() { return editor_; }
147 virtual void ContentsChanged(Textfield* sender,
149 virtual bool HandleKeyEvent(Textfield* sender,
356 Textfield* editor_;
  /external/chromium_org/ash/
extended_desktop_unittest.cc 29 #include "ui/views/controls/textfield/textfield.h"
855 views::Textfield* textfield = new views::Textfield; local
    [all...]
  /external/chromium_org/content/child/
webthemeengine_impl_default.cc 116 extra_params->textField.isTextArea;
118 extra_params->textField.isListbox;
120 extra_params->textField.backgroundColor;
  /external/chromium_org/mojo/services/html_viewer/
webthemeengine_impl.cc 116 extra_params->textField.isTextArea;
118 extra_params->textField.isListbox;
120 extra_params->textField.backgroundColor;
  /external/chromium_org/ui/views/controls/
message_box_view.cc 18 #include "ui/views/controls/textfield/textfield.h"
185 prompt_field_ = new Textfield;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.mm 76 // possibly reset the validity of the input (if it's a textfield).
429 AutofillTextField* textfield = base::mac::ObjCCast<AutofillTextField>(field);
430 if (!textfield)
438 if ([textfield invalid] && edited) {
442 [textfield setValidityMessage:base::SysUTF16ToNSString(message)];
446 if (![textfield invalid])
450 [validationDelegate_ updateMessageForField:textfield];
733 AutofillTextField* textfield = base::mac::ObjCCastStrict<AutofillTextField>(
735 [[textfield cell] setIcon:iter->second.ToNSImage()];
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 30 #include "ui/views/controls/textfield/textfield.h"
79 // Select the entire title textfield contents when the bubble is first shown.
219 title_tf_ = new views::Textfield();
bookmark_editor_view.cc 32 #include "ui/views/controls/textfield/textfield.h"
160 void BookmarkEditorView::ContentsChanged(views::Textfield* sender,
165 bool BookmarkEditorView::HandleKeyEvent(views::Textfield* sender,
237 // Select all the text in the name Textfield.
239 // Give focus to the name Textfield.
285 title_tf_ = new views::Textfield;
340 url_tf_ = new views::Textfield;
  /external/chromium_org/chrome/test/base/
interactive_test_utils_mac.mm 57 // Handle the special case of focusing a TextField.
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.h 37 // A model that represents text content for a views::Textfield.
41 // Delegate interface implemented by the textfield view class to provide
94 // the user has pressed delete key in the textfield). Returns true if
100 // the user has pressed backspace key in the textfield). Returns true if
  /packages/apps/Dialer/res/layout/
dialpad_fragment.xml 43 (the textfield/button and the dialpad) are hidden. -->
  /sdk/eclipse/
dictionary.txt 306 textfield
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 322 * @param textField The {@link Text} field containing the entry value.
325 private void buildDName(String prefix, Text textField, StringBuilder sb) {
326 if (textField != null) {
327 String value = textField.getText().trim();
  /external/chromium_org/athena/home/
athena_start_page_view_unittest.cc 18 #include "ui/views/controls/textfield/textfield.h"
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_tester.cc 26 #include "ui/views/controls/textfield/textfield.h"
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 14 #include "ui/views/controls/textfield/textfield.h"
javascript_app_modal_dialog_views.cc 14 #include "ui/views/controls/textfield/textfield.h"
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 17 #include "ui/views/controls/textfield/textfield.h"
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 30 * TextField : string
75 void setString(const char value[]) const; //For TextField
  /external/chromium_org/ui/native_theme/
fallback_theme.cc 39 // Textfield:
130 // Textfield

Completed in 2687 milliseconds

1 2 3 45 6 7 8 910