HomeSort by relevance Sort by last modified time
    Searched defs:addHistoryItem (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/webkit/
WebBackForwardListClassic.java 82 /*package*/ synchronized void addHistoryItem(WebHistoryItem item) {
106 // Clear the array first because nativeClose will call addHistoryItem
134 l.addHistoryItem(getCurrentItem());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 120 addHistoryItem(first);
135 public void addHistoryItem(ImagePreset preset) {
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 549 WebFrame::addHistoryItem(WebCore::HistoryItem* item)
551 ALOGV("::WebCore:: addHistoryItem");
    [all...]

Completed in 61 milliseconds