OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFileChooserCompletion
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebFileChooserCompletion.h
40
class
WebFileChooserCompletion
{
47
virtual ~
WebFileChooserCompletion
() {}
WebViewClient.h
37
#include "
WebFileChooserCompletion
.h"
53
class
WebFileChooserCompletion
;
126
// and asynchronously invokes the
WebFileChooserCompletion
with all the
127
// files in the directory. Returns false if the
WebFileChooserCompletion
129
virtual bool enumerateChosenDirectory(const WebString& path,
WebFileChooserCompletion
*) { return false; }
181
// dialog is closed, it should call the
WebFileChooserCompletion
to
185
WebFileChooserCompletion
*) { return false; }
/external/webkit/Source/WebKit/chromium/src/
WebFileChooserCompletionImpl.h
34
#include "
WebFileChooserCompletion
.h"
41
using WebKit::
WebFileChooserCompletion
;
47
class WebFileChooserCompletionImpl : public
WebFileChooserCompletion
{
Completed in 95 milliseconds