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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginsPrivate.h 33 extern NSString *WebPluginWillPresentNativeUserInterfaceNotification;
WebPluginsPrivate.m 31 NSString *WebPluginWillPresentNativeUserInterfaceNotification = @"WebPluginWillPresentNativeUserInterface";
WebPluginViewFactory.h 36 extern NSString *WebPlugInBaseURLKey;
46 extern NSString *WebPlugInAttributesKey;
54 extern NSString *WebPlugInContainerKey;
60 extern NSString *WebPlugInContainingElementKey;
69 extern NSString *WebPlugInShouldLoadMainResourceKey AVAILABLE_IN_WEBKIT_VERSION_4_0;
  /external/chromium/chrome/browser/ui/cocoa/applescript/
constants_applescript.h 14 extern NSString* const kWindowsProperty;
17 extern NSString* const kTabsProperty;
20 extern NSString* const kBookmarkFoldersProperty;
23 extern NSString* const kBookmarkItemsProperty;
26 extern NSString* const kNormalWindowMode;
29 extern NSString* const kIncognitoWindowMode;
  /external/webkit/Source/WebKit/mac/Misc/
WebKitErrors.h 29 extern NSString *WebKitErrorDomain;
31 extern NSString * const WebKitErrorMIMETypeKey;
32 extern NSString * const WebKitErrorPlugInNameKey;
33 extern NSString * const WebKitErrorPlugInPageURLStringKey;
WebNSURLRequestExtras.h 33 - (NSString *)_web_HTTPReferrer;
34 - (NSString *)_web_HTTPContentType;
40 - (void)_web_setHTTPContentType:(NSString *)contentType;
41 - (void)_web_setHTTPReferrer:(NSString *)theReferrer;
42 - (void)_web_setHTTPUserAgent:(NSString *)theUserAgent;
WebStringTruncator.h 35 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
38 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth;
40 + (NSString *)rightTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
42 + (float)widthOfString:(NSString *)string font:(NSFont *)font;
WebNSFileManagerExtras.h 32 - (void)_webkit_setMetadataURL:(NSString *)URLString referrer:(NSString *)referrer atPath:(NSString *)path;
33 - (NSString *)_webkit_startupVolumeName;
34 - (NSString *)_webkit_pathWithUniqueFilenameForPath:(NSString *)path;
40 - (NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error;
41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
42 - (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.h 34 @class NSString;
36 typedef struct NSString NSString;
43 BOOL stringIsCaseInsensitiveEqualToString(NSString *first, NSString *second);
44 BOOL hasCaseInsensitiveSuffix(NSString *string, NSString *suffix);
45 BOOL hasCaseInsensitiveSubstring(NSString *string, NSString *substring);
46 NSString *filenameByFixingIllegalCharacters(NSString *string)
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 54 - (NSString *)azimuth;
55 - (void)setAzimuth:(NSString *)azimuth;
56 - (NSString *)background;
57 - (void)setBackground:(NSString *)background;
58 - (NSString *)backgroundAttachment;
59 - (void)setBackgroundAttachment:(NSString *)backgroundAttachment;
60 - (NSString *)backgroundColor;
61 - (void)setBackgroundColor:(NSString *)backgroundColor;
62 - (NSString *)backgroundImage;
63 - (void)setBackgroundImage:(NSString *)backgroundImage
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFailedPredicateException.h 33 NSString *predicate;
34 NSString *ruleName;
37 @property (retain) NSString *predicate;
38 @property (retain) NSString *ruleName;
40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
ANTLRMismatchedSetException.h 32 NSString *expecting;
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSString *expecting;
37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
40 - (NSString *) getExpecting;
41 - (void) setExpecting: (NSString *) anExpectedSet;
ANTLRFileStream.h 37 __strong NSString *fileName;
41 + (id) newANTLRFileStream:(NSString*) fileName;
42 + (id) newANTLRFileStream:(NSString *)aFileName encoding:(NSStringEncoding)encoding;
43 - (id) init:(NSString *) aFileName;
44 - (id) init:(NSString *) aFileName encoding:(NSStringEncoding)encoding;
45 - (void) load:(NSString *)fileName encoding:(NSStringEncoding)encoding;
46 - (NSString *) getSourceName;
48 @property (retain) NSString *fileName;
ANTLRRuntimeException.h 38 + (ANTLRRuntimeException *) newException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
  /external/clang/test/PCH/Inputs/
typo.h 3 @interface NSString
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.h 40 extern NSString *WebHistoryItemChangedNotification;
66 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time;
74 - (NSString *)originalURLString;
83 - (NSString *)URLString;
93 - (NSString *)title;
109 - (void)setAlternateTitle:(NSString *)alternateTitle;
116 - (NSString *)alternateTitle;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuntimeException.h 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
ANTLRFailedPredicateException.h 33 NSString *predicate;
34 NSString *ruleName;
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRuntimeException.h 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
ANTLRFailedPredicateException.h 33 NSString *predicate;
34 NSString *ruleName;
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuntimeException.h 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
ANTLRFailedPredicateException.h 33 NSString *predicate;
34 NSString *ruleName;
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.h 33 NSString *name;
34 NSString *compositingInfo;
44 - (NSString *)name;
45 - (NSString *)positionString;
46 - (NSString *)widthString;
47 - (NSString *)heightString;
48 - (NSString *)compositingInfo;
WebRenderNode.h 36 NSString *name;
45 - (NSString *)name;
46 - (NSString *)positionString;
47 - (NSString *)absolutePositionString;
48 - (NSString *)widthString;
49 - (NSString *)heightString;
WebResource.h 55 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName;
73 - (NSString *)MIMEType;
79 - (NSString *)textEncodingName;
85 - (NSString *)frameName;

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>