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

  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url2_test.h 30 virtual void URLNotify(const char* url,
plugin_get_javascript_url2_test.cc 111 void ExecuteGetJavascriptUrl2Test::URLNotify(const char* url, NPReason reason, void* data) {
119 SetError("URLNotify reported incorrect url for SELF_URL");
plugin_get_javascript_url_test.h 29 virtual void URLNotify(const char* url,
plugin_geturl_test.cc 389 void PluginGetURLTest::URLNotify(const char* url, NPReason reason, void* data) {
391 SetError("URLNotify received after tests completed");
396 SetError("URLNotify received NULL url");
408 SetError("URLNotify reported incorrect url for SELF_URL");
416 SetError("URLNotify reported incorrect url for FETCHED_URL");
421 std::string err = "BOGUS_URL received unexpected URLNotify status: ";
plugin_geturl_test.h 40 virtual void URLNotify(const char* url, NPReason reason,
plugin_npobject_lifetime_test.h 26 virtual void URLNotify(const char* url,
plugin_get_javascript_url_test.cc 195 void ExecuteGetJavascriptUrlTest::URLNotify(const char* url, NPReason reason,
201 SetError("URLNotify received in context of NPN_Evaluate");
209 SetError("URLNotify reported incorrect url for SELF_URL");
plugin_client.cc 34 pFuncs->urlnotify = NPP_URLNotify;
221 return plugin->URLNotify(url, reason, notifyData);
plugin_npobject_lifetime_test.cc 67 void NPObjectLifetimeTest::URLNotify(const char* url, NPReason reason,
plugin_test.h 42 virtual void URLNotify(const char* url, NPReason reason, void* data);
plugin_test.cc 185 void PluginTest::URLNotify(const char* url, NPReason reason, void* data) {
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 114 eps->realNPPFuncs.urlnotify = funcs->urlnotify;
347 if(!nppfuncs || !nppfuncs->urlnotify)
350 CallNPP_URLNotifyProc(nppfuncs->urlnotify, instance, url, reason, notifyData);
logger.cpp 215 if(pNPPFuncs->urlnotify)
216 sprintf(szLog16, " urlnotify = %#08lx\r\n", pNPPFuncs->urlnotify);
218 sprintf(szLog16, " urlnotify = not set!\r\n");
np_entry.cpp 87 pFuncs->urlnotify = NPP_URLNotify;
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 332 DCHECK(npp_functions_->urlnotify != 0);
333 if (npp_functions_->urlnotify != 0) {
334 npp_functions_->urlnotify(npp_, url, reason, notifyData);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 90 pluginFuncs->urlnotify = NPP_URLNotify;
147 pluginFuncs->urlnotify = (NPP_URLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_URLNotify);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 143 NPP_URLNotifyProcPtr urlnotify; member in struct:_NPPluginFuncs
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 512 NPP_URLNotifyUPP urlnotify; member in struct:_NPPluginFuncs
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 127 pluginFuncs->urlnotify = NPP_URLNotify;

Completed in 1073 milliseconds