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

  /external/chromium_org/chrome/browser/download/
download_history.h 30 // Caller must guarantee that HistoryService outlives HistoryAdapter.
31 class HistoryAdapter {
33 explicit HistoryAdapter(HistoryService* history);
34 virtual ~HistoryAdapter();
49 DISALLOW_COPY_AND_ASSIGN(HistoryAdapter);
78 scoped_ptr<HistoryAdapter> history);
120 scoped_ptr<HistoryAdapter> history_;
download_history.cc 155 DownloadHistory::HistoryAdapter::HistoryAdapter(HistoryService* history)
158 DownloadHistory::HistoryAdapter::~HistoryAdapter() {}
160 void DownloadHistory::HistoryAdapter::QueryDownloads(
165 void DownloadHistory::HistoryAdapter::CreateDownload(
171 void DownloadHistory::HistoryAdapter::UpdateDownload(
176 void DownloadHistory::HistoryAdapter::RemoveDownloads(
191 scoped_ptr<HistoryAdapter> history)
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryAdapter.java 30 class HistoryAdapter extends BaseAdapter {
35 HistoryAdapter(Context context, History history, Logic evaluator) {
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 75 HistoryAdapter mAdapter;
209 mAdapter = new HistoryAdapter(getActivity());
436 protected HistoryAdapter mAdapter;
451 public HistoryWrapper(HistoryAdapter adapter) {
459 public HistoryGroupWrapper(HistoryAdapter adapter) {
489 public HistoryChildWrapper(HistoryAdapter adapter) {
521 private class HistoryAdapter extends DateSortedExpandableListAdapter {
526 HistoryAdapter(Context context) {

Completed in 35 milliseconds