Searched refs:attributeValues (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleText2.idl83 @param [out] attributeValues
95 [out, retval] BSTR *attributeValues
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.h47 PassRefPtr<NetscapePluginInstanceProxy> instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer);
H A DWebHostedNetscapePluginView.h57 attributeValues:(NSArray *)values
H A DNetscapePluginHostManager.mm221 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer)
238 ASSERT_ARG(attributeValues, attributeValues);
239 [properties.get() setObject:attributeValues forKey:@"attributeValues"];
H A DWebHostedNetscapePluginView.mm87 attributeValues:(NSArray *)values
91 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBaseNetscapePluginView.h86 attributeValues:(NSArray *)values
H A DWebNetscapePluginView.h117 attributeValues:(NSArray *)values
H A DWebBaseNetscapePluginView.mm91 attributeValues:(NSArray *)values
H A DWebNetscapePluginView.mm1331 attributeValues:(NSArray *)values
1335 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h59 virtual HRESULT STDMETHODCALLTYPE get_attributeRange(long offset, BSTR filter, long* startOffset, long* endOffset, BSTR* attributeValues);
H A DAccessibleTextImpl.cpp539 HRESULT AccessibleText::get_attributeRange(long offset, BSTR filter, long* startOffset, long* endOffset, BSTR* attributeValues) argument
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1512 NSArray *attributeNames, NSArray *attributeValues, NSURL *baseURL,
1521 NSMutableDictionary *attributes = [[NSMutableDictionary alloc] initWithObjects:attributeValues forKeys:attributeNames];
1736 attributeValues:kit(paramValues)
1835 attributeValues:kit(paramValues)

Completed in 139 milliseconds