Searched refs:NSURL (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mozilla/
H A DNSURL+Utils.h41 @interface NSURL (CaminoExtensions)
43 // This takes an NSURL to a local file, and if that file is a file that
46 + (NSURL*)decodeLocalFileURL:(NSURL*)url;
48 +(NSURL*)URLFromInetloc:(NSString*)inFile;
49 +(NSURL*)URLFromIEURLFile:(NSString*)inFile;
H A DNSWorkspace+Utils.h46 - (NSURL*)defaultBrowserURL;
50 - (NSURL*)defaultFeedViewerURL;
55 - (NSURL*)urlOfApplicationWithIdentifier:(NSString*)bundleID;
56 - (NSString*)identifierForBundle:(NSURL*)inBundleURL;
57 - (NSString*)displayNameForFile:(NSURL*)inFileURL;
H A DNSURL+Utils.m38 #import "NSURL+Utils.h"
41 @implementation NSURL (CaminoExtensions)
43 + (NSURL*)decodeLocalFileURL:(NSURL*)url
50 url = [NSURL URLFromIEURLFile:urlPathString];
55 url = [NSURL URLFromInetloc:urlPathString];
65 +(NSURL*)URLFromInetloc:(NSString*)inFile
68 NSURL *ret = nil;
83 // ret = [NSURL URLWithString:[NSString stringWithCString:(char *)*urlResHandle length:size]];
88 ret = [NSURL URLWithStrin
[all...]
H A DNSWorkspace+Utils.m84 - (NSURL*)defaultBrowserURL
92 - (NSURL*)defaultFeedViewerURL
113 - (NSURL*)urlOfApplicationWithIdentifier:(NSString*)bundleID
117 NSURL* appURL = nil;
124 - (NSString*)identifierForBundle:(NSURL*)inBundleURL
139 - (NSString*)displayNameForFile:(NSURL*)inFileURL
H A DNSPasteboard+Utils.mm40 #import "NSURL+Utils.h"
120 NSURL* url = [NSURL URLWithString:[inUrls objectAtIndex:i]];
139 [[NSURL URLWithString:url] writeToPasteboard:self];
180 NSURL* urlFromNSURL = nil; // Used below in getting an URL from the NSURLPboardType.
198 NSURL* urlFromInetloc = [NSURL URLFromInetloc:file];
204 NSURL* urlFromIEURLFile = [NSURL URLFromIEURLFile:file];
217 urlString = [[NSURL fileURLWithPat
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCICEServer.h34 @property(nonatomic, strong, readonly) NSURL* URI;
39 - (id)initWithURI:(NSURL*)URI
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.m44 NSURL* _postMessageURL;
62 - (void)connectToRoom:(NSURL*)url {
65 NSURL* requestURL = [NSURL URLWithString:urlString];
188 [[RTCICEServer alloc] initWithURI:[NSURL URLWithString:url]
196 - (NSURL*)parsePostMessageURLForRoomJSON:(NSDictionary*)roomJSON
207 return [NSURL URLWithString:postMessageUrl];
243 NSURL* turnServerURL = [NSURL URLWithString:turnServerUrl];
264 [[RTCICEServer alloc] initWithURI:[NSURL URLWithStrin
[all...]
H A DAPPRTCAppClient.h59 - (void)connectToRoom:(NSURL*)room;
H A DAPPRTCConnectionManager.h63 - (BOOL)connectToRoomWithURL:(NSURL*)url;
H A DGAEChannelClient.m70 NSURL* htmlUrl = [NSURL fileURLWithPath:htmlPath];
78 loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:path]]];
H A DAPPRTCConnectionManager.m84 - (BOOL)connectToRoomWithURL:(NSURL*)url {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m87 NSURL *f = [NSURL fileURLWithPath:fn];
/external/lldb/examples/summaries/cocoa/
H A DNSURL.py8 # summary provider for NSURL
23 # trying to provide anything but a summary for an NSURL, so they need not
35 if not(self.sys_params.types_cache.NSURL):
36 self.sys_params.types_cache.NSURL = self.valobj.GetTarget().FindFirstType('NSURL').GetPointerType()
47 # optionally, the next pointer is another NSURL which is the "base"
64 self.sys_params.types_cache.NSURL)
99 return '<variable is not NSURL>'
112 if name_string == 'NSURL':
132 summary = '<variable is not NSURL>'
[all...]
H A DNSBundle.py14 import NSURL namespace
24 # trying to provide anything but a summary for an NSURL, so they need not
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCICEServer.mm40 - (id)initWithURI:(NSURL*)URI
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h108 @property(nonatomic, readonly) NSURL* url;
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
H A DAPPRTCViewController.m162 [_connectionManager connectToRoomWithURL:[NSURL URLWithString:url]];
/external/chromium_org/base/mac/
H A Dfoundation_util.h230 CF_TO_NS_CAST_DECL(CFURL, NSURL);
H A Dsdk_forward_declarations.h316 @property (copy) NSURL* webPageURL;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h97 @end @class NSString, NSURL, NSError; variable in typeref:class:
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m292 [_connectionManager connectToRoomWithURL:[NSURL URLWithString:urlString]];

Completed in 5609 milliseconds