HomeSort by relevance Sort by last modified time
    Searched full:_attributevalues (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h 41 RetainPtr<NSArray> _attributeValues;
WebHostedNetscapePluginView.mm 99 ASSERT(!_attributeValues);
102 _attributeValues.adoptNS([values copy]);
115 _proxy = NetscapePluginHostManager::shared().instantiatePlugin([_pluginPackage.get() path], [_pluginPackage.get() pluginHostArchitecture], [_pluginPackage.get() bundleIdentifier], self, _MIMEType.get(), _attributeKeys.get(), _attributeValues.get(), userAgent, _sourceURL.get(),

Completed in 44 milliseconds