Searched defs:HistoryItem (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DHistoryItem.cpp27 #include "core/loader/HistoryItem.h"
45 HistoryItem::HistoryItem() function in class:blink::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
[all...]
H A DHistoryItem.h42 class HistoryItem;
46 typedef Vector<RefPtr<HistoryItem> > HistoryItemVector;
48 class HistoryItem : public RefCounted<HistoryItem> { class in namespace:blink
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 clone
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DTabbedEditorContainer.js526 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(url
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h65 struct HistoryItem { struct in class:HistoryMenuBridge
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/
H A DWebHistoryItem.cpp35 #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/
H A Dchrome_extension_externs.js748 * @param {function(!Array.<!HistoryItem>): void} callback Callback function.
749 * @return {!Array.<!HistoryItem>}
1121 function HistoryItem() {} class
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/
H A Dglobal_menu_bar_x11.cc300 struct GlobalMenuBarX11::HistoryItem { struct in class:GlobalMenuBarX11
301 HistoryItem() : session_id(0) {} function in struct:GlobalMenuBarX11::HistoryItem
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* ite
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js3029 * @param {function(!Array.<!HistoryItem>): void} callback Callback function.
3030 * @return {!Array.<!HistoryItem>}
5020 * @see https://developer.chrome.com/extensions/history.html#type-HistoryItem
5023 function HistoryItem() {} class
5027 HistoryItem.prototype.id;
5031 HistoryItem.prototype.url;
5035 HistoryItem.prototype.title;
5039 HistoryItem.prototype.lastVisitTime;
5043 HistoryItem.prototype.visitCount;
5047 HistoryItem
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5589 milliseconds