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

1 2 34 5 6 7 8 9

  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 143 int32_t FileRefResource::Touch(PP_Time last_access_time,
file_io_resource.cc 221 int32_t FileIOResource::Touch(PP_Time last_access_time,
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 381 // 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(
582 // We touch the file so we can easily check access and modified time.
583 callback.WaitForResult(file_io.Touch(0, 0, callback.GetCallback()));
615 // We can't touch the file, so just sanity check the times
    [all...]
test_file_io.cc 579 callback.WaitForResult(file_io.Touch(last_access_time, last_modified_time,
666 // Abort |Touch()|.
675 rv = file_io.Touch(0, 0, callback.GetCallback());
    [all...]
  /external/chromium_org/storage/browser/fileapi/
obfuscated_file_util.h 138 virtual base::File::Error Touch(
native_file_util.cc 214 base::File::Error NativeFileUtil::Touch(
file_system_operation_impl.cc 193 async_file_util_->Touch(
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 86 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
  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 267 parser.add_option('--stamp', help='File to touch on success')
345 build_utils.Touch(options.stamp)
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 110 int32_t PepperInternalFileRefBackend::Touch(
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 34 #include "core/dom/Touch.h"
555 // with touch input for plugins that don't support touch input).
565 const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); local
566 if (touch->identifier())
581 // The mouse event co-ordinates should be generated from the co-ordinates of the touch point.
583 IntPoint windowPoint = roundedIntPoint(touch->absoluteLocation());
586 IntPoint screenPoint = roundedIntPoint(touch->screenLocation());
596 IntPoint localPoint = convertAbsoluteLocationForRenderObject(touch->absoluteLocation(), *renderObject)
775 const Touch* touch = touches->item(i); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 83 selectDeviceOption.device = {title: WebInspector.UIString("<Select model>"), width: 0, height: 0, deviceScaleFactor: 0, userAgent: "", touch: false, mobile: false};
312 {title: "Apple iPhone 3GS", width: 320, height: 480, deviceScaleFactor: 1, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true},
313 {title: "Apple iPhone 4", width: 320, height: 480, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true},
314 {title: "Apple iPhone 5", width: 320, height: 568, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X; en-us) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53", touch: true, mobile: true},
315 {title: "Apple iPhone 6", width: 375, height: 667, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true},
316 {title: "Apple iPhone 6 Plus", width: 414, height: 736, deviceScaleFactor: 3, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true},
317 {title: "BlackBerry Z10", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+", touch: true, mobile: true},
318 {title: "BlackBerry Z30", width: 360, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+", touch: true, mobile: true}
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 674 * Maximum movement for touch to be detected as a tap (in pixels).
680 * Maximum time for touch to be detected as a tap (in milliseconds).
693 * Maximum time for touch to be detected as a double tap (in milliseconds).
701 * @param {MouseEvent|Touch} e Pointer position.
713 * Returns touch position or null if there is more than one touch position.
727 * Touch start handler.
739 true /* touch */);
746 * Touch end handler.
791 * Touch cancel handler
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 147 class Touch;
    [all...]
  /external/chromium_org/build/android/gyp/util/
build_utils.py 48 def Touch(path, fail_if_missing=False):
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 224 // Touch event is not forwarded.
232 // Touch event is forwarded, ack should not be handled by emulator.
276 TEST_F(TouchEmulatorTest, Touch) {
463 // Re-enabling in the middle of a touch sequence should not affect this.
508 // Enabling in the middle of native touch sequence should be handled.
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 32 #include "core/dom/Touch.h"
321 const Touch& touch = *touchList->item(i); local
323 buildRelatedNodeMap(touch.target()->toNode(), relatedNodeMap);
325 adjustedTouchList[j]->append(touch.cloneWithNewTarget(findRelatedNode(treeScopes[j], relatedNodeMap)));
  /frameworks/base/docs/html/design/
design_toc.cs 50 <li><a href="<?cs var:toroot ?>design/style/touch-feedback.html">Touch Feedback</a></li>
  /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/ui/file_manager/gallery/js/
slide_mode.js 364 // Disable touch operation.
510 // We have just broke the sequence. Touch the current image so that it stays
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 239 void AsyncFileUtil::Touch(
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 343 void ProviderAsyncFileUtil::Touch(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 342 void DeviceMediaAsyncFileUtil::Touch(
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 512 file_util()->Touch(GetOperationContext().get(), url,
native_file_util_unittest.cc 142 NativeFileUtil::Touch(file_name,

Completed in 555 milliseconds

1 2 34 5 6 7 8 9