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

1 2 3

  /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 49 const FileSystemURL& src_url,
56 src_url_(src_url),
98 const FileSystemURL& src_url,
106 src_url_(src_url),
370 const FileSystemURL& src_url,
379 src_url_(src_url),
728 const FileSystemURL& src_url,
732 FileSystemOperation::BEGIN_COPY_ENTRY, src_url, FileSystemURL(), 0);
735 FileSystemURL dest_url = CreateDestURL(src_url);
739 operation_runner(), operation_type_, src_url, dest_url, option_
    [all...]