HomeSort by relevance Sort by last modified time
    Searched refs:NSView (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webkit/WebCore/platform/mac/
WebCoreView.h 26 @interface NSView (WebCoreView)
27 - (NSView *)_webcore_effectiveFirstResponder;
WebCoreView.m 30 - (NSView *)_webcore_effectiveFirstResponder;
34 - (NSView *)_webcore_effectiveFirstResponder;
37 @implementation NSView (WebCoreView)
39 - (NSView *)_webcore_effectiveFirstResponder
48 - (NSView *)_webcore_effectiveFirstResponder
50 NSView *view = [self documentView];
58 - (NSView *)_webcore_effectiveFirstResponder
60 NSView *view = [self contentView];
WidgetMac.mm 54 @interface NSView (WebSetSelectedMethods)
67 static void safeRemoveFromSuperview(NSView *view)
73 if ([firstResponder isKindOfClass:[NSView class]] && [(NSView *)firstResponder isDescendantOf:view])
83 Widget::Widget(NSView *view)
106 NSView *view = [platformWidget() _webcore_effectiveFirstResponder];
161 NSView *v = getOuterView();
173 NSView* Widget::getOuterView() const
175 NSView* view = platformWidget();
191 NSView *view = getOuterView()
    [all...]
ScrollViewMac.mm 52 NSView *ScrollView::documentView() const
63 NSView *parentView = documentView();
64 NSView *childView = child->getOuterView();
122 if (NSView* documentView = this->documentView())
165 NSView *view = documentView();
179 if (NSView* documentView = this->documentView()) {
192 if (NSView* documentView = this->documentView()) {
  /external/webkit/WebKit/chromium/public/mac/
WebScreenInfoFactory.h 37 @class NSView;
39 class NSView;
48 WEBKIT_API static WebScreenInfo screenInfo(NSView*);
WebInputEventFactory.h 38 @class NSView;
41 class NSView;
54 WEBKIT_API static WebMouseEvent mouseEvent(NSEvent*, NSView*);
55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*);
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowContentView.h 29 #import <AppKit/NSView.h>
31 @interface CarbonWindowContentView : NSView { }
HIViewAdapter.h 34 + (void)bindHIViewToNSView:(HIViewRef)hiView nsView:(NSView*)nsView;
35 + (void)unbindNSView:(NSView*)nsView;
36 + (HIViewRef)getHIViewForNSView:(NSView*)inView;
CarbonWindowFrame.h 31 @interface CarbonWindowFrame : NSView
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.h 40 NSView *_documentView;
47 + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments fromPluginPackage:(WebPluginPackage *)plugin;
48 + (BOOL)isPlugInView:(NSView *)view;
50 - (id)initWithDocumentView:(NSView *)view;
54 - (void)addPlugin:(NSView *)view;
55 - (void)destroyPlugin:(NSView *)view;
WebPluginViewFactory.h 73 @discussion WebPlugInViewFactory are used to create the NSView for a plug-in.
82 @result Returns an NSView object that conforms to the WebPlugIn informal protocol.
84 + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments;
WebPluginDatabase.h 61 - (void)addPluginInstanceView:(NSView *)view;
62 - (void)removePluginInstanceView:(NSView *)view;
WebBasePluginPackage.h 40 - (void)pluginView:(NSView *)pluginView receivedResponse:(NSURLResponse *)response;
41 - (void)pluginView:(NSView *)pluginView receivedData:(NSData *)data;
42 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error;
43 - (void)pluginViewFinishedLoading:(NSView *)pluginView;
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlightView.h 31 @interface WebNodeHighlightView : NSView {
WebNodeHighlight.h 36 NSView *_targetView;
42 - (id)initWithTargetView:(NSView *)targetView inspectorController:(WebCore::InspectorController*)inspectorController;
50 - (NSView *)targetView;
  /external/webkit/WebKit/mac/WebView/
WebHTMLRepresentationPrivate.h 34 - (void)_redirectDataToManualLoader:(id<WebPluginManualLoader>)manualLoader forPluginView:(NSView *)pluginView;
WebFrameView.h 40 @interface WebFrameView : NSView
58 - (NSView <WebDocumentView> *)documentView;