Searched refs:sub_resources (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebresource.c242 GList* sub_resources; local
276 sub_resources = webkit_web_data_source_get_subresources(data_source);
278 g_assert(sub_resources);
279 g_assert(sub_resources->next);
280 g_assert(!sub_resources->next->next);
286 g_assert(WEBKIT_WEB_RESOURCE(sub_resources->data) == sub_resource
287 || WEBKIT_WEB_RESOURCE(sub_resources->next->data) == sub_resource);

Completed in 32 milliseconds