Home | Sort by relevance Sort by last modified time |
/external/chromium_org/webkit/browser/fileapi/ | |
copy_or_move_operation_delegate.cc | 56 src_url_(src_url), 65 operation_runner_->MoveFileLocal(src_url_, dest_url_, option_, callback); 68 src_url_, dest_url_, option_, file_progress_callback_, callback); 81 FileSystemURL src_url_; member in class:fileapi::__anon15366::CopyOrMoveOnSameFileSystemImpl 106 src_url_(src_url), 119 src_url_, 260 src_url_, true /* recursive */, 294 src_url_, platform_path)); 342 FileSystemURL src_url_; member in class:fileapi::__anon15366::SnapshotCopyOrMoveImpl 379 src_url_(src_url) 520 FileSystemURL src_url_; member in class:fileapi::__anon15366::StreamCopyOrMoveImpl [all...] |
/external/chromium_org/chrome/browser/speech/ | |
tts_controller.h | 132 void set_src_url(const GURL& src_url) { src_url_ = src_url; } 133 const GURL& src_url() { return src_url_; } 224 GURL src_url_; member in class:Utterance |