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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 84 public static boolean handleChars(Context context, String input, EditText textField) {
85 return handleChars(context, input, false, textField);
93 EditText textField) {
101 || handleAdnEntry(context, dialString, textField)
155 static boolean handleAdnEntry(Context context, String input, EditText textField) {
197 sc.setTextField(textField);
318 * Note, access to the textField field is going to be synchronized, because
330 private EditText textField;
342 return textField;
349 textField = text
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 34 #include "ui/views/controls/textfield/textfield.h"
114 void WimaxConfigView::ContentsChanged(views::Textfield* sender,
119 bool WimaxConfigView::HandleKeyEvent(views::Textfield* sender,
210 // Textfield, combobox.
234 identity_textfield_ = new views::Textfield(
235 views::Textfield::STYLE_DEFAULT);
249 passphrase_textfield_ = new views::Textfield(
250 views::Textfield::STYLE_OBSCURED);
vpn_config_view.cc 33 #include "ui/views/controls/textfield/textfield.h"
314 void VPNConfigView::ContentsChanged(views::Textfield* sender,
333 bool VPNConfigView::HandleKeyEvent(views::Textfield* sender,
500 // Textfield, combobox.
526 server_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT);
539 service_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT);
618 username_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
captcha_view.cc 22 #include "views/controls/textfield/textfield.h"
29 using views::Textfield;
36 // A Textfield for captcha input, which also sets focus to itself
123 bool CaptchaView::HandleKeyEvent(views::Textfield* sender,
new_user_view.h 18 #include "views/controls/textfield/textfield_controller.h"
95 virtual bool HandleKeyEvent(views::Textfield* sender,
97 virtual void ContentsChanged(views::Textfield* sender,
148 views::Textfield* username_field_;
149 views::Textfield* password_field_;
password_changed_view.cc 18 #include "views/controls/textfield/textfield.h"
27 using views::Textfield;
114 old_password_field_ = new TextfieldWithMargin(Textfield::STYLE_PASSWORD);
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.js 50 * Delay in milliseconds before processing the textfield.
167 * Called after a timeout after user input into the textfield.
178 * Called when a keyup event occurs on the textfield. Starts an input
192 * Called when the focus leaves the textfield. If the textfield is empty,
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 18 #include "ui/views/controls/textfield/textfield.h"
45 search_box_(new views::Textfield),
146 void SearchBoxView::ContentsChanged(views::Textfield* sender,
152 bool SearchBoxView::HandleKeyEvent(views::Textfield* sender,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 26 class Textfield;
140 // Textfield showing the title of the bookmark.
141 views::Textfield* title_tf_;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 25 class Textfield;
127 // Textfield showing the title of the bookmark.
128 views::Textfield* title_tf_;
  /external/chromium_org/content/shell/
shell_javascript_dialog_mac.mm 28 - (NSTextField*)textField;
53 - (NSTextField*)textField {
108 field = [helper_ textField];
shell_aura.cc 20 #include "ui/views/controls/textfield/textfield.h"
21 #include "ui/views/controls/textfield/textfield_controller.h"
170 url_entry_ = new views::Textfield();
198 virtual void ContentsChanged(views::Textfield* sender,
201 virtual bool HandleKeyEvent(views::Textfield* sender,
264 views::Textfield* url_entry_;
  /external/chromium_org/ui/views/controls/
message_box_view.h 24 class Textfield;
60 views::Textfield* text_box() { return prompt_field_; }
108 Textfield* prompt_field_;
focusable_border.h 20 // A Border class to draw a focused border around a field (e.g textfield).
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.mm 280 base::scoped_nsobject<NSTextField> textField(
282 [textField setEditable:NO];
283 [textField setBordered:NO];
284 [textField setDrawsBackground:NO];
285 [[[self window] contentView] addSubview:textField];
286 return textField.autorelease();
password_generation_bubble_controller.h 50 @property(readonly) PasswordGenerationTextField* textField;
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_gtk.cc 12 #include "views/controls/textfield/textfield.h"
accessibility_event_router_views.cc 27 #include "views/controls/textfield/textfield.h"
163 } else if (class_name == views::Textfield::kViewClassName) {
268 views::Textfield* textfield = static_cast<views::Textfield*>(view); local
269 bool password = textfield->IsPassword();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 46 #include "ui/views/controls/textfield/textfield.h"
159 // OmniboxViewViews, views::Textfield implementation:
166 views::Textfield::OnGestureEvent(event);
191 return views::Textfield::OnMousePressed(event);
196 return views::Textfield::OnMouseDragged(event);
200 views::Textfield::OnMouseReleased(event);
214 return views::Textfield::OnKeyPressed(event);
262 bool handled = views::Textfield::OnKeyPressed(event);
274 return views::Textfield::OnKeyReleased(event)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 47 // synchonizes the value inside the JavaScript textfield with the copy in the
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.h 28 @property(nonatomic, readonly) NSTextField* textfield; variable
  /external/chromium_org/chrome/common/extensions/api/
experimental_input_virtual_keyboard.json 30 "description": "Move cursor on the current focused textfield by swipe.",
  /external/chromium_org/ui/base/
ui_base_switches.cc 24 // Disables the Views textfield on Windows.
25 const char kDisableViewsTextfield[] = "disable-views-textfield";
39 // Enables the Views textfield on Windows.
40 const char kEnableViewsTextfield[] = "enable-views-textfield";
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 14 #include "ui/views/controls/textfield/textfield.h"
34 Textfield::IsViewsTextfieldEnabled();
47 // Note: Transparent widgets cannot host native Windows textfield controls.
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 246 HTMLInputElement* textField,
258 m_textField = textField;
288 regularFont.update(textField->document()->styleResolver()->fontSelector());
290 // the input element: textField.
292 Length(WebCore::Fixed), textField->renderer()->style()->direction(),
293 textField->renderer()->style()->unicodeBidi() == Override,
349 // It seems we can only have a 0 style in a TextField if the

Completed in 1006 milliseconds

1 2 3 45 6 7 8 91011>>