HomeSort by relevance Sort by last modified time
    Searched full:initwithframe (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebKit/mac/Plugins/
WebNullPluginView.mm 40 - initWithFrame:(NSRect)frame error:(NSError *)err DOMElement:(DOMElement *)elem
49 self = [super initWithFrame:frame];
WebNullPluginView.h 39 - (id)initWithFrame:(NSRect)frame error:(NSError *)error DOMElement:(DOMElement *)element;
WebBaseNetscapePluginView.h 79 - (id)initWithFrame:(NSRect)r
WebNetscapePluginView.h 113 - (id)initWithFrame:(NSRect)r
WebBaseNetscapePluginView.mm 124 - (id)initWithFrame:(NSRect)frame
134 self = [super initWithFrame:frame];
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 66 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]];
69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
WebHostedNetscapePluginView.h 51 - (id)initWithFrame:(NSRect)r
WebHostedNetscapePluginView.mm 68 - (id)initWithFrame:(NSRect)frame
78 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
  /external/webkit/WebKit/mac/WebView/
WebClipView.m 50 - (id)initWithFrame:(NSRect)frame
52 self = [super initWithFrame:frame];
WebFrameView.mm 170 documentView = [[viewClass alloc] initWithFrame:[self bounds]];
297 - initWithFrame:(NSRect)frame
299 self = [super initWithFrame:frame];
338 WebDynamicScrollBarsView *scrollView = [[WebDynamicScrollBarsView alloc] initWithFrame:NSMakeRect(0.0f, 0.0f, frame.size.width, frame.size.height)];
340 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
    [all...]
WebVideoFullscreenHUDWindowController.mm 319 return [[NSSlider alloc] initWithFrame:frame];
320 return [[NSControl alloc] initWithFrame:frame];
326 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
WebTextCompletionController.mm 92 _tableView = [[NSTableView alloc] initWithFrame:tableFrame];
105 NSScrollView *scrollView = [[NSScrollView alloc] initWithFrame:scrollFrame];
WebView.h 93 webView = [[WebView alloc] initWithFrame: NSMakeRect (0,0,640,480)];
181 @method initWithFrame:frameName:groupName:
192 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
WebPDFView.mm 296 - (id)initWithFrame:(NSRect)frame
298 self = [super initWithFrame:frame];
307 previewView = [[previewViewClass alloc] initWithFrame:frame];
319 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame];
    [all...]
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 42 self = [self initWithFrame:NSZeroRect];
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 58 TEST_ASSERT(SUCCEEDED(webView->initWithFrame(window.clientRect(), 0, 0)));
96 // Tests that releasing a WebView without calling IWebView::initWithFrame works.
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 109 - (id)initWithFrame:(NSRect)inFrameRect styleMask:(unsigned int)inStyleMask owner:(NSWindow *)inOwningWindow {
115 self = [super initWithFrame:inFrameRect];
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 161 RetainPtr<NSView> dummyView(AdoptNS, [[NSView alloc] initWithFrame:r]);
  /external/webkit/WebKit/mac/
WebKit.order 64 -[WebFrameView initWithFrame:]
67 -[WebClipView initWithFrame:]
131 -[WebHTMLView initWithFrame:]
    [all...]
ChangeLog 182 (-[WebFrameView initWithFrame:]): Use Scrollbar::pixelsPerLineStep() instead of
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 123 webView = [[WebView alloc] initWithFrame: NSMakeRect (0,0,640,480)];
214 @method initWithFrame:frameName:groupName:
224 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
226 HRESULT initWithFrame([in] RECT frame, [in] BSTR frameName, [in] BSTR groupName);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 212 field_edit = [[NSTextView alloc] initWithFrame:r];
586 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
784 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
801 window_view = [ [ NSQuickDrawView alloc ] initWithFrame:contentRect ];
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 123 if (FAILED(m_webView->initWithFrame(rect, 0, 0)))
  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 207 hr = gWebView->initWithFrame(clientRect, 0, 0);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 466 milliseconds

1 2