HomeSort by relevance Sort by last modified time
    Searched full:textfield (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /external/webkit/Source/WebKit/mac/WebView/
WebFormDelegate.m 63 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame
68 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame
WebVideoFullscreenHUDWindowController.mm 325 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
326 [textField setTextColor:[NSColor whiteColor]];
327 [textField setBordered:NO];
328 [textField setFont:[NSFont boldSystemFontOfSize:10]];
329 [textField setDrawsBackground:NO];
330 [textField setBezeled:NO];
331 [textField setEditable:NO];
332 [textField setSelectable:NO];
333 return textField;
WebFormDelegate.h 57 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame;
58 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame;
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.cc 18 #include "views/controls/textfield/textfield.h"
27 using views::Textfield;
114 old_password_field_ = new TextfieldWithMargin(Textfield::STYLE_PASSWORD);
new_user_view.cc 37 #include "views/controls/textfield/textfield.h"
62 // Textfield that adds domain to the entered username if focus is lost and
69 // views::Textfield overrides:
173 password_field_ = new TextfieldWithMargin(views::Textfield::STYLE_PASSWORD);
229 // PreferredSize reported by MenuButton (and TextField) is not able
524 bool NewUserView::HandleKeyEvent(views::Textfield* sender,
540 void NewUserView::ContentsChanged(views::Textfield* sender,
  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 47 // synchonizes the value inside the JavaScript textfield with the copy in the
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.h 80 * Find the next textfield/textarea
81 * @param start The textfield/textarea to search from.
83 * @return CachedNode* Next textfield/textarea or null (0) if none.
122 // These two are ONLY used when the tree is rebuilt and the focus is a textfield/area
  /external/chromium/chrome/browser/ui/views/
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();
js_modal_dialog_views.cc 15 #include "views/controls/textfield/textfield.h"
about_chrome_view.h 23 class Textfield;
104 views::Textfield* version_label_;
106 views::Textfield* os_version_label_;
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 265 HTMLInputElement* textField,
278 m_textField = textField;
291 regularFont.update(textField->document()->styleSelector()->fontSelector());
293 // the input element: textField.
296 textField->renderer()->style()->direction(), textField->renderer()->style()->unicodeBidi() == Override));
368 // It seems we can only have a 0 style in a TextField if the
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 24 #include "views/controls/textfield/textfield.h"
397 void WifiConfigView::ContentsChanged(views::Textfield* sender,
402 bool WifiConfigView::HandleKeyEvent(views::Textfield* sender,
613 // Textfield
626 ssid_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT);
717 identity_textfield_ = new views::Textfield(
718 views::Textfield::STYLE_DEFAULT);
732 passphrase_textfield_ = new views::Textfield(
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFormDelegate.idl 87 //- (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame;
90 //- (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame;
  /development/apps/CustomLocale/res/values/
strings.xml 48 <!-- Locale hint in textfield. Not translated -->
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 24 #include "views/controls/textfield/textfield.h"
174 if (cname == views::Textfield::kViewClassName) {
273 // the renderer scrolls when necessary to keep the textfield visible.
  /sdk/eclipse/
dictionary.txt 251 textfield
  /external/chromium/chrome/browser/ui/cocoa/
js_modal_dialog_cocoa.mm 28 - (NSTextField*)textField;
42 - (NSTextField*)textField {
137 field = [helper_ textField];
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 206 * Tell the java side to update the focused textfield
208 * @param changeToPassword If true, we are changing the textfield to
211 * should go into the textfield.
218 * textfield to the WebTextView. This function finds the currently
295 // If the focus is a textfield (<input>), textarea, or contentEditable,
323 * Also used when typing into an unfocused textfield, in which case 'fake'
353 * Delete text from start to end in the focused textfield.
361 * Set the selection of the currently focused textfield to (start, end).
395 * In the currently focused textfield, replace the characters from oldStart to oldEnd
405 * Scroll the focused textfield to (x, y) in document spac
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 17 // Timer id of the page range textfield. It is used to reset the timer whenever
225 * Returns the number of copies currently indicated in the copies textfield. If
226 * the contents of the textfield can not be converted to a number or if <1 it
507 * Gives focus to the individual pages textfield when 'print-pages' textbox is
586 * Whenever the page range textfield gains focus we add a timer to detect when
594 * As the user types in the page range textfield, we need to reset this timer,
603 * When the user stops typing in the page range textfield or clicks on the
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 28 #include "views/controls/textfield/textfield.h"
40 using views::Textfield;
184 void BookmarkEditorView::ContentsChanged(Textfield* sender,
232 // Select all the text in the name Textfield.
234 // Give focus to the name Textfield.
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 115 extra_params->textField.isTextArea;
117 extra_params->textField.isListbox;
119 extra_params->textField.backgroundColor;
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 333 menulist-textfield
462 spinner-textfield
497 textfield
498 textfield-multiline
  /packages/apps/Contacts/res/layout-land/
dialpad_fragment.xml 50 (the textfield and button) are hidden. -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 315 * @param textField The {@link Text} field containing the entry value.
318 private void buildDName(String prefix, Text textField, StringBuilder sb) {
319 if (textField != null) {
320 String value = textField.getText().trim();
  /frameworks/base/core/java/android/webkit/
WebTextView.java 123 // This is used to reset the length filter when on a textfield
383 // work for a textfield that has the type of
386 // one textfield.
523 // Use the name of the textfield + the url. Use backslash as an
619 // mean we are on a different textfield). Also prevent the change when
620 // going from a textfield with a string of text to one with a smaller
678 // Otherwise, replace the text being changed in the textfield.
743 // to big for the case of a small textfield.
    [all...]

Completed in 569 milliseconds

1 23 4 5 6 7