/external/webkit/JavaScriptCore/profiler/ |
ProfilerServer.mm | 60 return nil; 71 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:@"ProfilerServerStartNotification" object:nil]; 72 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:@"ProfilerServerStopNotification" object:nil]; 81 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:[_serverName stringByAppendingString:@"-Start"] object:nil]; 82 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:[_serverName stringByAppendingString:@"-Stop"] object:nil];
|
/external/webkit/WebKit/mac/History/ |
WebURLsWithTitles.h | 39 // titles must consist of NSStrings, or be nil. If titles is nil, or if titles is a different 40 // length than URLs, empty strings will be used for all titles. If URLs is nil, this method 45 // Reads an array of NSURLs off the pasteboard. Returns nil if pasteboard does not contain 50 // Reads an array of NSStrings off the pasteboard. Returns nil if pasteboard does not contain
|
/external/webkit/WebKit/mac/Misc/ |
WebNSDictionaryExtras.m | 37 return [object isKindOfClass:[NSNumber class]] ? object : nil; 43 return number == nil ? 0 : [number intValue]; 49 return [object isKindOfClass:[NSString class]] ? object : nil; 55 return [object isKindOfClass:[NSArray class]] ? object : nil; 70 return nil;
|
WebNSPasteboardExtras.mm | 69 nil])); 75 NSMutableArray *types = [[NSMutableArray alloc] initWithObjects:NSTIFFPboardType, nil]; 116 nil]; 152 return nil; 192 NSData *RTFDData = [string RTFDFromRange:NSMakeRange(0, [string length]) documentAttributes:nil]; 207 ASSERT(resource != nil); 279 NSMutableArray *types = [[NSMutableArray alloc] initWithObjects:NSFilesPromisePboardType, nil]; 280 [types addObjectsFromArray:[NSPasteboard _web_writableTypesForImageIncludingArchive:(archive != nil)]]; 282 [self _web_writeImage:nil element:element URL:URL title:title archive:archive types:types source:source]; 285 NSArray *extensions = [[NSArray alloc] initWithObjects:extension, nil]; [all...] |
WebNSURLExtras.mm | 165 if (hostNameOrStringStartCharacters == nil) { 170 if (hostNameEndCharacters == nil) { 175 if (quotedStringCharacters == nil) { 270 if (nonSchemeCharacters == nil) { 281 if (hostTerminators == nil) { 312 if (*array == nil) { 337 NSMutableArray *hostNameRanges = nil; 342 if (hostNameRanges == nil) 361 if (string == nil) { 362 return nil; [all...] |
WebCache.mm | 57 nil], 67 nil], 77 nil], 87 nil], 97 nil], 107 nil], 108 nil];
|
WebIconFetcher.mm | 69 return nil; 103 return nil; 122 return nil;
|
WebLocalizableStrings.mm | 47 if (mainBundle == nil) { 55 if (bundle == nil) { 63 NSString *result = [bundle localizedStringForKey:(NSString *)keyString value:notFound table:nil];
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
NavigationController.m | 48 return nil; 87 [self setPendingRequest:nil]; 96 [self setPendingScript:nil]; 107 [self setPendingScript:nil]; 108 [self setPendingRequest:nil];
|
TextInputController.m | 103 return nil; 113 NSDictionary *attributes = [self attributesAtIndex:(unsigned)index effectiveRange:nil]; 119 return [self attribute:attrName atIndex:(unsigned)index effectiveRange:nil]; 198 return nil; 205 inputMethodView = nil; 206 inputMethodHandler = nil; 213 inputMethodHandler = nil; 221 return [view conformsToProtocol:@protocol(NSTextInput)] ? view : nil; 304 return [NSArray arrayWithObjects:[NSNumber numberWithUnsignedInt:range.location], [NSNumber numberWithUnsignedInt:range.length], nil]; 307 return nil; [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrameView.mm | 172 documentView = nil; 196 if (_private == nil) 197 return nil; 210 ASSERT(enumerator != nil); 211 NSString *mime = nil; 212 while ((mime = [enumerator nextObject]) != nil) { 214 if ([allTypes objectForKey:mime] == nil) 221 static NSMutableDictionary *viewTypes = nil; 250 return [WebView _viewClass:&viewClass andRepresentationClass:nil forMIMEType:MIMEType allowingPlugins:allowPlugins] ? viewClass : nil; [all...] |
WebPDFView.mm | 110 NSURL *appURL = nil; 155 static NSBundle *PDFKitBundle = nil; 156 if (PDFKitBundle == nil) { 158 if (PDFKitPath == nil) { 160 return nil; 202 [PDFSubview scrollSelectionToVisible:nil]; 248 [self centerSelectionInVisibleArea:nil]; 262 id newFirstResponder = nil; 311 NSView *topLevelPDFKitView = nil; 344 NSString *appName = nil; [all...] |
WebHTMLRepresentation.mm | 117 return nil; 199 // Telling the frame we received some data and passing nil as the data is our 202 [frame _receivedData:nil textEncodingName:[[_private->dataSource response] textEncodingName]]; 225 NSData *nsData = parsedArchiveData ? parsedArchiveData->createNSData() : nil; 233 return nil; 236 return nil; 239 return nil; 242 return nil; 259 return nil; 277 return nil; [all...] |
WebVideoFullscreenHUDWindowController.mm | 86 return nil; 157 return nil; 193 [self togglePlaying:nil]; 237 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain]; 247 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:nil]; 251 _timelineUpdateTimer = nil; 268 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil]; 270 [self performSelector:@selector(fadeWindowOut) withObject:nil afterDelay:HUDWindowFadeOutDelay]; 281 [self performSelector:@selector(unscheduleTimeUpdate) withObject:nil afterDelay:1]; 286 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil]; [all...] |
WebHTMLView.mm | 164 NSPoint localPoint = [htmlView convertPoint:point fromView:nil]; 188 NSPoint localPoint = [htmlView convertPoint:point fromView:nil]; 426 // A WebHTMLView has a single input context, but we return nil when in non-editable content to avoid making input methods do their work. 561 mouseDownEvent = nil; 562 keyDownEvent = nil; 563 pluginController = nil; 564 toolTip = nil; 565 completionController = nil; 566 dataSource = nil; 567 highlighters = nil; [all...] |
WebFrameViewPrivate.h | 36 @result A child WebFrameView that is displaying scroll bars, or nil if none. 54 @result The custom scroll view class that is installed, nil if the default scroll view is being used. 61 Passing nil will switch back to the default WebDynamicScrollBarsView class.
|
WebPolicyDelegate.mm | 60 return nil; 80 return nil; 100 _private->target = nil;
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginDatabase.mm | 60 static WebPluginDatabase *sharedDatabase = nil; 91 WebBasePluginPackage *plugin = nil; 92 WebBasePluginPackage *webPlugin = nil; 94 WebBasePluginPackage *CFMPlugin = nil; 96 WebBasePluginPackage *machoPlugin = nil; 101 while ((plugin = [pluginEnumerator nextObject]) != nil) { 144 return nil; 203 while ((plugin = [pluginEnumerator nextObject]) != nil) 206 plugins = nil; 212 return nil; [all...] |
WebBaseNetscapePluginView.mm | 136 return nil; 196 return nil; 205 return nil; 214 return nil; 219 return nil; 301 _trackingTag = [self addTrackingRect:[self bounds] owner:self userData:nil assumeInside:NO]; 343 return NSIntersectionRect([self convertRect:[self _windowClipRect] fromView:nil], [super visibleRect]); 391 name:LoginWindowDidSwitchFromUserNotification object:nil]; 393 name:LoginWindowDidSwitchToUserNotification object:nil]; 399 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:nil]; [all...] |
WebNullPluginView.mm | 51 return nil; 75 error = nil; 76 element = nil;
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
SDL_romvideo.c | 71 static RgnHandle gSaveGrayRgn = nil; 229 if ( SDL_CTab == nil ) { 275 RgnHandle drawRgn = nil; 276 RgnHandle tempRgn = nil; 277 RgnHandle grayRgn = nil; 278 WindowPtr window = nil; 279 GDHandle gd = nil; 356 RgnHandle drawRgn = nil; 357 RgnHandle menuRgn = nil; 358 RgnHandle tempRgn = nil; [all...] |
/external/webkit/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 46 static WebDefaultUIDelegate *sharedDelegate = nil; 67 return nil; 107 return nil; 152 return window == nil ? NSZeroRect : [window frame]; 169 [panel showWindow:nil]; 174 result = nil; 237 return nil;
|
/external/webkit/WebKit/mac/WebInspector/ |
WebNodeHighlight.mm | 49 return nil; 119 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:nil]; 120 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:nil]; 125 _highlightWindow = nil; 128 _targetView = nil; 133 _highlightView = nil; 181 NSRect highlightWindowFrame = [_targetView convertRect:[_targetView visibleRect] toView:nil];
|
/external/zlib/contrib/pascal/ |
example.pas | 93 if zfile = NIL then 121 if zfile = NIL then 191 c_stream.zalloc := NIL; 192 c_stream.zfree := NIL; 193 c_stream.opaque := NIL; 236 d_stream.zalloc := NIL; 237 d_stream.zfree := NIL; 238 d_stream.opaque := NIL; 277 c_stream.zalloc := NIL; 278 c_stream.zfree := NIL; [all...] |
/external/webkit/WebCore/bindings/objc/ |
DOMAbstractView.mm | 52 return nil; 83 return nil; 86 return nil;
|