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

/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.cpp189 bridge->updateHistoryItem(newItem.get());
296 void WebHistoryItem::updateHistoryItem(WebCore::HistoryItem* item) { function in class:android::WebHistoryItem
309 ALOGW("Can't updateHistoryItem as the top HistoryItem is gone");
319 ALOGW("Can't updateHistoryItem as the top HistoryItem is gone");
386 item->bridge()->updateHistoryItem(item);
409 bridge->updateHistoryItem(item);

Completed in 74 milliseconds