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

  /packages/apps/Calculator/src/com/android/calculator2/
History.java 29 Vector<HistoryEntry> mEntries = new Vector<HistoryEntry>();
41 mEntries.add(new HistoryEntry(version, in));
61 mEntries.add(new HistoryEntry(""));
68 for (HistoryEntry entry : mEntries) {
101 mEntries.insertElementAt(new HistoryEntry(text), mEntries.size() - 1);
107 HistoryEntry current() {
HistoryEntry.java 23 class HistoryEntry {
28 HistoryEntry(String str) {
33 HistoryEntry(int version, DataInput in) throws IOException {
HistoryAdapter.java 31 private Vector<HistoryEntry> mEntries;
73 HistoryEntry entry = mEntries.elementAt(position);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 26 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
28 BrowsingHistoryHandler::HistoryEntry entry;
40 const BrowsingHistoryHandler::HistoryEntry& result,
61 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
77 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
101 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
120 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
history_ui.h 30 struct HistoryEntry {
40 HistoryEntry(EntryType type, const GURL& url, const string16& title,
44 HistoryEntry();
45 virtual ~HistoryEntry();
58 const HistoryEntry& entry1, const HistoryEntry& entry2);
113 std::vector<BrowsingHistoryHandler::HistoryEntry>* results);
189 std::vector<HistoryEntry> query_results_;
192 std::vector<HistoryEntry> web_history_query_results_;
history_ui.cc 234 bool IsLocalOnlyResult(const BrowsingHistoryHandler::HistoryEntry& entry) {
235 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
276 BrowsingHistoryHandler::HistoryEntry::HistoryEntry(
277 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
292 BrowsingHistoryHandler::HistoryEntry::HistoryEntry()
296 BrowsingHistoryHandler::HistoryEntry::~HistoryEntry() {
299 void BrowsingHistoryHandler::HistoryEntry::SetUrlAndTitle
    [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 2554 milliseconds