Lines Matching full:get
147 [[[_pluginPackage.get() bundle] bundleIdentifier] isEqualToString:@"com.apple.QuickTime Plugin.plugin"]) {
151 [mutableKeys.get() addObject:@"kioskmode"];
152 [mutableValues.get() addObject:@"true"];
153 [self setAttributeKeys:mutableKeys.get() andValues:mutableValues.get()];
185 return _pluginPackage.get();
202 NSURL *URL = [NSURL _web_URLWithDataAsString:URLString relativeToURL:_baseURL.get()];
445 page->didStartPlugin(_haltable.get());
477 page->didStopPlugin(_haltable.get());
502 CGImageRef cgImage = CGImageSourceCreateImageAtIndex(imageRef.get(), 0, 0);
785 return _element.get();
809 // mouseDown and mouseUp so plug-ins get the right-click event as they do in Carbon (3125743).
942 RetainPtr<CFArrayRef> proxiesForURL(AdoptCF, CFNetworkCopyProxiesForURL((CFURLRef)url, systemProxies.get()));
943 CFIndex proxyCount = proxiesForURL ? CFArrayGetCount(proxiesForURL.get()) : 0;
954 CFDictionaryRef proxy = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForURL.get(), i));
1024 NSURLCredential *credential = mac(CredentialStorage::get(core(protectionSpace.get())));
1026 credential = [[NSURLCredentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:protectionSpace.get()];