Home
last modified time | relevance | path

Searched refs:OnListDone (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
Dfile_select_helper.h58 virtual void OnListDone(int error) { in OnListDone() function
59 parent_->OnListDone(id_, error); in OnListDone()
90 virtual void OnListDone(int id, int error);
Dfile_select_helper.cc151 void FileSelectHelper::OnListDone(int id, int error) { in OnListDone() function in FileSelectHelper
/external/chromium/chrome/browser/ui/webui/
Dslideshow_ui.cc73 virtual void OnListDone(int error);
252 void SlideshowHandler::OnListDone(int error) { in OnListDone() function in SlideshowHandler
/external/chromium/net/url_request/
Durl_request_file_dir_job.h39 virtual void OnListDone(int error);
Durl_request_file_dir_job.cc155 void URLRequestFileDirJob::OnListDone(int error) { in OnListDone() function in net::URLRequestFileDirJob
/external/chromium/net/base/
Ddirectory_lister.h45 virtual void OnListDone(int error) = 0;
Ddirectory_lister_unittest.cc25 void OnListDone(int error) { in OnListDone() function in net::ListerDelegate
Ddirectory_lister.cc236 delegate_->OnListDone(error); in OnDone()