HomeSort by relevance Sort by last modified time
    Searched refs:NPNURLVariable (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/plugins/
PluginDebug.h 44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
PluginDebug.cpp 166 CString prettyNameForNPNURLVariable(NPNURLVariable variable)
npapi.cpp 181 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
186 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len)
PluginView.h 191 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len);
192 NPError setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len);
npfunctions.h 69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len);
70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len);
PluginView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 178 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32_t*)length;
179 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32_t)length;
npapi.mm 194 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)
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 458 } NPNURLVariable;
888 NPError NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
891 NPError NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 791 static NPError NPN_GetValueForURL(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
824 static NPError NPN_SetValueForURL(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len)

Completed in 51 milliseconds