Home | History | Annotate | Download | only in browser

Lines Matching refs:historyItem

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()) {
392 if (!(targetView instanceof HistoryItem)) {
395 HistoryItem historyItem = (HistoryItem) targetView;
396 String url = historyItem.getUrl();
397 String title = historyItem.getName();
407 if (historyItem.isBookmark()) {
634 HistoryItem item;
635 if (null == convertView || !(convertView instanceof HistoryItem)) {
636 item = new HistoryItem(getContext());
645 item = (HistoryItem) convertView;