HomeSort by relevance Sort by last modified time
    Searched refs:OnListDone (Results 1 - 15 of 15) 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_org/net/url_request/
url_request_file_dir_job.h 41 virtual void OnListDone(int error) OVERRIDE;
url_request_file_dir_job.cc 136 void URLRequestFileDirJob::OnListDone(int error) {
  /external/chromium_org/chrome/browser/
file_select_helper.h 65 virtual void OnListDone(int error) OVERRIDE;
118 virtual void OnListDone(int id, int error);
file_select_helper.cc 107 void FileSelectHelper::DirectoryListerDispatchDelegate::OnListDone(int error) {
108 parent_->OnListDone(id_, error);
211 void FileSelectHelper::OnListDone(int id, 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_org/net/base/
directory_lister.h 40 virtual void OnListDone(int error) = 0;
directory_lister.cc 211 delegate_->OnListDone(error);
directory_lister_unittest.cc 39 virtual void OnListDone(int error) OVERRIDE {
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 73 virtual void OnListDone(int error);
252 void SlideshowHandler::OnListDone(int error) {

Completed in 75 milliseconds