OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLNotify
(Results
1 - 11
of
11
) 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_url_test.h
29
virtual void
URLNotify
(const char* url,
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_url2_test.cc
117
void ExecuteGetJavascriptUrl2Test::
URLNotify
(const char* url, NPReason reason, void* data) {
125
SetError("
URLNotify
reported incorrect url for SELF_URL");
plugin_test.h
42
virtual void
URLNotify
(const char* url, NPReason reason, void* data);
plugin_get_javascript_url_test.cc
197
void ExecuteGetJavascriptUrlTest::
URLNotify
(const char* url, NPReason reason,
203
SetError("
URLNotify
received in context of NPN_Evaluate");
211
SetError("
URLNotify
reported incorrect url for SELF_URL");
plugin_npobject_lifetime_test.cc
67
void NPObjectLifetimeTest::
URLNotify
(const char* url, NPReason reason,
plugin_test.cc
185
void PluginTest::
URLNotify
(const char* url, NPReason reason, void* data) {
plugin_client.cc
34
pFuncs->
urlnotify
= NPP_URLNotify;
221
return plugin->
URLNotify
(url, reason, notifyData);
plugin_geturl_test.cc
359
void PluginGetURLTest::
URLNotify
(const char* url, NPReason reason, void* data) {
361
SetError("
URLNotify
received after tests completed");
366
SetError("
URLNotify
received NULL url");
375
SetError("
URLNotify
reported incorrect url for SELF_URL");
383
SetError("
URLNotify
reported incorrect url for FETCHED_URL");
388
std::string err = "BOGUS_URL received unexpected
URLNotify
status: ";
Completed in 33 milliseconds