/external/chromium_org/ui/shell_dialogs/ |
H A D | selected_file_info.h | 27 base::FilePath local_path; member in struct:ui::SelectedFileInfo
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
H A D | extension_to_load.py | 54 def local_path(self): member in class:ExtensionToLoad 59 @local_path.setter 60 def local_path(self, local_path): member in class:ExtensionToLoad 61 self._local_path = local_path
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
H A D | truncate_operation_unittest.cc | 49 base::FilePath local_path; local 56 GetLocalId(file_in_root), &local_path), 63 base::GetFileSize(local_path, &local_file_size); 112 base::FilePath local_path; local 119 GetLocalId(file_in_root), &local_path), 126 ASSERT_TRUE(base::ReadFileToString(local_path, &content));
|
H A D | get_file_for_saving_operation_unittest.cc | 80 base::FilePath local_path; local 84 &error, &local_path, &entry)); 100 google_apis::test_util::WriteStringToFile(local_path, "hello"); 115 base::FilePath local_path; local 119 &error, &local_path, &entry)); 126 EXPECT_TRUE(base::GetFileSize(local_path, &size)); 139 base::FilePath local_path; local 143 &error, &local_path, &entry));
|
H A D | download_operation_unittest.cc | 283 base::FilePath local_path, local_path_dontcare; local 290 &initialized_error, &local_path, &entry), 297 // In this case, |local_path| is empty. 300 ASSERT_TRUE(local_path.empty()); 316 base::FilePath local_path, local_path_dontcare; local 323 &initialized_error, &local_path, &entry), 330 // |local_path| should not be empty. 333 ASSERT_TRUE(!local_path.empty()); 338 base::GetFileSize(local_path, &local_file_size);
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
H A D | file_system_backend_unittest.cc | 243 const base::FilePath::CharType* const local_path; member in class:__anon3224::TestCase::base::FilePath 264 base::FilePath local_path(kTestCases[i].local_path); 266 backend.GetVirtualPath(local_path, &virtual_path)) 267 << "Resolving " << kTestCases[i].local_path; 276 << "Resolving " << kTestCases[i].local_path;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
H A D | remote_change_processor_wrapper.cc | 26 const base::FilePath& local_path, 31 change, local_path, url, callback); 24 ApplyRemoteChange( const FileChange& change, const base::FilePath& local_path, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
|
H A D | remote_change_processor_on_worker.cc | 49 const base::FilePath& local_path, 59 local_path, 47 ApplyRemoteChange( const FileChange& change, const base::FilePath& local_path, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
|
H A D | fake_sync_worker.cc | 141 const base::FilePath& local_path, 140 ApplyLocalChange(const FileChange& local_change, const base::FilePath& local_path, const SyncFileMetadata& local_metadata, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
H A D | file_watcher.cc | 82 const base::FilePath& local_path, 93 local_path, 81 WatchLocalFile( const base::FilePath& local_path, const base::FilePathWatcher::Callback& file_watcher_callback, const BoolCallback& callback) argument
|
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
H A D | webkit_file_stream_writer_impl.cc | 136 const base::FilePath& local_path, 173 local_path, 132 WriteAfterCreateWritableSnapshotFile( net::IOBuffer* buf, int buf_len, base::File::Error open_result, const base::FilePath& local_path, const base::Closure& close_callback_on_ui_thread) argument
|
H A D | async_file_util.cc | 110 const base::FilePath& local_path, 119 local_path, scope_out_policy, BrowserThread::GetBlockingPool())); 120 callback.Run(error, file_info, local_path, file_reference); 106 RunCreateSnapshotFileCallback( const AsyncFileUtil::CreateSnapshotFileCallback& callback, base::File::Error error, const base::File::Info& file_info, const base::FilePath& local_path, storage::ScopedFile::ScopeOutPolicy scope_out_policy) argument
|
H A D | fileapi_worker.cc | 101 // Runs |callback| with arguments based on |error|, |local_path| and |entry|. 104 const base::FilePath& local_path, 134 callback.Run(base::File::FILE_OK, file_info, local_path, scope_out_policy); 137 // Runs |callback| with arguments converted from |error| and |local_path|. 141 const base::FilePath& local_path, 144 callback.Run(FileErrorToBaseFileError(error), local_path, close_callback); local 162 const base::FilePath& local_path, 171 // Here, the file should be at |local_path|, but there may be timing issue. 189 base::Bind(&OpenFile, local_path, file_flags), 102 RunCreateSnapshotFileCallback(const CreateSnapshotFileCallback& callback, FileError error, const base::FilePath& local_path, scoped_ptr<ResourceEntry> entry) argument 138 RunCreateWritableSnapshotFileCallback( const CreateWritableSnapshotFileCallback& callback, FileError error, const base::FilePath& local_path, const base::Closure& close_callback) argument 159 OpenFileAfterFileSystemOpenFile(int file_flags, const OpenFileCallback& callback, FileError error, const base::FilePath& local_path, const base::Closure& close_callback) argument
|
/external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
H A D | mime_util.cc | 28 void SniffMimeType(const base::FilePath& local_path, std::string* result) { argument 32 base::ReadFile(local_path, &content[0], content.size()); 37 net::FilePathToFileURL(local_path), 56 const base::FilePath& local_path, 73 local_path, 94 const base::FilePath& local_path, 106 base::Bind(&SniffMimeType, local_path, sniffed_mime_type_ptr), 115 const base::FilePath& local_path, 118 if (file_manager::util::IsUnderNonNativeLocalPath(profile, local_path)) { 124 local_path, 55 OnGetMimeTypeFromMetadataForNonNativeLocalPathCompleted( const base::FilePath& local_path, const base::Callback<void(const std::string&)>& callback, bool success, const std::string& mime_type) argument 93 OnGetMimeTypeFromFileForNativeLocalPathCompleted( const base::FilePath& local_path, scoped_ptr<std::string> mime_type, const base::Callback<void(const std::string&)>& callback) argument 113 GetMimeTypeForLocalPath( Profile* profile, const base::FilePath& local_path, const base::Callback<void(const std::string&)>& callback) argument [all...] |
H A D | mime_util_unittest.cc | 43 const base::FilePath local_path) { 45 GURL(kOrigin), storage::kFileSystemTypeNativeLocal, local_path); 41 CreateNativeLocalFileSystemURL( storage::FileSystemContext* context, const base::FilePath local_path) argument
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
H A D | functional.rb | 25 def local_path( *parts ) method in class:ANTLR3.Test.Location 30 local_path( name ) 110 path = local_path( name.to_s ) 162 def local_path( *args ) method in class:ANTLR3.Test.Functional 163 self.class.local_path( *args )
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
H A D | private_api_util.cc | 150 const base::FilePath& local_path) { 151 if (local_path.empty()) { 157 params->selected_files.push_back(ui::SelectedFileInfo(file_path, local_path)); 148 ContinueGetSelectedFileInfo(Profile* profile, scoped_ptr<GetSelectedFileInfoParams> params, const base::FilePath& local_path) argument
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
H A D | mount_path_util.cc | 64 bool IsFileSystemProviderLocalPath(const base::FilePath& local_path) { argument 66 local_path.GetComponents(&components); 136 const base::FilePath& local_path) 137 : profile_(profile), local_path_(local_path), file_system_(NULL) { 135 LocalPathParser(Profile* profile, const base::FilePath& local_path) argument
|
/external/chromium_org/chrome/browser/sync_file_system/ |
H A D | fake_remote_change_processor.cc | 68 const base::FilePath& local_path, 66 ApplyRemoteChange( const FileChange& change, const base::FilePath& local_path, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
|
/external/chromium_org/content/browser/fileapi/ |
H A D | external_mount_points_unittest.cc | 167 const base::FilePath::CharType* const local_path; member in class:content::TestCase::base::FilePath 220 base::FilePath local_path(kTestCases[i].local_path); 222 mount_points->GetVirtualPath(local_path, &virtual_path)) 223 << "Resolving " << kTestCases[i].local_path; 232 << "Resolving " << kTestCases[i].local_path;
|
/external/chromium_org/content/public/test/ |
H A D | sandbox_file_system_test_helper.cc | 78 base::FilePath local_path; local 80 file_util_->GetLocalFilePath(context.get(), CreateURL(path), &local_path); 81 return local_path;
|
/external/chromium_org/content/shell/browser/ |
H A D | shell_browser_main.cc | 82 base::FilePath local_path; local 86 if (net::FileURLToFilePath(test_url, &local_path)) 87 *current_working_directory = local_path.DirName();
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
H A D | sync_client.cc | 479 const base::FilePath& local_path, 477 OnFetchFileComplete(const std::string& local_id, FileError error, const base::FilePath& local_path, scoped_ptr<ResourceEntry> entry) argument
|
/external/chromium_org/chrome/browser/drive/ |
H A D | drive_uploader.cc | 49 UploadFileInfo(const base::FilePath& local_path, argument 53 : file_path(local_path),
|
H A D | drive_uploader_unittest.cc | 321 base::FilePath local_path; local 324 temp_dir_.path(), 0, &local_path, &data)); 330 MockDriveServiceWithUploadExpectation mock_service(local_path, data.size()); 336 local_path, 356 base::FilePath local_path; local 359 temp_dir_.path(), 512 * 1024, &local_path, &data)); 365 MockDriveServiceWithUploadExpectation mock_service(local_path, data.size()); 371 local_path, 393 base::FilePath local_path; local 396 temp_dir_.path(), 512 * 1024, &local_path, 420 base::FilePath local_path; local 448 base::FilePath local_path; local 477 base::FilePath local_path; local 503 base::FilePath local_path; local 516 local_path, local 550 base::FilePath local_path; local 569 local_path, local [all...] |