Lines Matching refs:test_name

31 PluginTest* CreatePluginTest(const std::string& test_name,
36 if (test_name == "arguments") {
38 } else if (test_name == "geturl" || test_name == "geturl_404_response" ||
39 test_name == "geturl_fail_write" ||
40 test_name == "plugin_referrer_test" ||
41 test_name == "geturlredirectnotify" ||
42 test_name == "cookies") {
44 } else if (test_name == "npobject_identity") {
46 } else if (test_name == "npobject_proxy") {
48 } else if (test_name == "invoke_js_function_on_create" ||
49 test_name == "resize_during_paint"
52 || test_name == "execute_script_delete_in_paint" ||
53 test_name == "execute_script_delete_in_mouse_up" ||
54 test_name == "delete_frame_test" ||
55 test_name == "multiple_instances_sync_calls" ||
56 test_name == "no_hang_if_init_crashes" ||
57 test_name == "convert_point"
61 } else if (test_name == "getjavascripturl") {
63 } else if (test_name == "getjavascripturl2") {
67 } else if (test_name == "checkwindowrect") {
70 } else if (test_name == "self_delete_plugin_stream") {
74 } else if (test_name == "npobject_lifetime_test") {
76 } else if (test_name == "npobject_lifetime_test_second_instance") {
78 } else if (test_name == "new_fails") {
80 } else if (test_name == "npobject_delete_plugin_in_evaluate" ||
81 test_name == "npobject_delete_create_plugin_in_evaluate") {
84 } else if (test_name == "plugin_javascript_open_popup_with_plugin") {
87 } else if (test_name == "plugin_popup_with_plugin_target") {
90 } else if (test_name == "plugin_thread_async_call") {
92 } else if (test_name == "private") {
94 } else if (test_name == "schedule_timer") {
98 } else if (test_name == "hidden_plugin" ||
99 test_name == "create_instance_in_paint" ||
100 test_name == "alert_in_window_message" ||
101 test_name == "ensure_scripting_works_in_destroy" ||
102 test_name == "set_title_in_paint" ||
103 test_name == "set_title_in_set_window_and_paint") {
106 } else if (test_name == "setup") {
109 } else if (test_name == "delete_plugin_in_deallocate_test") {
111 } else if (test_name == "plugin_request_read_single_range") {