/external/webkit/Source/WebCore/manual-tests/accessibility/resources/ |
D | AppletTest.java | 36 JTextField textField = new JTextField("TextField",20); in init() local 39 textField.setBounds(10,40,100,40); in init() 42 add(textField); in init()
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
D | InputSystemJme.java | 253 final TextField textField = element.getNiftyControl(TextField.class); in processSoftKeyboard() local 254 if (textField != null && !(textField instanceof TextFieldNull)) { in processSoftKeyboard() 255 …ogger(InputSystemJme.class.getName()).log(Level.INFO, "Current TextField: {0}", textField.getId()); in processSoftKeyboard() 256 String initialValue = textField.getText(); in processSoftKeyboard() 265 textField.setText(text); in processSoftKeyboard()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | page_info_bubble_controller.mm | 33 - (void)configureTextFieldAsLabel:(NSTextField*)textField; 321 - (void)configureTextFieldAsLabel:(NSTextField*)textField { 322 [textField setEditable:NO]; 323 [textField setSelectable:YES]; 324 [textField setDrawsBackground:NO]; 325 [textField setBezeled:NO]; 334 scoped_nsobject<NSTextField> textField( 336 [self configureTextFieldAsLabel:textField.get()]; 337 [textField setStringValue:base::SysUTF16ToNSString(info.headline)]; 339 [textField setFont:font]; [all …]
|
D | l10n_util.mm | 26 NSTextField* textField = static_cast<NSTextField*>(view); 27 if ([textField isEditable]) 30 [GTMUILocalizerAndLayoutTweaker sizeToFitFixedWidthTextField:textField];
|
D | js_modal_dialog_cocoa.mm | 28 - (NSTextField*)textField; method 42 - (NSTextField*)textField { method 137 field = [helper_ textField];
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AutoFillPopupMenuClient.cpp | 265 HTMLInputElement* textField, in initialize() argument 278 m_textField = textField; in initialize() 291 regularFont.update(textField->document()->styleSelector()->fontSelector()); in initialize() 296 …textField->renderer()->style()->direction(), textField->renderer()->style()->unicodeBidi() == Over… in initialize()
|
D | PlatformBridge.cpp | 844 webThemeExtraParams->textField.isTextArea = extraParams->textField.isTextArea; in GetWebThemeExtraParams() 845 webThemeExtraParams->textField.isListbox = extraParams->textField.isListbox; in GetWebThemeExtraParams() 846 webThemeExtraParams->textField.backgroundColor = extraParams->textField.backgroundColor; in GetWebThemeExtraParams()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFormDelegate.h | 57 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(… 58 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFra…
|
D | 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;
|
D | WebFormDelegate.m | 63 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(… 68 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFra…
|
/external/chromium/webkit/glue/ |
D | webthemeengine_impl_linux.cc | 115 extra_params->textField.isTextArea; in GetNativeThemeExtraParams() 117 extra_params->textField.isListbox; in GetNativeThemeExtraParams() 119 extra_params->textField.backgroundColor; in GetNativeThemeExtraParams()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeChromiumLinux.cpp | 249 extraParams.textField.isTextArea = part == TextAreaPart; in paintTextField() 250 extraParams.textField.isListbox = part == ListboxPart; in paintTextField() 256 extraParams.textField.backgroundColor = backgroundColor.rgb(); in paintTextField()
|
/external/webkit/Source/WebKit/chromium/public/linux/ |
D | WebThemeEngine.h | 135 TextFieldExtraParams textField; member
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFormDelegate.idl | 87 …//- (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFram… 90 …//- (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(Web…
|
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 862 private JButton createBrowseButton(final JTextField textField, in createBrowseButton() argument 872 fileChooser.setSelectedFile(new File(textField.getText())); in createBrowseButton() 878 textField.setText(fileChooser.getSelectedFile().getPath()); in createBrowseButton() 887 protected JButton createOptimizationsButton(final JTextField textField) in createOptimizationsButton() argument 897 optimizationsDialog.setFilter(textField.getText()); in createOptimizationsButton() 903 textField.setText(optimizationsDialog.getFilter()); in createOptimizationsButton()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformBridge.h | 353 TextFieldExtraParams textField; member
|
/external/webkit/Source/WebKit/win/ |
D | DOMHTMLClasses.cpp | 1385 BOOL textField = FALSE; in isUserEdited() local 1386 if (FAILED(isTextField(&textField)) || !textField) in isUserEdited()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 689 …return CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inF… 701 …CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inFrame:),…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 4542 (-[WebBridge textField:doCommandBySelector:]): 4547 (-[WebFormDelegate textField:doCommandBySelector:inFrame:]): 4570 (-[WebBridge textField:shouldHandleEvent:]): 4582 (-[WebFormDelegate textField:shouldHandleEvent:inFrame:]):
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 28345 (WebKit::AutocompletePopupMenuClient::textField):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 30971 Don't call textField:doCommandBySelector: with a nil selector. This was indirectly causing a 51197 marking stops at the first textField (or at the root) and
|
D | ChangeLog-2005-08-23 | 7886 Rename control:textView:doCommandBySelector: to textField:doCommandBySelector:, and changed
|
D | ChangeLog-2007-10-14 | 50232 REGRESSION: textField:doCommandBySelector:inFrame: not being called properly
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 30574 …- (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:…
|