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

1 2 3

  /external/chromium_org/content/browser/streams/
stream_registry.cc 33 bool StreamRegistry::CloneStream(const GURL& url, const GURL& src_url) {
35 scoped_refptr<Stream> stream(GetStream(src_url));
stream_registry.h 29 // Clones a stream. Returns true on success, or false if |src_url| doesn't
31 bool CloneStream(const GURL& url, const GURL& src_url);
  /external/chromium_org/content/child/
webblobregistry_impl.h 30 const WebKit::WebURL& src_url);
36 const WebKit::WebURL& src_url);
webblobregistry_impl.cc 133 const WebURL& url, const WebURL& src_url) {
135 sender_->Send(new BlobHostMsg_Clone(url, src_url));
150 const WebURL& url, const WebURL& src_url) {
152 sender_->Send(new StreamHostMsg_Clone(url, src_url));
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator.h 44 // This method must always return a non-NULL validator. |src_url| is needed
48 const FileSystemURL& src_url,
copy_or_move_operation_delegate.cc 63 void CopyOrMoveOperationDelegate::ProcessFile(const FileSystemURL& src_url,
65 CopyOrMoveFile(URLPair(src_url, CreateDestURL(src_url)), callback);
68 void CopyOrMoveOperationDelegate::ProcessDirectory(const FileSystemURL& src_url,
70 FileSystemURL dest_url = CreateDestURL(src_url);
301 const FileSystemURL& src_url) const {
302 DCHECK_EQ(src_root_.type(), src_url.type());
303 DCHECK_EQ(src_root_.origin(), src_url.origin());
306 src_root_.virtual_path().AppendRelativePath(src_url.virtual_path(),
file_system_operation_runner.h 70 // Copies a file or directory from |src_url| to |dest_url|. If
71 // |src_url| is a directory, the contents of |src_url| are copied to
74 OperationID Copy(const FileSystemURL& src_url,
78 // Moves a file or directory from |src_url| to |dest_url|. A new file
80 OperationID Move(const FileSystemURL& src_url,
190 // Copies a file from |src_url| to |dest_url|.
192 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
195 // - PLATFORM_FILE_ERROR_NOT_FOUND if |src_url|
197 // - PLATFORM_FILE_ERROR_NOT_A_FILE if |src_url| exists but is not a file
    [all...]
async_file_util_adapter.h 77 const FileSystemURL& src_url,
82 const FileSystemURL& src_url,
file_system_operation_impl.cc 75 void FileSystemOperationImpl::Copy(const FileSystemURL& src_url,
83 src_url, dest_url,
90 void FileSystemOperationImpl::Move(const FileSystemURL& src_url,
98 src_url, dest_url,
298 const FileSystemURL& src_url,
302 DCHECK(src_url.IsInSameFileSystem(dest_url));
306 AsWeakPtr(), src_url, dest_url, callback),
311 const FileSystemURL& src_url,
315 DCHECK(src_url.IsInSameFileSystem(dest_url));
319 AsWeakPtr(), src_url, dest_url, callback)
    [all...]
file_system_operation_runner.cc 71 const FileSystemURL& src_url,
83 PrepareForRead(id, src_url);
85 src_url, dest_url,
92 const FileSystemURL& src_url,
104 PrepareForWrite(id, src_url);
106 src_url, dest_url,
400 const FileSystemURL& src_url,
405 src_url, &error);
412 src_url, dest_url,
419 const FileSystemURL& src_url,
    [all...]
async_file_util.h 198 // Copies a file from |src_url| to |dest_url|.
200 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
205 // - PLATFORM_FILE_ERROR_NOT_FOUND if |src_url|
207 // - PLATFORM_FILE_ERROR_NOT_A_FILE if |src_url| exists but is not a file.
215 const FileSystemURL& src_url,
219 // Moves a local file from |src_url| to |dest_url|.
221 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
226 // - PLATFORM_FILE_ERROR_NOT_FOUND if |src_url|
228 // - PLATFORM_FILE_ERROR_NOT_A_FILE if |src_url| exists but is not a file.
236 const FileSystemURL& src_url,
    [all...]
isolated_file_util_unittest.cc 441 FileSystemURL src_url = GetEntryURL(file_system_context(), local
444 src_root, dest_root, src_url);
450 directories.push(src_url);
454 << src_url.path().value());
457 src_url, dest_url));
458 VerifyFilesHaveSameContent(src_url, dest_url);
478 FileSystemURL src_url = GetEntryURL(file_system_context(), local
481 src_root, dest_root, src_url);
483 << src_url.path().value());
486 src_url, dest_url))
    [all...]
file_system_operation_impl.h 51 virtual void Copy(const FileSystemURL& src_url,
54 virtual void Move(const FileSystemURL& src_url,
120 // Copies a file from |src_url| to |dest_url|.
122 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
125 // - PLATFORM_FILE_ERROR_NOT_FOUND if |src_url|
127 // - PLATFORM_FILE_ERROR_NOT_A_FILE if |src_url| exists but is not a file.
133 void CopyFileLocal(const FileSystemURL& src_url,
137 // Moves a local file from |src_url| to |dest_url|.
139 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
142 // - PLATFORM_FILE_ERROR_NOT_FOUND if |src_url|
    [all...]
  /external/chromium/webkit/glue/
context_menu.h 60 GURL src_url; member in struct:ContextMenuParams
context_menu.cc 29 src_url(data.srcURL),
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 56 void DestinationOpenDone(int32_t result, const std::string& src_url);
110 const std::string& src_url) {
116 video_source_.Open(src_url,
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.h 67 const fileapi::FileSystemURL& src_url,
72 const fileapi::FileSystemURL& src_url,
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 43 virtual void Copy(const fileapi::FileSystemURL& src_url,
46 virtual void Move(const fileapi::FileSystemURL& src_url,
canned_syncable_file_system.h 105 base::PlatformFileError Copy(const fileapi::FileSystemURL& src_url,
107 base::PlatformFileError Move(const fileapi::FileSystemURL& src_url,
155 void DoCopy(const fileapi::FileSystemURL& src_url,
158 void DoMove(const fileapi::FileSystemURL& src_url,
canned_syncable_file_system.cc 333 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
339 src_url,
344 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
350 src_url,
546 const FileSystemURL& src_url,
550 operation_runner()->Copy(src_url, dest_url, callback);
554 const FileSystemURL& src_url,
558 operation_runner()->Move(src_url, dest_url, callback);
  /external/chromium_org/chrome_frame/test/
navigation_test.cc 811 std::wstring src_url = server_mock_.Resolve(L"/post_source.html"); local
950 std::wstring src_url = server_mock_.Resolve(L"\/refresh_src.html"); local
1092 std::wstring src_url = server_mock_.Resolve(L"\/post_source.html"); local
1161 std::wstring src_url = server_mock_.Resolve(L"\/refresh_src.html"); local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 66 const fileapi::FileSystemURL& src_url,
71 const fileapi::FileSystemURL& src_url,
113 const fileapi::FileSystemURL& src_url,
141 const fileapi::FileSystemURL& src_url,
device_media_async_file_util.h 73 const fileapi::FileSystemURL& src_url,
78 const fileapi::FileSystemURL& src_url,
  /external/chromium_org/content/public/common/
context_menu_params.h 73 GURL src_url; member in struct:content::ContextMenuParams
  /external/chromium_org/webkit/browser/blob/
blob_storage_controller.h 36 void CloneBlob(const GURL& url, const GURL& src_url);

Completed in 902 milliseconds

1 2 3