OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFileSystemCallbacks
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h
41
class
WebFileSystemCallbacks
;
59
//
WebFileSystemCallbacks
::didSucceed() must be called when the operation is completed successfully.
60
//
WebFileSystemCallbacks
::didFail() must be called otherwise.
61
virtual void move(const WebURL& srcPath, const WebURL& destPath,
WebFileSystemCallbacks
*) { WEBKIT_ASSERT_NOT_REACHED(); }
64
//
WebFileSystemCallbacks
::didSucceed() must be called when the operation is completed successfully.
65
//
WebFileSystemCallbacks
::didFail() must be called otherwise.
66
virtual void copy(const WebURL& srcPath, const WebURL& destPath,
WebFileSystemCallbacks
*) { WEBKIT_ASSERT_NOT_REACHED(); }
70
//
WebFileSystemCallbacks
::didSucceed() must be called when the operation is completed successfully.
71
//
WebFileSystemCallbacks
::didFail() must be called otherwise.
72
virtual void remove(const WebURL& path,
WebFileSystemCallbacks
*) { WEBKIT_ASSERT_NOT_REACHED();
[
all
...]
WebFileSystemCallbacks.h
45
class
WebFileSystemCallbacks
{
83
virtual ~
WebFileSystemCallbacks
() { }
/external/chromium_org/content/child/fileapi/
webfilesystem_callback_adapters.h
18
class
WebFileSystemCallbacks
;
24
WebKit::
WebFileSystemCallbacks
* callbacks,
28
WebKit::
WebFileSystemCallbacks
* callbacks,
webfilesystem_impl.h
34
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
38
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
41
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
44
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
47
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
51
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
55
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
58
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
61
WebKit::
WebFileSystemCallbacks
*) OVERRIDE;
64
WebKit::
WebFileSystemCallbacks
*) OVERRIDE
[
all
...]
webfilesystem_callback_adapters.cc
15
#include "third_party/WebKit/public/web/
WebFileSystemCallbacks
.h"
22
using WebKit::
WebFileSystemCallbacks
;
30
WebKit::
WebFileSystemCallbacks
* callbacks,
39
WebKit::
WebFileSystemCallbacks
* callbacks,
webfilesystem_impl.cc
22
#include "third_party/WebKit/public/web/
WebFileSystemCallbacks
.h"
30
using WebKit::
WebFileSystemCallbacks
;
64
IDMap<
WebFileSystemCallbacks
>::iterator iter(&callbacks_);
77
int RegisterCallbacks(
WebFileSystemCallbacks
* callbacks) {
81
WebFileSystemCallbacks
* GetAndUnregisterCallbacks(
83
WebFileSystemCallbacks
* callbacks = callbacks_.Lookup(callbacks_id);
93
IDMap<
WebFileSystemCallbacks
> callbacks_;
101
WebKit::
WebFileSystemCallbacks
* callbacks) {
161
// Run
WebFileSystemCallbacks
's |method| with |params|.
166
WebFileSystemCallbacks
* callbacks
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebCommonWorkerClient.h
66
virtual void openFileSystem(WebFileSystemType, long long size, bool create,
WebFileSystemCallbacks
*)
WebFrameClient.h
310
//
WebFileSystemCallbacks
::didOpenFileSystem() must be called with
312
// is completed successfully.
WebFileSystemCallbacks
::didFail() must be
317
bool create,
WebFileSystemCallbacks
*) { }
320
//
WebFileSystemCallbacks
::didSucceed() must be called when the operation
321
// is completed successfully.
WebFileSystemCallbacks
::didFail() must be
326
WebFrame*, WebFileSystemType,
WebFileSystemCallbacks
*) { }
/external/chromium_org/third_party/WebKit/Source/web/
WebFileSystemCallbacksImpl.h
36
#include "public/platform/
WebFileSystemCallbacks
.h"
55
class WebFileSystemCallbacksImpl : public
WebFileSystemCallbacks
{
WebWorkerClientImpl.h
86
WebFileSystemCallbacks
*) OVERRIDE;
WebWorkerClientImpl.cpp
63
#include "public/platform/
WebFileSystemCallbacks
.h"
128
WebFileSystemCallbacks
* callbacks)
WorkerFileSystemCallbacksBridge.cpp
89
class MainThreadFileSystemCallbacks : public
WebFileSystemCallbacks
{
/external/chromium_org/content/worker/
websharedworkerclient_proxy.h
84
WebKit::
WebFileSystemCallbacks
* callbacks);
websharedworkerclient_proxy.cc
24
#include "third_party/WebKit/public/web/
WebFileSystemCallbacks
.h"
168
WebKit::
WebFileSystemCallbacks
* callbacks) {
/external/chromium_org/content/renderer/
render_frame_impl.h
164
WebKit::
WebFileSystemCallbacks
* callbacks);
168
WebKit::
WebFileSystemCallbacks
* callbacks);
render_frame_impl.cc
38
#include "third_party/WebKit/public/web/
WebFileSystemCallbacks
.h"
52
using WebKit::
WebFileSystemCallbacks
;
792
WebKit::
WebFileSystemCallbacks
* callbacks) {
812
WebKit::
WebFileSystemCallbacks
* callbacks) {
[
all
...]
render_view_impl.h
664
WebKit::
WebFileSystemCallbacks
* callbacks);
667
WebKit::
WebFileSystemCallbacks
* callbacks);
[
all
...]
render_view_impl.cc
168
#include "third_party/WebKit/public/web/
WebFileSystemCallbacks
.h"
280
using WebKit::
WebFileSystemCallbacks
;
[
all
...]
Completed in 318 milliseconds