Searched refs:Touch (Results 51 - 75 of 160) sorted by relevance

1234567

/external/chromium_org/webkit/browser/fileapi/
H A Dlocal_file_util.h56 virtual base::File::Error Touch(
H A Dasync_file_util.h188 virtual void Touch(
H A Dlocal_file_util.cc165 base::File::Error LocalFileUtil::Touch( function in class:fileapi::LocalFileUtil
174 return NativeFileUtil::Touch(file_path, last_access_time, last_modified_time);
H A Dasync_file_util_adapter.cc224 void AsyncFileUtilAdapter::Touch( function in class:fileapi::AsyncFileUtilAdapter
233 Bind(&FileSystemFileUtil::Touch, Unretained(sync_file_util_.get()),
H A Dnative_file_util.cc214 base::File::Error NativeFileUtil::Touch( function in class:fileapi::NativeFileUtil
/external/chromium_org/build/android/gyp/
H A Djarjar_resources.py117 build_utils.Touch(options.stamp)
H A Djavac.py139 build_utils.Touch(options.stamp)
H A Dlint.py153 build_utils.Touch(options.stamp)
H A Dgenerate_v14_compatible_resources.py345 build_utils.Touch(options.stamp)
H A Dprocess_resources.py228 build_utils.Touch(options.stamp)
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.h65 virtual void Touch(
H A Dnative_media_file_util.h68 virtual void Touch(
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc194 file_util()->Touch(context.get(), CreateURL(file_name),
219 file_util()->Touch(context.get(), CreateURL(dir_name),
/external/chromium_org/ash/wm/
H A Dresize_shadow_and_cursor_unittest.cc184 TEST_F(ResizeShadowAndCursorTest, Touch) {
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py44 def Touch(path): function
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.cc144 void ProviderAsyncFileUtil::Touch( function in class:chromeos::file_system_provider::internal::ProviderAsyncFileUtil
/external/chromium_org/chrome/browser/local_discovery/storage/
H A Dprivet_filesystem_async_util.cc90 void PrivetFileSystemAsyncUtil::Touch( function in class:local_discovery::PrivetFileSystemAsyncUtil
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator_unittest.cc208 TEST_F(TouchEmulatorTest, Touch) {
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.cc192 return backend_->Touch(
H A Dpepper_internal_file_ref_backend.cc110 int32_t PepperInternalFileRefBackend::Touch( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/extensions/renderer/resources/
H A Dbinding.js101 [/CrOS Touch/, "chromeos touch"],
/external/chromium_org/ppapi/proxy/
H A Dfile_io_resource.h44 virtual int32_t Touch(PP_Time last_access_time,
H A Dfile_ref_resource.cc143 int32_t FileRefResource::Touch(PP_Time last_access_time, function in class:ppapi::proxy::FileRefResource
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc381 // Touch.
386 callback.WaitForResult(file_ref.Touch(last_access_time, last_modified_time,
391 // Touch aborted.
395 .Touch(last_access_time, last_modified_time, callback.GetCallback());
400 // Touch tried to run asynchronously and should have been aborted.
403 // Touch ran synchronously and should have failed because the file does not
425 rv = pp::FileRef(file_system, "/file_touch").Touch(
583 callback.WaitForResult(file_io.Touch(0, 0, callback.GetCallback()));
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp86 Function vec_dst [Vector Data Stream Touch] not checked
89 Function vec_dstst [Vector Data Stream Touch for Store] not checked
92 Function vec_dststt [Vector Data Stream Touch for Store Transient] not checked
95 Function vec_dstt [Vector Data Stream Touch Transient] not checked

Completed in 784 milliseconds

1234567