HomeSort by relevance Sort by last modified time
    Searched refs:src_url (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 248 FileSystemURL src_url(context_->CrackURL(src_path));
250 if (!ValidateFileSystemURL(request_id, src_url) ||
254 if (!security_policy_->CanReadFileSystemFile(process_id_, src_url) ||
255 !security_policy_->CanDeleteFileSystemFile(process_id_, src_url) ||
263 src_url, dest_url,
271 FileSystemURL src_url(context_->CrackURL(src_path));
273 if (!ValidateFileSystemURL(request_id, src_url) ||
277 if (!security_policy_->CanReadFileSystemFile(process_id_, src_url) ||
285 src_url, dest_url,
670 const GURL& url, const GURL& src_url) {
    [all...]
obfuscated_file_util_unittest.cc 1427 FileSystemURL src_url = CreateURLFromUTF8("src path"); local
1457 FileSystemURL src_url = CreateURLFromUTF8("src path"); local
1494 FileSystemURL src_url = CreateURLFromUTF8("src path"); local
1543 FileSystemURL src_url = CreateURLFromUTF8("source dir"); local
    [all...]
fileapi_message_filter.h 161 void OnCloneStream(const GURL& url, const GURL& src_url);
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc 87 const FileSystemURL& src_url,
102 PrepareForRead(handle.id, src_url);
104 src_url, dest_url, option,
115 const FileSystemURL& src_url,
129 PrepareForWrite(handle.id, src_url);
131 src_url, dest_url, option,
453 const FileSystemURL& src_url,
460 file_system_context_->CreateFileSystemOperation(src_url, &error);
468 src_url, dest_url, option, progress_callback,
475 const FileSystemURL& src_url,
    [all...]
async_file_util_adapter.cc 256 const FileSystemURL& src_url,
267 src_url, dest_url, option, true /* copy */),
274 const FileSystemURL& src_url,
283 src_url, dest_url, option, false /* copy */),
file_system_file_util.h 125 // Copies or moves a single file from |src_url| to |dest_url|.
126 // The filesystem type of |src_url| and |dest_url| MUST be same.
130 // - File::FILE_ERROR_NOT_FOUND if |src_url|
132 // - File::FILE_ERROR_NOT_A_FILE if |src_url| exists but is not a file.
140 const FileSystemURL& src_url,
local_file_util.h 67 const FileSystemURL& src_url,
local_file_util.cc 190 const FileSystemURL& src_url,
195 base::File::Error error = GetLocalFilePath(context, src_url, &src_file_path);
obfuscated_file_util.cc 491 const FileSystemURL& src_url,
496 DCHECK(src_url.origin() == dest_url.origin());
497 DCHECK(src_url.type() == dest_url.type());
499 SandboxDirectoryDatabase* db = GetDirectoryDatabase(src_url, true);
504 if (!db->GetFileWithPath(src_url.path(), &src_file_id))
515 db, context, src_url, src_file_id,
615 MakeTuple(dest_url, src_url));
620 &FileChangeObserver::OnRemoveFile, MakeTuple(src_url));
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aura.cc 212 std::string* src_url,
216 if (src_url)
217 src_url->clear();
226 *src_url = data->url();
528 std::string* src_url,
532 GetClipboard()->ReadHTML(markup, src_url, fragment_start, fragment_end);
clipboard_android.cc 276 // Note: |src_url| isn't really used. It is only implemented in Windows
279 std::string* src_url,
284 if (src_url)
285 src_url->clear();
clipboard_win.cc 479 std::string* src_url,
486 DCHECK(src_url);
487 if (src_url)
488 src_url->clear();
507 ClipboardUtil::CFHtmlExtractMetadata(cf_html, src_url, &html_start,
clipboard.h 238 std::string* src_url,
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_unittest.cc 54 rv.src_url = GURL("http://test.image/");
59 rv.src_url = GURL("http://test.video/");
64 rv.src_url = GURL("http://test.audio/");
render_view_context_menu.cc 469 ExtensionPatternMatch(target_url_patterns, params.src_url))
475 ExtensionPatternMatch(target_url_patterns, params.src_url))
481 ExtensionPatternMatch(target_url_patterns, params.src_url))
    [all...]
  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 26 params.src_url = data.srcURL;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 165 const fileapi::FileSystemURL& src_url,
176 const fileapi::FileSystemURL& src_url,
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_async_util.cc 111 const fileapi::FileSystemURL& src_url,
122 const fileapi::FileSystemURL& src_url,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 217 const fileapi::FileSystemURL& src_url,
228 src_url, dest_url, option, true /* copy */, callback));
234 const fileapi::FileSystemURL& src_url,
244 src_url, dest_url, option, false /* copy */, callback));
359 const fileapi::FileSystemURL& src_url,
366 CopyOrMoveFileSync(context.get(), src_url, dest_url, option, copy);
442 const fileapi::FileSystemURL& src_url,
450 context, src_url,
native_media_file_util_unittest.cc 332 FileSystemURL src_url = CreateURL(FPL("foo.jpg")); local
372 src_url, url,
442 FileSystemURL src_url = CreateURL(FPL("foo.jpg")); local
477 src_url, url, fileapi::FileSystemOperation::OPTION_NONE,
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc 348 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
354 src_url,
359 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
365 src_url,
585 const FileSystemURL& src_url,
591 src_url, dest_url,
597 const FileSystemURL& src_url,
603 src_url, dest_url, fileapi::FileSystemOperation::OPTION_NONE, callback);
  /external/chromium_org/content/child/
webblobregistry_impl.cc 160 const WebURL& url, const WebURL& src_url) {
162 sender_->Send(new StreamHostMsg_Clone(url, src_url));
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 285 const fileapi::FileSystemURL& src_url,
292 base::FilePath src_path = util::ExtractDrivePathFromFileSystemUrl(src_url);
300 // Assumption here is that |src_url| and |dest_url| are always from the same
317 const fileapi::FileSystemURL& src_url,
323 base::FilePath src_path = util::ExtractDrivePathFromFileSystemUrl(src_url);
330 // TODO(kinaba): see the comment in CopyFileLocal(). |src_url| and |dest_url|
  /external/chromium_org/chrome/browser/ui/android/
context_menu_helper.cc 80 ConvertUTF8ToJavaString(env, params.src_url.spec()).obj(),
  /external/chromium_org/pdf/
out_of_process_instance.h 199 // Process the preview page data information. |src_url| specifies the preview
200 // page data location. The |src_url| is in the format:
204 void ProcessPreviewPageInfo(const std::string& src_url, int dst_page_index);

Completed in 753 milliseconds

12 3