HomeSort by relevance Sort by last modified time
    Searched refs:Touch (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/WebKit/Source/core/html/
RangeInputType.cpp 42 #include "core/dom/Touch.h"
173 Touch* touch = touches->item(0); local
175 thumb->setPositionFromPoint(touch->absoluteLocation());
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 664 * Maximum movement for touch to be detected as a tap (in pixels).
670 * Maximum time for touch to be detected as a tap (in milliseconds).
683 * Maximum time for touch to be detected as a double tap (in milliseconds).
691 * @param {MouseEvent|Touch} e Pointer position.
703 * Returns touch position or null if there is more than one touch position.
717 * Touch start handler.
729 true /* touch */);
736 * Touch end handler.
780 * Touch chancel handler
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.cc 235 void AsyncFileUtil::Touch(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 144 void DeviceMediaAsyncFileUtil::Touch(
native_media_file_util.cc 187 void NativeMediaFileUtil::Touch(
  /external/chromium_org/ppapi/proxy/
file_io_resource.cc 163 int32_t FileIOResource::Touch(PP_Time last_access_time,
  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 143 NativeFileUtil::Touch(file_name,
file_system_operation_impl.cc 189 async_file_util_->Touch(
isolated_file_util_unittest.cc 503 file_util()->Touch(GetOperationContext().get(), url,
obfuscated_file_util_unittest.cc 490 ofu()->Touch(
492 // Currently we fire no change notifications for Touch.
508 ofu()->Touch(
588 ofu()->Touch(context.get(), url, base::Time(), base::Time()));
    [all...]
obfuscated_file_util.cc 449 PlatformFileError ObfuscatedFileUtil::Touch(
474 return NativeFileUtil::Touch(
    [all...]
  /external/chromium/base/
file_util_proxy.cc 866 bool FileUtilProxy::Touch(
878 bool FileUtilProxy::Touch(
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 241 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchstart;
242 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchmove;
243 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchend;
244 [NotEnumerable,EnabledAtRuntime=touch] attribute EventHandler ontouchcancel;
251 [EnabledAtRuntime=touch] Touch createTouch([Default=Undefined] optional Window window,
262 [EnabledAtRuntime=touch, Custom, RaisesException] TouchList createTouchList();
Document.h 154 class Touch;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 39 #include "core/dom/Touch.h"
509 const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); local
510 if (touch->identifier())
528 IntPoint localPoint = convertAbsoluteLocationForRenderObject(touch->absoluteLocation(), *renderObject);
681 const Touch* touch = touches->item(i); local
684 point.id = touch->identifier();
685 point.screenPosition = WebPoint(touch->screenX(), touch->screenY())
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 804 3000 Optical dual-touch panel
805 3001 Optical Touch Screen
815 0034 109 Japanese Keyboard with One-touch start buttons
816 003f Wireless Keyboard with One-touch start buttons
819 004f Wireless Keyboard with One-touch start buttons
829 0094 Japanese Keyboard with One-touch start buttons
    [all...]
  /external/chromium_org/ppapi/tests/
test_file_io.cc 579 callback.WaitForResult(file_io.Touch(last_access_time, last_modified_time,
665 // Abort |Touch()|.
674 rv = file_io.Touch(0, 0, callback.GetCallback());
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_file_io_host.cc 297 // TODO(nhiroki): fix a failure of FileIO.Touch for an external filesystem on
299 if (!base::FileUtilProxy::Touch(
ppb_file_ref_impl.cc 337 int32_t PPB_FileRef_Impl::Touch(PP_Time last_access_time,
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 7 * This file contains the code necessary to make the Touch LIS work
183 // The position a touch was last started
186 // Distance which a touch needs to move to be considered a drag
195 // outstanding gesture. Also, any multi-touch is a gesture that should
202 // If this is a multi-touch then the work here is irrelevant
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 101 [/CrOS Touch/, "chromeos touch"],
  /frameworks/base/docs/html/training/
training_toc.cs 412 and respond to touch input."
436 <li><a href="<?cs var:toroot ?>training/graphics/opengl/touch.html">
437 Responding to Touch Events
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 7 * This file contains the code necessary to make the Touch NTP work
12 * Note that, while the product portion of the touch NTP is designed to work
335 // Called when an app is repositioned in the touch NTP
382 // The position a touch was last started
385 // Distance which a touch needs to move to be considered a drag
394 // outstanding gesture. Also, any multi-touch is a gesture that should
401 // If this is a multi-touch then the work here is irrelevant
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 311 return iface->Touch(file_io, last_access_time, last_modified_time, *callback);
365 return iface->Touch(file_io, last_access_time, last_modified_time, *callback);
439 return iface->Touch(file_ref, last_access_time, last_modified_time, *callback);
493 return iface->Touch(file_ref, last_access_time, last_modified_time, *callback);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 160 third_party/WebKit/Source/core/dom/Touch.cpp \

Completed in 3732 milliseconds

1 2 34 5 6