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

  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.cc 27 HostFunctions()->geturlnotify(id(), url.c_str(), NULL,
plugin_geturl_test.cc 119 HostFunctions()->geturlnotify(
124 HostFunctions()->geturlnotify(
133 HostFunctions()->geturlnotify(id(), url.c_str(), NULL,
138 HostFunctions()->geturlnotify(id(), bogus_url.c_str(), NULL,
411 HostFunctions()->geturlnotify(id(), self_url_.c_str(), NULL,
467 HostFunctions()->geturlnotify(
plugin_create_instance_in_paint.cc 70 this_instance->HostFunctions()->geturlnotify(
plugin_get_javascript_url2_test.cc 33 HostFunctions()->geturlnotify(id(), url.c_str(), "_self",
plugin_get_javascript_url_test.cc 43 HostFunctions()->geturlnotify(id(), url.c_str(), "_top",
plugin_npobject_lifetime_test.cc 62 this_instance->HostFunctions()->geturlnotify(
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 140 NPNFuncs.geturlnotify = pFuncs->geturlnotify;
npp_gate.cpp 122 fakeNPNFuncs.geturlnotify = NPN_GetURLNotify;
npn_gate.cpp 72 rv = NPNFuncs.geturlnotify(instance, url, target, notifyData);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 125 browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturlnotify);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 145 return browser->geturlnotify(m_npp, url, target, notifyData);
main.cpp 326 browser->geturlnotify(obj->npp, "about:blank", "", 0);
PluginObject.cpp 221 "getURLNotify", "testInvokeDefault",
649 static bool getURLNotify(PluginObject* obj,
665 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier);
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 171 NPN_GetURLNotifyProcPtr geturlnotify; member in struct:_NPNetscapeFuncs
  /external/chromium_org/content/child/npapi/
plugin_host.cc 125 host_funcs_.geturlnotify = &NPN_GetURLNotify;
358 // Generic form of GetURL for common code between GetURL and GetURLNotify.
359 static NPError GetURLNotify(NPP id,
399 return GetURLNotify(id, url, target, true, notify_data);
416 return GetURLNotify(id, url, target, false, 0);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 535 NPN_GetURLNotifyUPP geturlnotify; member in struct:_NPNetscapeFuncs

Completed in 1222 milliseconds