HomeSort by relevance Sort by last modified time
    Searched full:nil (Results 226 - 250 of 610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/mac/
WebTiledLayer.mm 56 return nil;
GraphicsLayerCA.mm 174 nil];
181 nil];
233 return nil;
300 [layer setBorderColor:nil];
317 // Workaround for <rdar://problem/7390716>: -[CALayer setSublayers:] crashes if sublayers is an empty array, or nil, under GC.
359 nil];
405 [layer setLayerOwner:nil];
410 [(id)m_contentsLayer.get() setLayerOwner:nil];
    [all...]
  /external/webkit/WebCore/platform/mac/
FoundationExtras.h 29 // nil-checked CFRetain/CFRelease covers for Objective-C ids
KURLMac.mm 62 return nil;
SharedTimerMac.mm 56 object:nil];
  /external/webkit/WebCore/platform/network/mac/
ResourceErrorMac.mm 69 return nil;
ResourceRequestMac.mm 96 m_nsRequest = nil;
122 [nsRequest setValue:nil forHTTPHeaderField:[oldHeaderFieldNames objectAtIndex:i - 1]];
  /external/webkit/WebCore/plugins/gtk/
xembed.h 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  /external/webkit/WebKit/chromium/
WebKit.gypi 65 # indent-tabs-mode:nil
  /external/webkit/WebKit/mac/Misc/
WebNSNotificationCenterExtras.m 35 [self postNotificationOnMainThreadWithName:name object:object userInfo:nil waitUntilDone:NO];
WebStringTruncator.mm 42 static NSFont *defaultMenuFont = nil;
WebIconDatabase.h 88 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
99 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 127 nil];
160 nil];
162 data = [NSPropertyListSerialization dataFromPropertyList:hostProperties format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil];
246 NSData *data = [NSPropertyListSerialization dataFromPropertyList:properties.get() format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil];
  /external/webkit/WebKit/mac/Storage/
WebDatabaseTrackerClient.mm 66 initWithObjectsAndKeys:(NSString *)databaseIdentifier, WebDatabaseIdentifierKey, nil]);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebJavaScriptTextInputPanel.m 44 // until then, prompt and textInput will be nil.
WebDragClient.mm 75 NSPoint viewPoint = [m_webView convertPoint:windowPoint fromView:nil];
122 return nil;
  /external/webkit/WebKit/mac/WebView/
WebFormDelegate.m 36 static WebFormDelegate *sharedDelegate = nil;
WebViewData.mm 55 return nil;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.mm 105 return nil;
WorkQueueItemMac.mm 59 [[mainFrame webView] reload:nil];
  /external/webkit/WebKitTools/android/flex-2.5.4a/
dfa.c 266 if ( nfaccnum != NIL ) \
298 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \
429 duplist[i] = NIL;
434 accset[i] = NIL;
502 /* From now on, nultrans != nil indicates that we're
616 if ( duplist[sym] == NIL )
676 duplist[sym] = NIL;
1030 duplist[1] = NIL;
1031 dupfwd[numecs] = NIL;
tblcmp.c 117 for ( i = firstprot; i != NIL; i = protnext[i] )
137 if ( firstprot != NIL )
156 for ( i = minprot; i != NIL; i = protnext[i] )
452 tecbck[1] = NIL;
460 tecfwd[numecs] = NIL;
684 protnext[lastprot] = NIL;
692 if ( firstprot != NIL )
774 if ( protnext[qelm] != NIL )
777 protprev[qelm] = NIL;
  /external/webkit/WebCore/bindings/objc/
DOMInternal.mm 55 return nil;
84 return nil;
  /external/webkit/WebKit/mac/History/
WebHistory.h 81 @param error Set to nil or an NSError instance if an error occurred.
91 @param error Set to nil or an NSError instance if an error occurred.
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 126 return nil;
130 return nil;
134 return nil;
238 if (data == nil || [data length] < 8)
272 return nil;
279 return nil;
402 err = WebGetDiskFragment(&spec, 0, kCFragGoesToEOF, nil, kPrivateCFragCopy, &connID, (Ptr *)&pluginMainFunc, nil);

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 91011>>