Searched refs:NPNURLVariable (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginDebug.h44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
H A DPluginDebug.cpp169 CString prettyNameForNPNURLVariable(NPNURLVariable variable)
H A Dnpapi.cpp188 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
193 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len)
H A Dnpfunctions.h66 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len);
67 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len);
H A Dnpapi.h437 } NPNURLVariable; typedef in typeref:enum:__anon5826
847 NPError NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
850 NPError NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
H A DPluginView.h169 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len);
170 NPError setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len);
H A DPluginView.cpp1377 NPError PluginView::getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len)
1438 NPError PluginView::setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len)
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h177 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32_t*)length;
178 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32_t)length;
H A Dnpapi.mm194 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
199 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len)
H A DWebNetscapePluginView.mm2194 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32_t*)length
2243 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32_t)length
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp823 static NPError NPN_GetValueForURL(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
856 static NPError NPN_SetValueForURL(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len)

Completed in 191 milliseconds