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

  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url2_test.cc 10 #define SELF_URL "javascript:window.location+\"\""
38 std::string url = SELF_URL;
124 if (strcmp(url, SELF_URL) != 0)
125 SetError("URLNotify reported incorrect url for SELF_URL");
plugin_get_javascript_url_test.cc 11 #define SELF_URL "javascript:window.location+\"\""
44 std::string url = SELF_URL;
210 if (strcmp(url, SELF_URL) != 0)
211 SetError("URLNotify reported incorrect url for SELF_URL");
plugin_geturl_test.cc 17 #define SELF_URL "javascript:window.location+\"\""
113 std::string url = SELF_URL;
374 if (strcmp(url, SELF_URL) != 0)
375 SetError("URLNotify reported incorrect url for SELF_URL");

Completed in 28 milliseconds