OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileSystemBackend
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium_org/content/public/test/
test_file_system_context.h
19
class
FileSystemBackend
;
29
ScopedVector<
FileSystemBackend
> additional_providers,
test_file_system_context.cc
20
ScopedVector<
FileSystemBackend
> additional_providers;
29
ScopedVector<
FileSystemBackend
> additional_providers,
45
ScopedVector<
FileSystemBackend
> additional_providers;
test_file_system_backend.h
27
class TestFileSystemBackend : public
FileSystemBackend
{
34
//
FileSystemBackend
implementation.
/external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc
35
bool
FileSystemBackend
::CanHandleURL(const fileapi::FileSystemURL& url) {
43
FileSystemBackend
::
FileSystemBackend
(
56
FileSystemBackend
::~
FileSystemBackend
() {
59
void
FileSystemBackend
::AddSystemMountPoints() {
80
bool
FileSystemBackend
::CanHandleType(fileapi::FileSystemType type) const {
93
void
FileSystemBackend
::Initialize(fileapi::FileSystemContext* context) {
96
void
FileSystemBackend
::OpenFileSystem(
107
fileapi::FileSystemQuotaUtil*
FileSystemBackend
::GetQuotaUtil()
[
all
...]
file_system_backend.h
34
//
FileSystemBackend
is a Chrome OS specific implementation of
66
class
FileSystemBackend
: public fileapi::ExternalFileSystemBackend {
68
using fileapi::
FileSystemBackend
::OpenFileSystemCallback;
70
//
FileSystemBackend
will take an ownership of a |mount_points|
72
// pointer and it should outlive
FileSystemBackend
instance.
74
FileSystemBackend
(
79
virtual ~
FileSystemBackend
();
90
// fileapi::
FileSystemBackend
overrides.
155
// all
FileSystemBackend
instances, so raw pointer is safe.
158
DISALLOW_COPY_AND_ASSIGN(
FileSystemBackend
);
[
all
...]
file_system_backend_unittest.cc
43
chromeos::
FileSystemBackend
backend(
71
chromeos::
FileSystemBackend
backend(
117
chromeos::
FileSystemBackend
backend(
217
chromeos::
FileSystemBackend
backend(
/external/chromium_org/webkit/browser/fileapi/
file_system_backend.h
39
// NOTE: when you implement a new
FileSystemBackend
for your own
42
class WEBKIT_STORAGE_BROWSER_EXPORT
FileSystemBackend
{
49
virtual ~
FileSystemBackend
() {}
122
class ExternalFileSystemBackend : public
FileSystemBackend
{
file_system_context.cc
114
ScopedVector<
FileSystemBackend
> additional_backends,
143
for (ScopedVector<
FileSystemBackend
>::const_iterator iter =
158
for (ScopedVector<
FileSystemBackend
>::const_iterator iter =
181
FileSystemBackend
* backend = iter->second;
200
FileSystemBackend
* backend = GetFileSystemBackend(type);
219
FileSystemBackend
* backend = GetFileSystemBackend(type);
227
FileSystemBackend
* backend = GetFileSystemBackend(type);
238
FileSystemBackend
* backend = GetFileSystemBackend(type);
245
FileSystemBackend
* FileSystemContext::GetFileSystemBackend(
261
FileSystemBackend
* backend = GetFileSystemBackend(type)
[
all
...]
file_system_context.h
53
class
FileSystemBackend
;
83
// Unless a
FileSystemBackend
is overridden in CreateFileSystemOperation,
104
ScopedVector<
FileSystemBackend
> additional_backends,
144
FileSystemBackend
* GetFileSystemBackend(
160
// Returns a
FileSystemBackend
instance for external filesystem
212
//
FileSystemBackend
for the URL and call the backend's CreateFileReader.
213
// The resolved
FileSystemBackend
could perform further specialization
271
typedef std::map<FileSystemType,
FileSystemBackend
*>
293
//
FileSystemBackend
for |url| and calling the backend's corresponding
295
// The resolved
FileSystemBackend
could perform further specializatio
[
all
...]
isolated_file_system_backend.h
15
class IsolatedFileSystemBackend : public
FileSystemBackend
{
20
//
FileSystemBackend
implementation.
sandbox_file_system_backend.h
30
: public
FileSystemBackend
{
35
//
FileSystemBackend
overrides.
file_system_quota_client.cc
70
FileSystemBackend
* provider = context->GetFileSystemBackend(type);
plugin_private_file_system_backend.h
30
: public
FileSystemBackend
,
57
//
FileSystemBackend
overrides.
sandbox_file_system_backend_delegate.h
57
typedef
FileSystemBackend
::OpenFileSystemCallback OpenFileSystemCallback;
102
//
FileSystemBackend
helpers.
/external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h
20
class MediaFileSystemBackend : public fileapi::
FileSystemBackend
{
32
//
FileSystemBackend
implementation.
media_file_validator_browsertest.cc
110
ScopedVector<fileapi::
FileSystemBackend
> additional_providers;
iphoto_file_util_unittest.cc
204
ScopedVector<fileapi::
FileSystemBackend
> additional_providers;
/external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h
23
: public fileapi::
FileSystemBackend
{
30
//
FileSystemBackend
overrides.
/external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc
63
ScopedVector<fileapi::
FileSystemBackend
> additional_backends;
copy_or_move_file_validator_unittest.cc
59
FileSystemBackend
* test_file_system_backend =
65
FileSystemBackend
* src_file_system_backend =
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc
85
if (!chromeos::
FileSystemBackend
::CanHandleURL(url)) {
135
if (!chromeos::
FileSystemBackend
::CanHandleURL(file_system_url))
private_api_util.cc
248
if (!chromeos::
FileSystemBackend
::CanHandleURL(filesystem_url))
/external/chromium_org/content/public/browser/
content_browser_client.h
73
class
FileSystemBackend
;
569
ScopedVector<fileapi::
FileSystemBackend
>* additional_backends) {}
/external/chromium_org/chrome/browser/
chrome_content_browser_client.h
252
ScopedVector<fileapi::
FileSystemBackend
>* additional_backends) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc
105
ScopedVector<fileapi::
FileSystemBackend
>(),
Completed in 152 milliseconds
1
2