HomeSort by relevance Sort by last modified time
    Searched refs:NSDictionary (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebKit/mac/Misc/
WebNSNotificationCenterExtras.h 34 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo;
35 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
37 + (void)_postNotificationName:(NSDictionary *)info;
WebElementDictionary.h 29 #import <Foundation/NSDictionary.h>
35 @interface WebElementDictionary : NSDictionary {
WebNSNotificationCenterExtras.m 38 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo
43 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait
58 + (void)_postNotificationName:(NSDictionary *)info
62 NSDictionary *userInfo = [info objectForKey:@"userInfo"];
WebNSFileManagerExtras.h 43 - (NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error;
45 - (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error;
WebCache.mm 49 [NSDictionary dictionaryWithObjectsAndKeys:
59 [NSDictionary dictionaryWithObjectsAndKeys:
69 [NSDictionary dictionaryWithObjectsAndKeys:
79 [NSDictionary dictionaryWithObjectsAndKeys:
89 [NSDictionary dictionaryWithObjectsAndKeys:
99 [NSDictionary dictionaryWithObjectsAndKeys:
WebKitErrors.m 74 NSDictionary *descriptionsDict;
76 NSDictionary *dict;
80 dict = [NSDictionary dictionaryWithObjectsAndKeys:
113 NSDictionary *descriptionsForWebKitErrorDomain = [descriptions objectForKey:WebKitErrorDomain];
135 NSDictionary *userInfoCopy = [userInfo count] > 0 ? [[NSDictionary alloc] initWithDictionary:userInfo] : nil;
143 + (void)_webkit_addErrorsWithCodesAndDescriptions:(NSDictionary *)dictionary inDomain:(NSString *)domain
155 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
WebNSDictionaryExtras.h 31 @interface NSDictionary (WebNSDictionaryExtras)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
InjectedBundleMac.mm 32 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.h 39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
64 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
73 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
77 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
86 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
90 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
    [all...]
ArrayIterator.h 59 + (ArrayIterator *) newIteratorForDictKey:(NSDictionary *)dict;
60 + (ArrayIterator *) newIteratorForDictObj:(NSDictionary *)dict;
63 - (id) initWithDictKey:(NSDictionary *)dict;
64 - (id) initWithDictObj:(NSDictionary *)dict;
ArrayIterator.m 47 + (ArrayIterator *) newIteratorForDictKey:(NSDictionary *)dict
52 + (ArrayIterator *) newIteratorForDictObj:(NSDictionary *)dict
80 - (id) initWithDictKey:(NSDictionary *)dict
84 if (![dict isKindOfClass:[NSDictionary class]]) {
86 reason:[NSString stringWithFormat:@"ArrayIterator expecting NSDictionary class but got %@", [dict className]]
97 - (id) initWithDictObj:(NSDictionary *)dict
101 if (![dict isKindOfClass:[NSDictionary class]]) {
103 reason:[NSString stringWithFormat:@"ArrayIterator expecting NSDictionary class but got %@", [dict className]]
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.h 35 scoped_nsobject<NSDictionary> columns_;
46 withColumns:(NSDictionary*)columns
tracking_area.h 33 userInfo:(NSDictionary*)userInfo;
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginViewFactory.h 44 and values in this NSDictionary must be NSStrings.
84 + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments;
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.h 44 // NSDictionary
45 void encode(ArgumentEncoder*, NSDictionary *);
46 bool decode(ArgumentDecoder*, RetainPtr<NSDictionary>&);
ArgumentCodersMac.mm 58 if ([object isKindOfClass:[NSDictionary class]])
84 encode(encoder, static_cast<NSDictionary *>(object));
124 RetainPtr<NSDictionary> dictionary;
167 Vector<pair<NSRange, RetainPtr<NSDictionary> > > ranges;
173 RetainPtr<NSDictionary> attributesAtIndex = [string attributesAtIndex:position effectiveRange:&effectiveRange];
209 RetainPtr<NSDictionary> attributes;
244 void encode(ArgumentEncoder* encoder, NSDictionary *dictionary)
246 // Even though NSDictionary is toll free bridged with CFDictionaryRef, values may be not, so we should stay within this file's code.
270 bool decode(ArgumentDecoder* decoder, RetainPtr<NSDictionary>& result)
303 RetainPtr<NSDictionary> fontAttributes
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 52 NSDictionary *actions = [NSDictionary dictionaryWithObjectsAndKeys:
66 [caLayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
80 [sublayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 36 scoped_nsobject<NSDictionary> attributes_;
  /external/chromium/chrome/browser/importer/
safari_importer.h 21 @class NSDictionary;
24 class NSDictionary;
83 NSDictionary* bookmark_folder,
  /external/webkit/Source/WebCore/bindings/objc/
ExceptionHandlers.mm 69 NSDictionary *userInfo = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithInt:description.code], exceptionName, nil];
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemPrivate.h 54 - (NSDictionary *)dictionaryRepresentation;
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseManagerPrivate.h 60 - (NSDictionary *)detailsForDatabase:(NSString *)databaseIdentifier withOrigin:(WebSecurityOrigin *)origin;
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentInternal.h 58 - (NSDictionary *)elementAtPoint:(NSPoint)point;
59 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
WebPolicyDelegate.h 59 extern NSString *WebActionElementKey; // NSDictionary of element info
148 - (void)webView:(WebView *)webView decidePolicyForNavigationAction:(NSDictionary *)actionInformation
169 - (void)webView:(WebView *)webView decidePolicyForNewWindowAction:(NSDictionary *)actionInformation
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebErrorsMac.mm 76 NSDictionary *descriptionsDict;
78 NSDictionary *dict;
82 dict = [NSDictionary dictionaryWithObjectsAndKeys:
106 + (void)_webkit_addErrorsWithCodesAndDescriptions:(NSDictionary *)dictionary inDomain:(NSString *)domain
118 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:

Completed in 961 milliseconds

1 2 3 4 5