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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SimpleHistoryManager.js 34 WebInspector.HistoryEntry = function() { }
36 WebInspector.HistoryEntry.prototype = {
77 * @param {!function(!WebInspector.HistoryEntry):boolean} filterOutCallback
104 * @return {?WebInspector.HistoryEntry}
112 * @param {!WebInspector.HistoryEntry} entry
  /external/chromium_org/content/renderer/
history_entry.cc 57 HistoryEntry::HistoryNode* HistoryEntry::HistoryNode::AddChild(
64 HistoryEntry::HistoryNode* HistoryEntry::HistoryNode::AddChild() {
68 HistoryEntry::HistoryNode* HistoryEntry::HistoryNode::CloneAndReplace(
69 HistoryEntry* new_entry,
105 void HistoryEntry::HistoryNode::set_item(const WebHistoryItem& item) {
113 HistoryEntry::HistoryNode::HistoryNode(HistoryEntry* entry
    [all...]
history_entry.h 55 class CONTENT_EXPORT HistoryEntry {
59 HistoryNode(HistoryEntry* entry,
66 HistoryNode* CloneAndReplace(HistoryEntry* new_entry,
77 HistoryEntry* entry_;
82 HistoryEntry(const blink::WebHistoryItem& root, int64_t frame_id);
83 HistoryEntry();
84 ~HistoryEntry();
86 HistoryEntry* CloneAndReplace(const blink::WebHistoryItem& newItem,
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 32 struct HistoryEntry {
42 HistoryEntry(EntryType type, const GURL& url, const base::string16& title,
46 HistoryEntry();
47 virtual ~HistoryEntry();
60 const HistoryEntry& entry1, const HistoryEntry& entry2);
118 std::vector<BrowsingHistoryHandler::HistoryEntry>* results);
195 std::vector<HistoryEntry> query_results_;
198 std::vector<HistoryEntry> web_history_query_results_;
history_ui.cc 226 bool IsLocalOnlyResult(const BrowsingHistoryHandler::HistoryEntry& entry) {
227 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
270 BrowsingHistoryHandler::HistoryEntry::HistoryEntry(
271 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
288 BrowsingHistoryHandler::HistoryEntry::HistoryEntry()
292 BrowsingHistoryHandler::HistoryEntry::~HistoryEntry() {
295 void BrowsingHistoryHandler::HistoryEntry::SetUrlAndTitle
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 50 * BrowsingHistoryHandler::HistoryEntry::ToValue()
66 var HistoryEntry;
117 * @param {HistoryEntry} result An object containing the visit's data.
608 * @param {Array.<HistoryEntry>} results A list of results.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 114 milliseconds