Searched refs:textField (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/HybridLangApp/
H A DRubyController.rb7 ib_outlets :textField
10 @textField.setStringValue "#{sender.title} !!"
H A DObjcController.h7 IBOutlet id textField; variable
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFormDelegate.h59 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame;
60 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame;
H A DWebFormDelegate.m67 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame
72 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm289 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
290 [textField setTextColor:[NSColor whiteColor]];
291 [textField setBordered:NO];
292 [textField setFont:[NSFont boldSystemFontOfSize:10]];
293 [textField setDrawsBackground:NO];
294 [textField setBezeled:NO];
295 [textField setEditable:NO];
296 [textField setSelectable:NO];
297 return textField;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MiniBrowser/
H A DMyDocument.rb4 ib_outlets :webView, :textField, :window, :backButton, :forwardButton
7 @webView = @textField = @window = @backButton = @forwardButton = nil
91 @textField.setStringValue(url) if url
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A DDNSServiceBrowser.m47 IBOutlet id textField;
454 [textField setStringValue:[NSString stringWithCString:&readableText[1] length:txtLen - 1]];
494 NSString *txtRecord = [textField stringValue];
601 [textField setStringValue:@""];
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeMac.h230 NSTextFieldCell* textField() const;
H A DRenderThemeMac.mm1101 NSTextFieldCell *textField = this->textField();
1105 [textField setEnabled:(isEnabled(o) && !isReadOnlyControl(o))];
1106 [textField drawWithFrame:NSRect(r) inView:documentViewFor(o)];
1108 [textField setControlView:nil];
2241 NSTextFieldCell* RenderThemeMac::textField() const
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp1387 BOOL textField = FALSE; local
1388 if (FAILED(isTextField(&textField)) || !textField)
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.h150 bool wasLastChangeUserEdit(Element* textField, ExceptionCode&);
H A DInternals.idl106 [RaisesException] boolean wasLastChangeUserEdit(Element textField);
H A DInternals.cpp922 bool Internals::wasLastChangeUserEdit(Element* textField, ExceptionCode& ec) argument
924 if (!textField) {
929 if (HTMLInputElement* inputElement = textField->toInputElement())
933 if (textField->tagName() == "TEXTAREA")
934 return static_cast<HTMLTextAreaElement*>(textField)->lastChangeWasUserEdit();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.mm697 return CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inFrame:), inputElement, commandSelector, kit(element->document()->frame()));
709 CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inFrame:), inputElement, @selector(deleteBackward:), kit(element->document()->frame()));

Completed in 126 milliseconds