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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebFileChooserCompletion.h41 class WebFileChooserCompletion { class in namespace:blink
65 virtual ~WebFileChooserCompletion() {}
H A DWebViewClient.h39 #include "WebFileChooserCompletion.h"
56 class WebFileChooserCompletion;
119 // and asynchronously invokes the WebFileChooserCompletion with all the
120 // files in the directory. Returns false if the WebFileChooserCompletion
122 virtual bool enumerateChosenDirectory(const WebString& path, WebFileChooserCompletion*) { return false; }
149 // dialog is closed, it should call the WebFileChooserCompletion to
153 WebFileChooserCompletion*) { return false; }
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileChooserCompletionImpl.h37 #include "public/web/WebFileChooserCompletion.h"
42 class WebFileChooserCompletionImpl FINAL : public WebFileChooserCompletion {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h45 class WebFileChooserCompletion;
110 blink::WebFileChooserCompletion* completion);
379 blink::WebFileChooserCompletion* completion) {
H A Dweb_test_proxy.cc401 blink::WebFileChooserCompletion* completion) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host.cc19 #include "third_party/WebKit/public/web/WebFileChooserCompletion.h"
25 : public blink::WebFileChooserCompletion {
/external/chromium_org/content/renderer/
H A Drender_view_impl.h246 blink::WebFileChooserCompletion* completion);
382 blink::WebFileChooserCompletion* chooser_completion);
388 blink::WebFileChooserCompletion* chooser_completion);
1071 std::map<int, blink::WebFileChooserCompletion*> enumeration_completions_;
H A Drender_view_impl.cc247 using blink::WebFileChooserCompletion;
451 PendingFileChooser(const FileChooserParams& p, WebFileChooserCompletion* c)
456 WebFileChooserCompletion* completion; // MAY BE NULL to skip callback.
1755 WebFileChooserCompletion* chooser_completion) {
1815 WebFileChooserCompletion* chooser_completion) {
3027 WebVector<WebFileChooserCompletion::SelectedFileInfo> selected_files(
3030 WebFileChooserCompletion::SelectedFileInfo selected_file;
3840 WebFileChooserCompletion* completion) {

Completed in 416 milliseconds