Home | History | Annotate | Download | only in tests

Lines Matching full:data

28   char* data;
40 test_info_new(const char* data, guint flag)
45 info->data = g_strdup(data);
54 g_free(info->data);
58 static void hit_test_result_fixture_setup(HitTestResultFixture* fixture, gconstpointer data)
63 fixture->info = (TestInfo*)data;
66 static void hit_test_result_fixture_teardown(HitTestResultFixture* fixture, gconstpointer data)
76 gpointer data)
79 TestInfo* info = (TestInfo*)data;
100 test_webkit_hit_test_result(HitTestResultFixture* fixture, gconstpointer data)
102 TestInfo* info = (TestInfo*)data;
106 info->data,