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

/external/chromium/chrome/browser/
H A Dfile_select_helper.h58 virtual void OnListDone(int error) { function in class:FileSelectHelper::DirectoryListerDispatchDelegate
59 parent_->OnListDone(id_, error);
90 virtual void OnListDone(int id, int error);
H A Dfile_select_helper.cc151 void FileSelectHelper::OnListDone(int id, int error) { function in class:FileSelectHelper
/external/chromium/net/url_request/
H A Durl_request_file_dir_job.h39 virtual void OnListDone(int error);
H A Durl_request_file_dir_job.cc68 // we want OnListDone to be called to also write the error to the output
69 // stream. OnListDone will notify the URLRequest at this time.
155 void URLRequestFileDirJob::OnListDone(int error) { function in class:net::URLRequestFileDirJob
/external/chromium/net/base/
H A Ddirectory_lister.h45 virtual void OnListDone(int error) = 0;
76 // delegate will receive the OnListDone notification with an error code of
H A Ddirectory_lister_unittest.cc25 void OnListDone(int error) { function in class:net::ListerDelegate
H A Ddirectory_lister.cc236 delegate_->OnListDone(error);
/external/chromium/chrome/browser/ui/webui/
H A Dslideshow_ui.cc73 virtual void OnListDone(int error);
252 void SlideshowHandler::OnListDone(int error) { function in class:SlideshowHandler

Completed in 135 milliseconds