Lines Matching refs:NSView
41 @interface NSView(ShhhhDontTell) interface in ShhhhDontTell
55 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd);
57 + (void)bindHIViewToNSView:(HIViewRef)hiView nsView:(NSView*)nsView
62 // Override -[NSView setNeedsDisplay:]
63 …Method setNeedsDisplayMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(setNeeds…
68 // Override -[NSView setNeedsDisplayInRect:]
69 …Method setNeedsDisplayInRectMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(se…
74 // Override -[NSView nextValidKeyView]
75 …Method nextValidKeyViewMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(nextVal…
84 + (HIViewRef)getHIViewForNSView:(NSView*)inView
89 + (void)unbindNSView:(NSView*)inView argument
102 NSView *view = self;
145 NSView *view = self;
183 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd)