HomeSort by relevance Sort by last modified time
    Searched full:sub_resources (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/gtk/tests/
testwebresource.c 242 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 24 milliseconds