Searched refs:NPNURLVariable (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.h | 175 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:… 176 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value le…
|
D | npapi.mm | 194 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, ui… 199 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* valu…
|
D | WebNetscapePluginView.mm | 2183 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:… 2235 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value le…
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 441 } NPNURLVariable; typedef 884 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value… 885 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* …
|
/external/webkit/WebCore/plugins/ |
D | npfunctions.h | 69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, cha… 70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, con…
|