OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSDictionary
(Results
26 - 50
of
125
) sorted by null
1
2
3
4
5
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuntimeException.h
48
- (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(
NSDictionary
*)aUserInfo;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRuntimeException.h
48
- (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(
NSDictionary
*)aUserInfo;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuntimeException.h
48
- (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(
NSDictionary
*)aUserInfo;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h
51
scoped_nsobject<
NSDictionary
> attributes_;
/external/clang/test/CodeGenObjC/Inputs/
literal-support.h
31
@interface
NSDictionary
/external/clang/test/CodeGenObjCXX/Inputs/
literal-support.h
31
@interface
NSDictionary
/external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultPolicyDelegate.m
79
- (void)webView: (WebView *)wv decidePolicyForNavigationAction:(
NSDictionary
*)actionInformation
100
- (void)webView: (WebView *)wv decidePolicyForNewWindowAction:(
NSDictionary
*)actionInformation
WebDefaultUIDelegate.m
61
- (WebView *)webView: (WebView *)wv createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(
NSDictionary
*)features
110
- (void)webView: (WebView *)wv mouseDidMoveOverElement:(
NSDictionary
*)elementInformation modifierFlags:(NSUInteger)modifierFlags
191
- (BOOL)webView:(WebView *)webView shouldBeginDragForElement:(
NSDictionary
*)element dragImage:(NSImage *)dragImage mouseDownEvent:(NSEvent *)mouseDownEvent mouseDraggedEvent:(NSEvent *)mouseDraggedEvent
226
- (void)webView:(WebView *)sender contextMenuItemSelected:(NSMenuItem *)item forElement:(
NSDictionary
*)element
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.h
50
+ (NSView *)plugInViewWithArguments:(
NSDictionary
*)arguments fromPluginPackage:(WebPluginPackage *)plugin;
WebPluginContainerCheck.mm
37
#import <Foundation/
NSDictionary
.h>
110
- (
NSDictionary
*)_actionInformationWithURL:(NSURL *)URL
112
return [
NSDictionary
dictionaryWithObjectsAndKeys:
130
NSDictionary
*action = [self _actionInformationWithURL:[_request URL]];
/external/webkit/Source/WebKit/mac/Storage/
WebDatabaseTrackerClient.mm
104
RetainPtr<
NSDictionary
> userInfo(AdoptNS, [[
NSDictionary
alloc]
WebDatabaseManager.mm
91
- (
NSDictionary
*)detailsForDatabase:(NSString *)databaseIdentifier withOrigin:(WebSecurityOrigin *)origin
104
return [[[
NSDictionary
alloc] initWithObjects:objects forKeys:keys count:3] autorelease];
/external/webkit/Source/WebKit/mac/WebView/
WebFormDelegate.h
63
withValues:(
NSDictionary
*)values submissionListener:(id <WebFormSubmissionListener>)listener;
WebFormDelegate.m
74
withValues:(
NSDictionary
*)values submissionListener:(id <WebFormSubmissionListener>)listener
WebUIDelegatePrivate.h
139
- (void)webView:(WebView *)webView addMessageToConsole:(
NSDictionary
*)message;
172
- (void)webView:(WebView *)webView addMessageToConsole:(
NSDictionary
*)message withSource:(NSString *)source;
174
- (NSView *)webView:(WebView *)webView plugInViewWithArguments:(
NSDictionary
*)arguments;
178
- (void)webView:(WebView *)webView dashboardRegionsChanged:(
NSDictionary
*)regions;
187
- (void)webView:(WebView *)sender contextMenuItemSelected:(NSMenuItem *)item forElement:(
NSDictionary
*)element;
210
- (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(
NSDictionary
*)features;
WebViewInternal.h
120
- (NSMenu *)_menuForElement:(
NSDictionary
*)element defaultItems:(NSArray *)items;
138
- (void)_mouseDidMoveOverElement:(
NSDictionary
*)dictionary modifierFlags:(NSUInteger)modifierFlags;
140
- (void)_writeImageForElement:(
NSDictionary
*)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
141
- (void)_writeLinkElement:(
NSDictionary
*)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
/external/webkit/Source/WebKit/mac/Misc/
WebKitSystemBits.m
82
NSDictionary
*fileSystemAttributesDictionary = [[NSFileManager defaultManager] attributesOfFileSystemForPath:path error:NULL];
WebCoreStatistics.h
67
+ (
NSDictionary
*)memoryStatistics;
/external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller.h
69
NSDictionary
* bugTypeDictionary_; // Strong
/external/webkit/Source/WebCore/platform/network/mac/
ResourceResponseMac.mm
101
NSDictionary
*headers = [httpResponse allHeaderFields];
124
NSDictionary
*headers = [httpResponse allHeaderFields];
/external/webkit/Source/WebKit/mac/History/
WebHistoryItemInternal.h
49
- (id)initFromDictionaryRepresentation:(
NSDictionary
*)dict;
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm
119
[[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidPauseNotification" object:nil userInfo:[
NSDictionary
dictionaryWithObject:root forKey:@"layer"]];
126
[[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidResumeNotification" object:nil userInfo:[
NSDictionary
dictionaryWithObject:root forKey:@"layer"]];
/external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m
118
NSDictionary
*infoDictionary = [
NSDictionary
dictionaryWithObject:NSErrorFailingURLStringKey forKey:[[self request] URL]];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm
53
- (DOMDocumentFragment*)_documentFromRange:(NSRange)range document:(DOMDocument*)document documentAttributes:(
NSDictionary
*)dict subresources:(NSArray **)subresources;
113
NSDictionary
*dictionary = [[
NSDictionary
alloc] initWithObjectsAndKeys: excludedElements,
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm
119
NSDictionary
*launchProperties = [[
NSDictionary
alloc] initWithObjectsAndKeys:
153
NSDictionary
*hostProperties = [[
NSDictionary
alloc] initWithObjectsAndKeys:
Completed in 756 milliseconds
1
2
3
4
5