/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebContextMenuClient.mm | 283 NSDictionary *element = [[[WebElementDictionary alloc] initWithHitTestResult:[m_webView page]->contextMenuController()->hitTestResult()] autorelease]; 313 NSDictionary *element = [[WebElementDictionary alloc] initWithHitTestResult:[m_webView page]->contextMenuController()->hitTestResult()];
|
WebEditorClient.mm | 85 - (DOMDocumentFragment*)_documentFromRange:(NSRange)range document:(DOMDocument*)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources; 369 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys: excludedElements, NSExcludedElementsDocumentAttribute, 761 for (NSDictionary *detail in grammarDetails) { 802 for (NSDictionary *incomingDetail in details) { [all...] |
WebFrameLoaderClient.mm | [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugger.mm | 131 NSDictionary *info = [[NSDictionary alloc] initWithObjectsAndKeys:nsErrorMessage, WebScriptErrorDescriptionKey, [NSNumber numberWithUnsignedInt:errorLine], WebScriptErrorLineNumberKey, nil];
|
WebPDFView.mm | 579 - (NSDictionary *)elementAtPoint:(NSPoint)point 584 return [NSDictionary dictionaryWithObjectsAndKeys: 590 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow [all...] |
WebTextCompletionController.mm | 135 NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[NSFont systemFontOfSize:12.0f], NSFontAttributeName, nil];
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
PlatformCALayerMac.mm | 117 static NSDictionary* nullActionsDictionary() 120 NSDictionary* actions = [NSDictionary dictionaryWithObjectsAndKeys: 195 [m_layer.get() setStyle:[NSDictionary dictionaryWithObject:nullActionsDictionary() forKey:@"actions"]];
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebIconDatabase.mm | 118 NSDictionary *initialDefaults = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool:YES], WebIconDatabaseEnabledDefaultsKey, nil]; 272 NSDictionary *userInfo = [NSDictionary dictionaryWithObject:URL
|
WebKitNSStringExtras.mm | 113 [self drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]]; 142 return [self sizeWithAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, nil]].width;
|
/external/webkit/Source/WebKit2/Shared/mac/ |
WebCoreArgumentCodersMac.mm | 131 NSDictionary* userInfo = [nsError userInfo];
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
TextCheckerMac.mm | 257 for (NSDictionary *incomingDetail in details) { 358 RetainPtr<NSDictionary> grammarDetailDict(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections.get(), NSGrammarCorrections, nil]);
|
WebPopupMenuProxyMac.mm | 97 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];
|
/external/webkit/Source/WebCore/platform/network/mac/ |
ResourceHandleMac.mm | 82 -(id)_initWithRequest:(NSURLRequest *)request delegate:(id)delegate usesCache:(BOOL)usesCacheFlag maxContentLength:(long long)maxContentLength startImmediately:(BOOL)startImmediately connectionProperties:(NSDictionary *)connectionProperties; 276 NSDictionary *sessionID = shouldUseCredentialStorage ? [NSDictionary dictionary] : [NSDictionary dictionaryWithObject:@"WebKitPrivateSession" forKey:@"_kCFURLConnectionSessionID"]; 277 NSDictionary *propertyDictionary = [NSDictionary dictionaryWithObject:sessionID forKey:@"kCFURLConnectionSocketStreamProperties"]; [all...] |
ResourceRequestMac.mm | 77 NSDictionary *headers = [m_nsRequest.get() allHTTPHeaderFields];
|
/external/webkit/Source/WebCore/editing/ |
Editor.h | 44 class NSDictionary; 378 NSDictionary* fontAttributesForSelectionStart() const;
|
/external/webkit/Source/WebCore/editing/mac/ |
EditorMac.mm | 92 NSDictionary* Editor::fontAttributesForSelectionStart() const
|
/external/webkit/Source/WebCore/platform/mac/ |
CookieJar.mm | 131 RetainPtr<NSArray> filteredCookies = filterCookies([NSHTTPCookie cookiesWithResponseHeaderFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL]);
|
DragImageMac.mm | 164 return [string sizeWithAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, nil]].width; 218 [string drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
|
HTMLConverter.mm | 59 + (NSDictionary *)_standardMarkerAttributesForAttributes:(NSDictionary *)attrs; 607 - (NSDictionary *)_computedAttributesForElement:(DOMElement *)element [all...] |
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
WebDefaultContextMenuDelegate.mm | 138 - (NSArray *)webView:(WebView *)wv contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 162 NSDictionary *headerDict = [httpResponse allHeaderFields];
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
WebProcessMac.mm | 76 NSDictionary *fileSystemAttributesDictionary = [[NSFileManager defaultManager] attributesOfFileSystemForPath:path error:NULL];
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 68 @end @class NSString, NSDictionary;
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
main.m | 366 NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:obj->movieURL, QTMovieURLAttribute,
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginController.mm | 73 + (NSView *)pluginViewWithArguments:(NSDictionary *)arguments; 91 + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments fromPluginPackage:(WebPluginPackage *)pluginPackage
|