Searched defs:Touch (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h133 * Touch() Updates time stamps for a file. You must have write access to the
141 * completion of Touch().
145 int32_t (*Touch)(PP_Resource file_ref, member in struct:PPB_FileRef_1_1
227 int32_t (*Touch)(PP_Resource file_ref, member in struct:PPB_FileRef_1_0
H A Dppb_file_io.h148 * Touch() Updates time stamps for the file opened by this FileIO object.
158 * completion of Touch().
164 int32_t (*Touch)(PP_Resource file_io, member in struct:PPB_FileIO_1_1
306 int32_t (*Touch)(PP_Resource file_io, member in struct:PPB_FileIO_1_0
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py28 def Touch(path): function
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc125 int32_t FileRef::Touch(PP_Time last_access_time, function in class:pp::FileRef
129 return get_interface<PPB_FileRef_1_1>()->Touch(
134 return get_interface<PPB_FileRef_1_0>()->Touch(
H A Dfile_io.cc76 int32_t FileIO::Touch(PP_Time last_access_time, function in class:pp::FileIO
80 return get_interface<PPB_FileIO_1_1>()->Touch(
84 return get_interface<PPB_FileIO_1_0>()->Touch(
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouch.cpp28 #include "core/dom/Touch.h"
55 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force) function in class:WebCore::Touch
76 Touch::Touch(EventTarget* target, unsigned identifier, int clientX, int clientY, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force, LayoutPoint absoluteLocation) function in class:WebCore::Touch
94 PassRefPtr<Touch> Touch::cloneWithNewTarget(EventTarget* eventTarget) const
96 return adoptRef(new Touch(eventTarget, m_identifier, m_clientX, m_clientY, m_screenX, m_screenY, m_pageX, m_pageY, m_radiusX, m_radiusY, m_rotationAngle, m_force, m_absoluteLocation));
H A DTouch.h40 class Touch : public RefCounted<Touch>, public ScriptWrappable { class in namespace:WebCore
42 static PassRefPtr<Touch> create(Frame* frame, EventTarget* target,
46 return adoptRef(new Touch(frame, target, identifier, screenX,
63 PassRefPtr<Touch> cloneWithNewTarget(EventTarget*) const;
66 Touch(Frame* frame, EventTarget* target, unsigned identifier,
70 Touch(EventTarget*, unsigned identifier, int clientX, int clientY,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.cc41 int32_t PepperExternalFileRefBackend::Touch( function in class:content::PepperExternalFileRefBackend
46 base::FileUtilProxy::Touch(
H A Dpepper_internal_file_ref_backend.cc117 int32_t PepperInternalFileRefBackend::Touch( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_thunk.cc59 int32_t Touch(PP_Resource file_io, function in namespace:ppapi::thunk::__anon9601
63 VLOG(4) << "PPB_FileIO::Touch()";
67 return enter.SetResult(enter.object()->Touch(last_access_time,
148 &Touch,
161 &Touch,
H A Dppb_file_ref_thunk.cc87 int32_t Touch(PP_Resource file_ref, function in namespace:ppapi::thunk::__anon9603
91 VLOG(4) << "PPB_FileRef::Touch()";
95 return enter.SetResult(enter.object()->Touch(
156 &Touch,
169 &Touch,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dasync_file_util.cc235 void AsyncFileUtil::Touch( function in class:drive::internal::AsyncFileUtil
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc144 void DeviceMediaAsyncFileUtil::Touch( function in class:chrome::DeviceMediaAsyncFileUtil
H A Dnative_media_file_util.cc187 void NativeMediaFileUtil::Touch( function in class:chrome::NativeMediaFileUtil
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc136 int32_t FileRefResource::Touch(PP_Time last_access_time, function in class:ppapi::proxy::FileRefResource
H A Dfile_io_resource.cc163 int32_t FileIOResource::Touch(PP_Time last_access_time, function in class:ppapi::proxy::FileIOResource
H A Dppb_file_ref_proxy.cc58 virtual int32_t Touch(PP_Time last_access_time,
163 int32_t FileRef::Touch(PP_Time last_access_time, function in class:ppapi::proxy::FileRef
407 enter.SetResult(enter.object()->Touch(last_access, last_modified,
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_util_adapter.cc222 void AsyncFileUtilAdapter::Touch( function in class:fileapi::AsyncFileUtilAdapter
231 Bind(&FileSystemFileUtil::Touch, Unretained(sync_file_util_.get()),
H A Dlocal_file_util.cc167 PlatformFileError LocalFileUtil::Touch( function in class:fileapi::LocalFileUtil
176 return NativeFileUtil::Touch(file_path, last_access_time, last_modified_time);
H A Dnative_file_util.cc168 PlatformFileError NativeFileUtil::Touch( function in class:fileapi::NativeFileUtil
H A Dobfuscated_file_util.cc449 PlatformFileError ObfuscatedFileUtil::Touch( function in class:fileapi::ObfuscatedFileUtil
474 return NativeFileUtil::Touch(
/external/chromium_org/base/files/
H A Dfile_util_proxy.cc336 bool FileUtilProxy::Touch( function in class:base::FileUtilProxy
351 bool FileUtilProxy::Touch( function in class:base::FileUtilProxy
/external/chromium_org/content/renderer/pepper/
H A Dppb_file_ref_impl.cc337 int32_t PPB_FileRef_Impl::Touch(PP_Time last_access_time, function in class:content::PPB_FileRef_Impl
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dcustom_events.h176 struct Touch { struct in class:TouchEvent
187 std::vector<Touch> touches;
/external/chromium/base/
H A Dfile_util_proxy.cc866 bool FileUtilProxy::Touch( function in class:base::FileUtilProxy
878 bool FileUtilProxy::Touch( function in class:base::FileUtilProxy

Completed in 658 milliseconds

12