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);
81 scoped_ptr<HistoryAdapter> history);
131 scoped_ptr<HistoryAdapter> history_;
download_history.cc 172 DownloadHistory::HistoryAdapter::HistoryAdapter(HistoryService* history)
175 DownloadHistory::HistoryAdapter::~HistoryAdapter() {}
177 void DownloadHistory::HistoryAdapter::QueryDownloads(
182 void DownloadHistory::HistoryAdapter::CreateDownload(
188 void DownloadHistory::HistoryAdapter::UpdateDownload(
193 void DownloadHistory::HistoryAdapter::RemoveDownloads(
208 scoped_ptr<HistoryAdapter> history)
download_ui_controller_unittest.cc 124 class HistoryAdapter : public DownloadHistory::HistoryAdapter {
126 HistoryAdapter() : DownloadHistory::HistoryAdapter(NULL) {}
146 HistoryAdapter* history_adapter_;
176 scoped_ptr<HistoryAdapter> history_adapter(new HistoryAdapter);
180 history_adapter.PassAs<DownloadHistory::HistoryAdapter>()));
  /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 655 milliseconds