HomeSort by relevance Sort by last modified time
    Searched refs:HistoryAdapter (Results 1 - 6 of 6) 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_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>()));
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_service.cc 65 scoped_ptr<DownloadHistory::HistoryAdapter>(
66 new DownloadHistory::HistoryAdapter(history))));
download_history_unittest.cc 65 class FakeHistoryAdapter : public DownloadHistory::HistoryAdapter {
68 : DownloadHistory::HistoryAdapter(NULL),
265 &manager(), scoped_ptr<DownloadHistory::HistoryAdapter>(history_)));
    [all...]
  /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 84 milliseconds