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

  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 117 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 125 browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturlnotify);
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 276 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
npfunctions.h 137 NPN_GetURLNotifyProcPtr geturlnotify; member in struct:_NPNetscapeFuncs
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 156 funcs->geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 448 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
561 browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 188 "getURLNotify",
436 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
448 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier);
762 return getURLNotify(plugin, args, argCount, result);
    [all...]

Completed in 117 milliseconds