OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_attributekeys
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h
40
RetainPtr<NSArray>
_attributeKeys
;
WebHostedNetscapePluginView.mm
98
ASSERT(!
_attributeKeys
);
101
_attributeKeys
.adoptNS([keys 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 40 milliseconds