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

  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 130 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 125 browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturlnotify);
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 303 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
npfunctions.h 142 NPN_GetURLNotifyProcPtr geturlnotify; member in struct:_NPNetscapeFuncs
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 156 funcs->geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 451 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
564 browserFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 908 netscapeFuncs.geturlnotify = NPN_GetURLNotify;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 308 browser->geturlnotify(obj->npp, "about:blank", "", 0);
PluginObject.cpp 217 "getURLNotify",
559 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
571 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier);
    [all...]

Completed in 172 milliseconds