HomeSort by relevance Sort by last modified time
    Searched refs:FileSystemURL (Results 51 - 75 of 275) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h 25 const storage::FileSystemURL& url);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
entry_watcher_service.h 51 const storage::FileSystemURL& url,
57 const storage::FileSystemURL& url,
60 std::vector<storage::FileSystemURL> GetWatchedEntries(
64 virtual void OnEntryChanged(const storage::FileSystemURL& url) OVERRIDE;
65 virtual void OnEntryRemoved(const storage::FileSystemURL& url) OVERRIDE;
81 EntryWatcher(const storage::FileSystemURL& url,
86 storage::FileSystemURL url;
93 typedef std::map<storage::FileSystemURL,
95 storage::FileSystemURL::Comparator> WatcherMap;
102 const storage::FileSystemURL& url
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.h 24 const storage::FileSystemURL& url,
31 const storage::FileSystemURL& url,
sync_callbacks.h 14 class FileSystemURL;
25 void(SyncStatusCode status, const storage::FileSystemURL& url)>
syncable_file_system_util_unittest.cc 17 using storage::FileSystemURL;
33 FileSystemURL CreateFileSystemURL(const std::string& url) {
53 const FileSystemURL expected_url =
55 const FileSystemURL url = CreateSyncableFileSystemURL(GURL(kOrigin), path);
69 const FileSystemURL expected_url = CreateFileSystemURL(expected_url_str);
70 const FileSystemURL url = CreateSyncableFileSystemURL(
77 FileSystemURL deserialized;
105 FileSystemURL deserialized;
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 15 class FileSystemURL;
32 const storage::FileSystemURL& url);
file_system_operation_impl_unittest.cc 37 using storage::FileSystemURL;
120 FileSystemURL URLForPath(const std::string& path) const {
140 FileSystemURL CreateFile(const std::string& path) {
141 FileSystemURL url = URLForPath(path);
150 FileSystemURL CreateDirectory(const std::string& path) {
151 FileSystemURL url = URLForPath(path);
257 int64 ComputePathCost(const FileSystemURL& url) {
295 const FileSystemURL& src,
296 const FileSystemURL& dest,
312 const FileSystemURL& src
    [all...]
sandbox_file_system_backend_delegate_unittest.cc 18 using storage::FileSystemURL;
24 FileSystemURL CreateFileSystemURL(const char* path) {
26 return storage::FileSystemURL::CreateForTest(
46 bool IsAccessValid(const FileSystemURL& url) const {
64 FileSystemURL::CreateForTest(GURL("unknown://bar"),
recursive_operation_delegate_unittest.cc 24 using storage::FileSystemURL;
38 FileSystemURL url;
42 const FileSystemURL& root,
61 virtual void ProcessFile(const FileSystemURL& url,
70 virtual void ProcessDirectory(const FileSystemURL& url,
76 virtual void PostProcessDirectory(const FileSystemURL& url,
83 void RecordLogEntry(LogEntry::Type type, const FileSystemURL& url) {
103 FileSystemURL root_;
156 FileSystemURL URLForPath(const std::string& path) const {
160 FileSystemURL CreateFile(const std::string& path)
    [all...]
  /external/chromium_org/storage/browser/fileapi/
copy_or_move_file_validator.h 18 class FileSystemURL;
48 const FileSystemURL& src_url,
dragged_file_util.h 28 const FileSystemURL& url,
33 const FileSystemURL& root_url) OVERRIDE;
file_system_backend.h 28 class FileSystemURL;
74 virtual void ResolveURL(const FileSystemURL& url,
97 const FileSystemURL& url,
104 virtual bool SupportsStreaming(const FileSystemURL& url) const = 0;
121 const FileSystemURL& url,
132 const FileSystemURL& url,
163 virtual bool IsAccessAllowed(const storage::FileSystemURL& url) const = 0;
185 const storage::FileSystemURL& url,
sandbox_quota_observer.h 30 class FileSystemURL;
47 virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
48 virtual void OnUpdate(const FileSystemURL& url, int64 delta) OVERRIDE;
49 virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
52 virtual void OnAccess(const FileSystemURL& url) OVERRIDE;
62 base::FilePath GetUsageCachePath(const FileSystemURL& url);
isolated_file_system_backend.h 24 virtual void ResolveURL(const FileSystemURL& url,
33 const FileSystemURL& url,
36 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
40 const FileSystemURL& url,
46 const FileSystemURL& url,
mount_points.h 20 class FileSystemURL;
58 // Same as CreateCrackedFileSystemURL, but cracks FileSystemURL created
60 virtual FileSystemURL CrackURL(const GURL& url) const = 0;
62 // Creates a FileSystemURL with the given origin, type and path and tries to
65 // registered in this context, returns empty, invalid FileSystemURL.
66 virtual FileSystemURL CreateCrackedFileSystemURL(
98 // instantiated as the FileSystemURL class. This is internally used for nested
100 virtual FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const = 0;
sandbox_file_system_backend.h 37 virtual void ResolveURL(const FileSystemURL& url,
46 const FileSystemURL& url,
49 virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
53 const FileSystemURL& url,
59 const FileSystemURL& url,
external_mount_points.h 25 class FileSystemURL;
79 virtual FileSystemURL CrackURL(const GURL& url) const OVERRIDE;
80 virtual FileSystemURL CreateCrackedFileSystemURL(
108 FileSystemURL CreateExternalFileSystemURL(
132 virtual FileSystemURL CrackFileSystemURL(
133 const FileSystemURL& url) const OVERRIDE;
transient_file_util.h 25 const FileSystemURL& url,
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.h 34 class FileSystemURL;
106 const storage::FileSystemURL& url,
116 const storage::FileSystemURL& url,
123 const storage::FileSystemURL& url,
143 const storage::FileSystemURL& url,
156 void RegisterURLForWaitingSync(const storage::FileSystemURL& url,
164 const storage::FileSystemURL& url,
169 const storage::FileSystemURL& url,
175 const storage::FileSystemURL& url,
181 const storage::FileSystemURL& url
    [all...]
syncable_file_operation_runner.h 20 class FileSystemURL;
44 virtual const std::vector<storage::FileSystemURL>& target_paths() const = 0;
60 virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE;
61 virtual void OnWriteEnabled(const storage::FileSystemURL& url) OVERRIDE;
77 const std::vector<storage::FileSystemURL>& target_paths);
local_file_sync_status.cc 11 using storage::FileSystemURL;
20 OriginAndType GetOriginAndType(const storage::FileSystemURL& url) {
80 void LocalFileSyncStatus::StartWriting(const FileSystemURL& url) {
86 void LocalFileSyncStatus::EndWriting(const FileSystemURL& url) {
100 void LocalFileSyncStatus::StartSyncing(const FileSystemURL& url) {
107 void LocalFileSyncStatus::EndSyncing(const FileSystemURL& url) {
119 bool LocalFileSyncStatus::IsWriting(const FileSystemURL& url) const {
124 bool LocalFileSyncStatus::IsWritable(const FileSystemURL& url) const {
129 bool LocalFileSyncStatus::IsSyncable(const FileSystemURL& url) const {
145 const FileSystemURL& url) const
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util_unittest.cc 35 storage::FileSystemURL CreateExpectedURL(const base::FilePath& path) {
36 return storage::FileSystemURL::CreateForTest(
55 storage::FileSystemURL url;
86 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
88 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
mtp_file_system_backend_delegate.cc 32 const storage::FileSystemURL& url,
45 const storage::FileSystemURL& url,
55 const storage::FileSystemURL& url) {
61 const storage::FileSystemURL& url,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.h 27 class FileSystemURL;
50 const std::vector<storage::FileSystemURL>& file_urls,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
backend_delegate.cc 42 const storage::FileSystemURL& url,
58 const storage::FileSystemURL& url,
69 const storage::FileSystemURL& url) {
75 const storage::FileSystemURL& url,

Completed in 634 milliseconds

1 23 4 5 6 7 8 91011