Searched defs:updateHistoryItem (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DWebHistory.cpp189 bridge->updateHistoryItem(newItem.get());
235 void WebHistoryItem::updateHistoryItem(WebCore::HistoryItem* item) { function in class:android::WebHistoryItem
248 LOGW("Can't updateHistoryItem as the top HistoryItem is gone");
258 LOGW("Can't updateHistoryItem as the top HistoryItem is gone");
318 item->bridge()->updateHistoryItem(item);
340 bridge->updateHistoryItem(item);

Completed in 64 milliseconds