OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFileChooserCompletion
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebFileChooserCompletion.h
41
class
WebFileChooserCompletion
{
65
virtual ~
WebFileChooserCompletion
() {}
WebViewClient.h
39
#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/
WebFileChooserCompletionImpl.h
37
#include "public/web/
WebFileChooserCompletion
.h"
42
class WebFileChooserCompletionImpl FINAL : public
WebFileChooserCompletion
{
/external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.h
45
class
WebFileChooserCompletion
;
110
blink::
WebFileChooserCompletion
* completion);
379
blink::
WebFileChooserCompletion
* completion) {
web_test_proxy.cc
401
blink::
WebFileChooserCompletion
* completion) {
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host.cc
19
#include "third_party/WebKit/public/web/
WebFileChooserCompletion
.h"
25
: public blink::
WebFileChooserCompletion
{
/external/chromium_org/content/renderer/
render_view_impl.h
246
blink::
WebFileChooserCompletion
* completion);
382
blink::
WebFileChooserCompletion
* chooser_completion);
388
blink::
WebFileChooserCompletion
* chooser_completion);
[
all
...]
render_view_impl.cc
247
using blink::
WebFileChooserCompletion
;
451
PendingFileChooser(const FileChooserParams& p,
WebFileChooserCompletion
* c)
456
WebFileChooserCompletion
* completion; // MAY BE NULL to skip callback.
[
all
...]
Completed in 299 milliseconds