HomeSort by relevance Sort by last modified time
    Searched defs:getURLNotify (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/plugins/
PluginView.cpp 603 NPError PluginView::getURLNotify(const char* url, const char* target, void* notifyData)
    [all...]
  /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 1325 milliseconds