Home | History | Annotate | Download | only in WebView

Lines Matching refs:AppKit

74 #import <AppKit/NSAccessibility.h>
264 // Need to declare these attribute names because AppKit exports them but does not make them available in API or SPI headers.
357 // FIXME: This constant is copied from AppKit's _NXSmartPaste constant.
1366 // Don't let AppKit even draw subviews. We take care of that.
1415 // Don't let AppKit even draw subviews. We take care of that.
1469 // Don't let AppKit even draw subviews. We take care of that.
1490 // To get those events, we prevent hit testing from AppKit.
1767 // AppKit's pagination code to use the correct height for the page content. Leaving printing
2651 // jumpToSelection is the old name for what AppKit now calls centerSelectionInVisibleArea. Safari
2691 // Match OS X AppKit behavior for post-Tiger. Don't change Tiger behavior.
2786 // the selector here because we implement it here, and we must implement it here because the AppKit
2807 // the selector here because we implement it here, and we must implement it here because the AppKit
3181 // inside AppKit code.
3216 // inside AppKit code.
3414 // display link and AppKit drawing causing flashes.
3450 // AppKit is in the process of traversing the NSView tree, and is going to send -renewGState to
3512 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3536 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3567 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3590 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3642 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3764 // the current event prevents that from causing a problem inside WebKit or AppKit code.
3790 // returning YES from this method is the way we tell AppKit that it is ok for this view
4003 // FIXME 3491344: This is a secret AppKit-internal method that we need to override in order
4005 // if AppKit makes it SPI/API.
4084 // AppKit gets all messed up if you give it a zero-length page count (see 3576334), so if we
4137 // the current event prevents that from causing a problem inside WebKit or AppKit code.
4169 // the current event prevents that from causing a problem inside WebKit or AppKit code.
4186 // the current event prevents that from causing a problem inside WebKit or AppKit code.
4423 // the current event prevents that from causing a problem inside WebKit or AppKit code.
4736 // AppKit will have to be revised to allow this to work with anything that isn't an
4808 // Post-Tiger, this menu item is a show/hide toggle, to match AppKit. Leave Tiger behavior alone
4826 // Don't correct to empty string. (AppKit checked this, we might as well too.)
4851 // We need *almost* the same thing as AppKit, but not quite.
5001 // Override this so that AppKit will send us arrow keys as key down events so we can
5008 // the event through the DOM, so ask AppKit not to do its early special key binding
5218 // the AppKit code checks the first responder.
5225 // the AppKit code checks the first responder.
5232 // the AppKit code checks the first responder.
5274 // the AppKit code checks the first responder.
5515 // AppKit will respond with a series of NSTextInput protocol method calls. There are three groups that we heuristically differentiate:
5517 // after DOM dispatch. This is safe, because neither returns a result, so there is no branching on AppKit side.
5521 // Unfortunately, there is no real difference between plain text input and IM processing - for example, AppKit queries hasMarkedText
5613 // Make a container layer, which will get sized/positioned by AppKit and CA.
5991 // The AppKit adds a 'secret' property to the string that contains the replacement range.
6166 // Let AppKit cache a potentially changed input context.
6406 // This is used by AppKit and is included here so that WebDataProtocolScheme is only defined once.