OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:historyItem
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp
53
#include "core/history/
HistoryItem
.h"
293
RefPtr<
HistoryItem
>
historyItem
= selectedFrame->loader().currentItem();
294
if (
historyItem
)
295
data.frameHistoryItem = WebHistoryItem(
historyItem
);
WebFrameImpl.cpp
136
#include "core/history/
HistoryItem
.h"
942
RefPtr<
HistoryItem
>
historyItem
= PassRefPtr<
HistoryItem
>(item);
943
ASSERT(
historyItem
);
944
frame()->page()->historyController().goToItem(
historyItem
.get());
[
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 204 milliseconds