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

  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 130 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebCore/plugins/
npapi.cpp 72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData)
PluginPackage.cpp 303 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebKit/mac/Plugins/
npapi.mm 82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData)
WebNetscapePluginPackage.mm 451 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
564 browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 156 funcs->geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 385 static NPError NPN_GetURLNotify(NPP npp, const char* url, const char* target, void* notifyData)
908 netscapeFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebCore/bridge/
npapi.h 849 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,

Completed in 902 milliseconds