Home | History | Annotate | Download | only in gtk

Lines Matching defs:currentItem

358     WebKitWebHistoryItem* currentItem = webkit_web_back_forward_list_get_current_item(bfList);
360 g_object_ref(currentItem);
361 itemsToPrint = g_list_append(itemsToPrint, currentItem);