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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryItem.java 24 public class HistoryItem {
25 private static final String LOGTAG = "HistoryItem";
30 public HistoryItem(ImagePreset preset, FilterRepresentation representation) {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryItem.cpp 27 #include "core/loader/HistoryItem.h"
45 HistoryItem::HistoryItem()
53 HistoryItem::~HistoryItem()
57 void HistoryItem::generateNewItemSequenceNumber()
62 void HistoryItem::generateNewDocumentSequenceNumber()
67 const String& HistoryItem::urlString() const
72 KURL HistoryItem::url() const
77 const Referrer& HistoryItem::referrer() cons
    [all...]
HistoryItem.h 42 class HistoryItem;
46 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
48 class HistoryItem : public RefCounted<HistoryItem> {
50 static PassRefPtr<HistoryItem> create() { return adoptRef(new HistoryItem); }
51 ~HistoryItem();
106 HistoryItem();
119 // clones of one another. Traversing history from one such HistoryItem to
120 // another is a no-op. HistoryItem clones are created for parent an
    [all...]
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 29 /* package */ class HistoryItem extends BookmarkItem
34 * Create a new HistoryItem.
35 * @param context Context for this HistoryItem.
37 /* package */ HistoryItem(Context context) {
41 /* package */ HistoryItem(Context context, boolean showStar) {
53 /* package */ void copyTo(HistoryItem item) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
TabbedEditorContainer.js 526 WebInspector.TabbedEditorContainer.HistoryItem = function(url, selectionRange, scrollLineNumber)
529 /** @const */ this._isSerializable = url.length < WebInspector.TabbedEditorContainer.HistoryItem.serializableUrlLengthLimit;
534 WebInspector.TabbedEditorContainer.HistoryItem.serializableUrlLengthLimit = 4096;
538 * @return {!WebInspector.TabbedEditorContainer.HistoryItem}
540 WebInspector.TabbedEditorContainer.HistoryItem.fromObject = function (serializedHistoryItem)
543 return new WebInspector.TabbedEditorContainer.HistoryItem(serializedHistoryItem.url, selectionRange, serializedHistoryItem.scrollLineNumber);
546 WebInspector.TabbedEditorContainer.HistoryItem.prototype = {
564 * @param {!Array.<!WebInspector.TabbedEditorContainer.HistoryItem>} items
580 items.push(WebInspector.TabbedEditorContainer.HistoryItem.fromObject(serializedHistory[i]));
664 item = new WebInspector.TabbedEditorContainer.HistoryItem(urls[i])
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 65 struct HistoryItem {
67 HistoryItem();
69 HistoryItem(const HistoryItem& copy);
70 ~HistoryItem();
89 // quickly), the NSMenu can release the item before the HistoryItem has
101 // If the HistoryItem is a window, this will be the vector of tabs. Note
105 std::vector<HistoryItem*> tabs;
109 void operator=(const HistoryItem&);
143 // corresponding HistoryItem
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 35 #include "core/loader/HistoryItem.h"
50 m_private = HistoryItem::create();
223 WebHistoryItem::WebHistoryItem(const PassRefPtr<HistoryItem>& item)
228 WebHistoryItem& WebHistoryItem::operator=(const PassRefPtr<HistoryItem>& item)
234 WebHistoryItem::operator PassRefPtr<HistoryItem>() const
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 748 * @param {function(!Array.<!HistoryItem>): void} callback Callback function.
749 * @return {!Array.<!HistoryItem>}
1121 function HistoryItem() {}
1125 HistoryItem.prototype.id;
1129 HistoryItem.prototype.url;
1133 HistoryItem.prototype.title;
1137 HistoryItem.prototype.lastVisitTime;
1141 HistoryItem.prototype.visitCount;
1145 HistoryItem.prototype.typedCount;
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 300 struct GlobalMenuBarX11::HistoryItem {
301 HistoryItem() : session_id(0) {}
315 // If the HistoryItem is a window, this will be the vector of tabs. Note
319 std::vector<HistoryItem*> tabs;
322 DISALLOW_COPY_AND_ASSIGN(HistoryItem);
536 GlobalMenuBarX11::HistoryItem* GlobalMenuBarX11::HistoryItemForTab(
540 HistoryItem* item = new HistoryItem();
548 void GlobalMenuBarX11::AddHistoryItemToMenu(HistoryItem* item,
589 HistoryItem* item = new HistoryItem()
    [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 595 public final static class HistoryItem implements Parcelable {
596 public HistoryItem next;
753 public HistoryItem() {
756 public HistoryItem(long time, Parcel src) {
    [all...]

Completed in 286 milliseconds