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

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 90 pluginFuncs->urlnotify = NPP_URLNotify;
147 pluginFuncs->urlnotify = (NPP_URLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_URLNotify);
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 97 pluginFuncs->urlnotify = NPP_URLNotify;
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 97 pluginFuncs->urlnotify = NPP_URLNotify;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 100 pluginFuncs->urlnotify = NPP_URLNotify;
  /development/samples/BrowserPlugin/jni/
main.cpp 109 pluginFuncs->urlnotify = NPP_URLNotify;
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 299 m_pluginFuncs->urlnotify(m_instance, m_resourceRequest.url().string().utf8().data(), m_reason, m_notifyData);
npfunctions.h 196 NPP_URLNotifyProcPtr urlnotify; member in struct:_NPPluginFuncs
PluginView.cpp 484 m_plugin->pluginFuncs()->urlnotify(m_instance, requestURL.string().utf8().data(), NPRES_DONE, request->notifyData());
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 533 pluginFuncs.urlnotify = (NPP_URLNotifyProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.urlnotify);
WebNetscapePluginStream.mm 440 m_pluginFuncs->urlnotify(m_plugin, m_requestURL.string().utf8().data(), m_reason, m_notifyData);
WebNetscapePluginView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 419 aPluginVTable->urlnotify = webkit_test_plugin_url_notify;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 116 pluginFuncs->urlnotify = NPP_URLNotify;
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 103 pluginFuncs->urlnotify = NPP_URLNotify;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 338 m_pluginModule->pluginFuncs().urlnotify(&m_npp, url, reason, notifyData);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 116 pluginFuncs->urlnotify = NPP_URLNotify;

Completed in 798 milliseconds