HomeSort by relevance Sort by last modified time
    Searched refs:NSRect (Results 151 - 167 of 167) sorted by null

1 2 3 4 5 67

  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 448 - (WebTextIterator *)textIteratorForRect:(NSRect)rect;
472 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews;
WebFrame.mm 557 - (void)_drawRect:(NSRect)rect contentsOnly:(BOOL)contentsOnly
590 - (BOOL)_getVisibleRect:(NSRect*)rect
627 - (NSRect)_caretRectAtPosition:(const Position&)pos affinity:(NSSelectionAffinity)affinity
633 - (NSRect)_firstRectForDOMRange:(DOMRange *)range
640 NSRect rangeRect = [self _firstRectForDOMRange:range];
    [all...]
WebView.mm 695 NSRect f = [self frame];
804 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
828 - (BOOL)_mustDrawUnionedRect:(NSRect)rect singleRects:(const NSRect *)rects count:(NSInteger)count
852 - (void)drawSingleRect:(NSRect)rect
920 - (void)drawRect:(NSRect)rect
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 354 - (NSRect)boundingBox
400 - (NSRect)boundingBox
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 121 void WebNetscapePluginEventHandlerCarbon::drawRect(CGContextRef, const NSRect&)
  /external/webkit/Tools/DumpRenderTree/mac/
TextInputController.m 329 NSRect rect = [textInput firstRectForCharacterRange:NSMakeRange(from, length)];
DumpRenderTree.mm 293 NSRect rect = NSMakeRect(0, 0, LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight);
315 NSRect windowRect = NSOffsetRect(rect, -10000, [[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height + 10000);
    [all...]
AccessibilityUIElementMac.mm 190 if ([type rangeOfString:@"NSRect"].length > 0)
191 return [NSString stringWithFormat:@"NSRect: %@", NSStringFromRect([value rectValue])];
881 NSRect rect = NSMakeRect(0,0,0,0);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm     [all...]
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 500 NSRect rect = [[(BrowserWindowController *)clientInfo window] frame];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 267 void NetscapePluginInstanceProxy::resize(NSRect size, NSRect clipRect)
402 void NetscapePluginInstanceProxy::windowFrameChanged(NSRect frame)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 804 NSRect winRect;
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 194 -(void)drawInRect:(NSRect)rect;
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 217 milliseconds

1 2 3 4 5 67