HomeSort by relevance Sort by last modified time
    Searched refs:OnListDone (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/
file_select_helper.h 58 virtual void OnListDone(int error) {
59 parent_->OnListDone(id_, error);
90 virtual void OnListDone(int id, int error);
file_select_helper.cc 151 void FileSelectHelper::OnListDone(int id, int error) {
  /external/chromium/net/url_request/
url_request_file_dir_job.h 39 virtual void OnListDone(int error);
url_request_file_dir_job.cc 68 // 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) {
  /external/chromium/net/base/
directory_lister.h 45 virtual void OnListDone(int error) = 0;
76 // delegate will receive the OnListDone notification with an error code of
directory_lister_unittest.cc 25 void OnListDone(int error) {
directory_lister.cc 236 delegate_->OnListDone(error);
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 73 virtual void OnListDone(int error);
252 void SlideshowHandler::OnListDone(int error) {

Completed in 91 milliseconds