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

  /external/webkit/WebCore/plugins/
npapi.cpp 72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData)
PluginPackage.cpp 276 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 117 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData)
WebNetscapePluginPackage.mm 448 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
561 browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 156 funcs->geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebCore/bridge/
npapi.h 848 NPError NPN_GetURLNotify(NPP instance, const char* url,

Completed in 334 milliseconds