Home | History | Annotate | Download | only in browser

Lines Matching full:geturl

100   GURL GetURL(const char* filename) {
127 LoadAndWait(GetURL("layout_test_plugin.html"));
135 LoadAndWait(GetURL("self_delete_plugin_geturl.html"));
142 LoadAndWait(GetURL("self_delete_plugin_invoke.html"));
146 NavigateToURL(shell(), GetURL("npobject_released_on_destruction.html"));
155 LoadAndWait(GetURL("npobject_set_exception.html"));
165 NavigateToURL(shell(), GetURL("execute_script_delete_in_mouse_up.html"));
190 shell()->LoadURL(GetURL("self_delete_plugin_invoke_alert.html"));
203 LoadAndWait(GetURL("arguments.html"));
208 LoadAndWait(GetURL("many_plugins.html"));
211 // Test various calls to GetURL from a plugin.
212 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(GetURL)) {
213 LoadAndWait(GetURL("geturl.html"));
216 // Test various calls to GetURL for javascript URLs with
219 LoadAndWait(GetURL("get_javascript_url.html"));
222 // Test that calling GetURL with a javascript URL and target=_self
225 LoadAndWait(GetURL("get_javascript_url2.html"));
230 LoadAndWait(GetURL("geturl_redirect_notify.html"));
236 LoadAndWait(GetURL("npobject_identity.html"));
243 LoadAndWait(GetURL("npobject_proxy.html"));
252 LoadAndWait(GetURL("execute_script_delete_in_paint.html"));
260 LoadAndWait(GetURL("resize_during_paint.html"));
264 LoadAndWait(GetURL("self_delete_plugin_stream.html"));
271 LoadAndWait(GetURL("plugin_delete_in_deallocate.html"));
278 LoadAndWait(GetURL("verify_plugin_window_rect.html"));
284 LoadAndWait(GetURL("create_instance_in_paint.html"));
289 NavigateToURL(shell(), GetURL("alert_in_window_message.html"));
296 LoadAndWait(GetURL("npobject_lifetime_test.html"));
301 LoadAndWait(GetURL("new_fails.html"));
305 LoadAndWait(GetURL("execute_script_delete_in_npn_evaluate.html"));
310 LoadAndWait(GetURL("npn_plugin_delete_create_in_evaluate.html"));
321 LoadAndWait(GetURL("get_javascript_open_popup_with_plugin.html"));
327 LoadAndWait(GetURL("private.html"));
331 LoadAndWait(GetURL("schedule_timer.html"));
335 LoadAndWait(GetURL("plugin_thread_async_call.html"));
339 LoadAndWait(GetURL("plugin_single_range_request.html"));
345 GURL url = GetURL("private.html");
354 LoadAndWait(GetURL("multiple_instances_sync_calls.html"));
367 LoadAndWait(GetURL("ensure_scripting_works_in_destroy.html"));
375 LoadAndWait(GetURL("no_hang_if_init_crashes.html"));
394 NavigateToURL(shell(), GetURL("convert_point.html"));