OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLNotify
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/test/plugin/
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_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_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 72 milliseconds