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

1 23 4 5 6

  /external/chromium_org/webkit/browser/fileapi/
local_file_util.h 62 virtual base::PlatformFileError Touch(
local_file_util.cc 167 PlatformFileError LocalFileUtil::Touch(
176 return NativeFileUtil::Touch(file_path, last_access_time, last_modified_time);
async_file_util_adapter.cc 222 void AsyncFileUtilAdapter::Touch(
231 Bind(&FileSystemFileUtil::Touch, Unretained(sync_file_util_.get()),
local_file_util_unittest.cc 201 file_util()->Touch(context.get(), CreateURL(file_name),
229 file_util()->Touch(context.get(), CreateURL(dir_name),
native_file_util.cc 168 PlatformFileError NativeFileUtil::Touch(
obfuscated_file_util.h 100 virtual base::PlatformFileError Touch(
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 90 return Touch.onTouchEvent(widget, buffer, event);
Touch.java 28 public class Touch {
29 private Touch() { }
85 * Handles touch events for dragging. You may want to do other actions
86 * like moving the cursor on touch as well.
  /external/chromium_org/build/android/gyp/util/
build_utils.py 28 def Touch(path):
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 60 virtual void Touch(
native_media_file_util.h 53 virtual void Touch(
  /external/chromium_org/ppapi/proxy/
file_io_resource.h 39 virtual int32_t Touch(PP_Time last_access_time,
ppb_file_ref_proxy.cc 58 virtual int32_t Touch(PP_Time last_access_time,
163 int32_t FileRef::Touch(PP_Time last_access_time,
407 enter.SetResult(enter.object()->Touch(last_access, last_modified,
file_ref_resource.cc 136 int32_t FileRefResource::Touch(PP_Time last_access_time,
  /external/chromium_org/base/files/
file_util_proxy.cc 336 bool FileUtilProxy::Touch(
351 bool FileUtilProxy::Touch(
file_util_proxy_unittest.cc 329 TEST_F(FileUtilProxyTest, Touch) {
333 FileUtilProxy::Touch(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 44 #include "core/dom/Touch.h"
266 RefPtr<Touch> touch = Touch::create(webViewImpl->page()->mainFrame(), document.get(), 0, 10, 10, 10, 10, 10, 10, 0, 0); local
268 touchList->append(touch);
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 199 label: 'Maximum Touch-Down Duration for Click',
205 label: 'Maximum Touch-Move for Click',
253 label: 'Minimum Touch-Down Duration for Click',
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.cc 200 return backend_->Touch(context->MakeReplyMessageContext(),
pepper_internal_file_ref_backend.cc 117 int32_t PepperInternalFileRefBackend::Touch(
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 367 // Touch.
372 callback.WaitForResult(file_ref.Touch(last_access_time, last_modified_time,
377 // Touch aborted.
381 .Touch(last_access_time, last_modified_time, callback.GetCallback());
386 // Touch tried to run asynchronously and should have been aborted.
389 // Touch ran synchronously and should have failed because the file does not
409 rv = pp::FileRef(file_system, "/file_touch").Touch(
562 // We touch the file so we can easily check access and modified time.
563 callback.WaitForResult(file_io.Touch(0, 0, callback.GetCallback()));
595 // We can't touch the file, so just sanity check the times
    [all...]
  /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
  /frameworks/base/docs/html/design/
design_toc.cs 17 <li><a href="<?cs var:toroot ?>design/style/touch-feedback.html">Touch Feedback</a></li>
  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 257 parser.add_option('--stamp', help='File to touch on success')
332 build_utils.Touch(options.stamp)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventRetargeter.cpp 30 #include "core/dom/Touch.h"
179 const Touch& touch = *touchList->item(i); local
181 calculateAdjustedNodes(node, touch.target()->toNode(), DoesNotStopAtBoundary, const_cast<EventPath&>(eventPath), adjustedNodes);
184 eventPathTouchLists[j]->append(touch.cloneWithNewTarget(adjustedNodes[j].get()));

Completed in 4654 milliseconds

1 23 4 5 6