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

  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 175 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32*)length;
176 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32)length;
npapi.mm 194 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32* len)
199 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32 len)
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebCore/bridge/
npapi.h 441 } NPNURLVariable;
884 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32* len);
885 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32 len);
  /external/webkit/WebCore/plugins/
npfunctions.h 69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32* len);
70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32 len);

Completed in 69 milliseconds