Searched refs:CompletionHandler (Results 1 – 3 of 3) sorted by relevance
24 class PepperFileChooserHost::CompletionHandler class in content::PepperFileChooserHost27 explicit CompletionHandler(const base::WeakPtr<PepperFileChooserHost>& host) in CompletionHandler() function in content::PepperFileChooserHost::CompletionHandler30 virtual ~CompletionHandler() {} in ~CompletionHandler()64 DISALLOW_COPY_AND_ASSIGN(CompletionHandler);156 handler_ = new CompletionHandler(AsWeakPtr()); in OnShow()
50 class CompletionHandler;66 CompletionHandler* handler_;
32 class CompletionHandler : public base::MessageLoopForIO::IOHandler { class38 static base::LazyInstance<CompletionHandler> g_completion_handler =41 void CompletionHandler::OnIOCompleted( in OnIOCompleted()