HomeSort by relevance Sort by last modified time
    Searched refs:ExternalMountPoints (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 35 class WEBKIT_STORAGE_BROWSER_EXPORT ExternalMountPoints
36 : public base::RefCountedThreadSafe<ExternalMountPoints>,
39 static ExternalMountPoints* GetSystemInstance();
40 static scoped_refptr<ExternalMountPoints> CreateRefCounted();
112 friend class base::RefCountedThreadSafe<ExternalMountPoints>;
123 ExternalMountPoints();
124 virtual ~ExternalMountPoints();
147 DISALLOW_COPY_AND_ASSIGN(ExternalMountPoints);
external_mount_points.cc 33 // Wrapper around ref-counted ExternalMountPoints that will be used to lazily
34 // create and initialize LazyInstance system ExternalMountPoints.
38 : system_mount_points_(fileapi::ExternalMountPoints::CreateRefCounted()) {
43 fileapi::ExternalMountPoints* get() {
48 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points_;
58 class ExternalMountPoints::Instance {
83 ExternalMountPoints* ExternalMountPoints::GetSystemInstance() {
88 scoped_refptr<ExternalMountPoints> ExternalMountPoints::CreateRefCounted()
    [all...]
external_mount_points_unittest.cc 26 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
27 fileapi::ExternalMountPoints::CreateRefCounted());
135 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
136 fileapi::ExternalMountPoints::CreateRefCounted());
237 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
238 fileapi::ExternalMountPoints::CreateRefCounted());
268 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
269 fileapi::ExternalMountPoints::CreateRefCounted());
385 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
386 fileapi::ExternalMountPoints::CreateRefCounted())
    [all...]
file_system_url.h 146 friend class ExternalMountPoints;
file_system_context.h 51 class ExternalMountPoints;
101 ExternalMountPoints* external_mount_points,
358 scoped_refptr<ExternalMountPoints> external_mount_points_;
file_system_context.cc 111 ExternalMountPoints* external_mount_points,
168 url_crackers_.push_back(ExternalMountPoints::GetSystemInstance());
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 20 using fileapi::ExternalMountPoints;
27 ExternalMountPoints* mount_points) {
37 fileapi::ExternalMountPoints::GetSystemInstance()->RevokeAllFileSystems();
41 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
42 fileapi::ExternalMountPoints::CreateRefCounted());
47 fileapi::ExternalMountPoints::GetSystemInstance());
65 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
66 fileapi::ExternalMountPoints::CreateRefCounted());
68 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points(
69 fileapi::ExternalMountPoints::CreateRefCounted())
    [all...]
file_system_backend.h 23 class ExternalMountPoints;
77 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
78 fileapi::ExternalMountPoints* system_mount_points);
152 scoped_refptr<fileapi::ExternalMountPoints> mount_points_;
156 fileapi::ExternalMountPoints* system_mount_points_;
file_system_backend.cc 46 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
47 fileapi::ExternalMountPoints* system_mount_points)
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 60 ExternalMountPoints* external_mount_points) {
96 // It is not valid to pass NULL ExternalMountPoints to FileSystemContext on
111 ASSERT_TRUE(ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
146 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem("system");
151 scoped_refptr<ExternalMountPoints> mount_points =
152 ExternalMountPoints::CreateRefCounted();
187 scoped_refptr<ExternalMountPoints> external_mount_points(
188 ExternalMountPoints::CreateRefCounted());
200 ASSERT_TRUE(ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
205 ASSERT_TRUE(ExternalMountPoints::GetSystemInstance()->RegisterFileSystem
    [all...]
browser_file_system_helper.h 13 class ExternalMountPoints;
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util.cc 17 using fileapi::ExternalMountPoints;
51 ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
56 ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
64 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(
66 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(
81 return ExternalMountPoints::GetSystemInstance()->CreateExternalFileSystemURL(
88 return ExternalMountPoints::GetSystemInstance()->CreateExternalFileSystemURL(
111 ExternalMountPoints::GetSystemInstance()->CrackURL(GURL(serialized_url));
syncable_file_system_util_unittest.cc 17 using fileapi::ExternalMountPoints;
35 return ExternalMountPoints::GetSystemInstance()->CrackURL(GURL(url));
  /external/chromium_org/content/public/test/
test_file_system_context.cc 34 ExternalMountPoints::CreateRefCounted().get(),
49 ExternalMountPoints::CreateRefCounted().get(),
  /external/chromium_org/content/public/browser/
browser_context.h 21 class ExternalMountPoints;
52 static fileapi::ExternalMountPoints* GetMountPoints(BrowserContext* context);
content_browser_client.h 72 class ExternalMountPoints;
  /external/chromium_org/content/browser/
browser_context.cc 138 fileapi::ExternalMountPoints* BrowserContext::GetMountPoints(
147 scoped_refptr<fileapi::ExternalMountPoints> mount_points =
148 fileapi::ExternalMountPoints::CreateRefCounted();
151 new UserDataAdapter<fileapi::ExternalMountPoints>(mount_points.get()));
154 return UserDataAdapter<fileapi::ExternalMountPoints>::Get(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util_unittest.cc 32 fileapi::ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
36 fileapi::ExternalMountPoints::GetSystemInstance()->
38 fileapi::ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 96 scoped_refptr<fileapi::ExternalMountPoints> mount_points =
97 fileapi::ExternalMountPoints::CreateRefCounted();
drive_integration_service.cc 425 fileapi::ExternalMountPoints* mount_points =
450 fileapi::ExternalMountPoints* mount_points =
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 184 fileapi::ExternalMountPoints* mount_points =
246 fileapi::ExternalMountPoints* fileapi_mount_points =
file_manager_browsertest.cc 202 fileapi::ExternalMountPoints* const mount_points =
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 213 fileapi::ExternalMountPoints::CreateRefCounted().get(),
itunes_file_util_unittest.cc 181 fileapi::ExternalMountPoints::CreateRefCounted().get(),
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 119 fileapi::ExternalMountPoints* mount_points =

Completed in 4518 milliseconds

1 2