HomeSort by relevance Sort by last modified time
    Searched refs:webkit_web_history_item_new_with_data (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/gtk/tests/
testwebbackforwardlist.c 48 item1 = webkit_web_history_item_new_with_data("http://example.com/1/", "Site 1");
52 item2 = webkit_web_history_item_new_with_data("http://example.com/2/", "Site 2");
56 item3 = webkit_web_history_item_new_with_data("http://example.com/3/", "Site 3");
60 item4 = webkit_web_history_item_new_with_data("http://example.com/4/", "Site 4");
136 item1 = webkit_web_history_item_new_with_data("http://example.com/1/", "Site 1");
141 item2 = webkit_web_history_item_new_with_data("http://example.com/2/", "Site 2");
146 item3 = webkit_web_history_item_new_with_data("http://example.com/3/", "Site 3");
151 item4 = webkit_web_history_item_new_with_data("http://example.com/4/", "Site 4");
223 addItem1 = webkit_web_history_item_new_with_data("http://example.com/", "Added site");
239 addItem2 = webkit_web_history_item_new_with_data("http://example.com/2/", "Added site 2")
    [all...]
testwebhistoryitem.c 33 fixture->item = webkit_web_history_item_new_with_data("http://example.com/", "Example1");
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.h 63 webkit_web_history_item_new_with_data (const gchar *uri,
webkitwebhistoryitem.cpp 41 * #webkit_web_history_item_new and #webkit_web_history_item_new_with_data are
46 * webkit_web_history_item_new_with_data("http://www.gnome.org/", "GNOME: The Free Software Desktop Project");
47 * webkit_web_history_item_new_with_data("http://www.webkit.org/", "The WebKit Open Source Project");
288 * webkit_web_history_item_new_with_data:
296 WebKitWebHistoryItem* webkit_web_history_item_new_with_data(const gchar* uri, const gchar* title) function

Completed in 1224 milliseconds