Searched refs:OnListDone (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/base/
H A Ddirectory_lister.h40 virtual void OnListDone(int error) = 0;
H A Ddirectory_lister.cc211 delegate_->OnListDone(error);
H A Ddirectory_lister_unittest.cc38 virtual void OnListDone(int error) OVERRIDE {
/external/chromium_org/net/url_request/
H A Durl_request_file_dir_job.h41 virtual void OnListDone(int error) OVERRIDE;
H A Durl_request_file_dir_job.cc136 void URLRequestFileDirJob::OnListDone(int error) { function in class:net::URLRequestFileDirJob
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.h65 virtual void OnListDone(int error) OVERRIDE;
118 virtual void OnListDone(int id, int error);
H A Dfile_select_helper.cc107 void FileSelectHelper::DirectoryListerDispatchDelegate::OnListDone(int error) { function in class:FileSelectHelper::DirectoryListerDispatchDelegate
108 parent_->OnListDone(id_, error);
209 void FileSelectHelper::OnListDone(int id, int error) { function in class:FileSelectHelper

Completed in 1672 milliseconds