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

  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 55 #include "core/loader/HistoryItem.h"
310 RefPtr<HistoryItem> historyItem = selectedFrame->loader().currentItem();
311 if (historyItem)
312 data.frameHistoryItem = WebHistoryItem(historyItem);
WebLocalFrameImpl.cpp 134 #include "core/loader/HistoryItem.h"
858 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item);
859 ASSERT(historyItem);
860 frame()->loader().loadHistoryItem(historyItem.get(), static_cast<HistoryLoadType>(loadType), static_cast<ResourceRequestCachePolicy>(cachePolicy));
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 78 HistoryItem mContextHeader;
267 mCallback.openUrl(((HistoryItem) view).getUrl());
274 mCallback.openUrl(((HistoryItem) view).getUrl());
346 if (!(targetView instanceof HistoryItem)) {
349 HistoryItem historyItem = (HistoryItem) targetView;
358 mContextHeader = new HistoryItem(parent, false);
363 historyItem.copyTo(mContextHeader);
371 if (historyItem.isBookmark())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 38 import com.android.gallery3d.filtershow.history.HistoryItem;
263 HistoryItem historyItem = new HistoryItem(mPreset, change);
264 mHistory.addHistoryItem(historyItem);
272 HistoryItem historyItem = mHistory.getItem(position);
274 ImagePreset newPreset = new ImagePreset(historyItem.getImagePreset());
276 setPreset(newPreset, historyItem.getFilterRepresentation(), false);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 103 import com.android.gallery3d.filtershow.history.HistoryItem;
    [all...]

Completed in 330 milliseconds