Home
last modified time | relevance | path

Searched refs:Touch (Results 1 – 25 of 60) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
DTouch.h39 class Touch : public RefCounted<Touch> {
41 static PassRefPtr<Touch> create(Frame* frame, EventTarget* target, in create()
44 return adoptRef(new Touch(frame, target, identifier, screenX, in create()
58 Touch(Frame* frame, EventTarget* target, unsigned identifier,
DTouchList.h46 Touch* item(unsigned);
48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } in append()
53 Vector<RefPtr<Touch> > m_values;
DTouch.cpp56 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int … in Touch() function in WebCore::Touch
DTouchList.cpp34 Touch* TouchList::item(unsigned index) in item()
DTouchList.idl34 Touch item(in unsigned long index);
DTouch.idl30 ] Touch {
DDocument.h147 class Touch; variable
1082 …PassRefPtr<Touch> createTouch(DOMWindow*, EventTarget*, int identifier, int pageX, int pageY, int …
DDocument.idl327 [ReturnsNew, EnabledAtRuntime] Touch createTouch(in DOMWindow window,
DDocument.cpp5053 PassRefPtr<Touch> Document::createTouch(DOMWindow* window, EventTarget* target, int identifier, int… in createTouch()
5060 return Touch::create(frame, target, identifier, screenX, screenY, pageX, pageY); in createTouch()
/external/webkit/Source/WebCore/bindings/js/
DJSTouchCustom.cpp37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch) in toJSNewlyCreated()
42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch); in toJSNewlyCreated()
/external/chromium/base/
Dfile_util_proxy.h171 static bool Touch(
179 static bool Touch(
Dfile_util_proxy.cc866 bool FileUtilProxy::Touch( in Touch() function in base::FileUtilProxy
878 bool FileUtilProxy::Touch( in Touch() function in base::FileUtilProxy
/external/webkit/LayoutTests/fast/events/touch/
Ddocument-create-touch-list-crash-expected.txt1 …that WebKit doesn't crash when the document.createTouchList API is called with non-Touch parameters
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DocumentCustom.cpp148Touch* touch = V8DOMWrapper::isWrapperOfType(args[i], &V8Touch::info) ? V8Touch::toNative(args[i]-… in createTouchListCallback()
/external/webkit/Source/cmake/
DOptionsWinCE.cmake53 WEBKIT_FEATURE(ENABLE_TOUCH_EVENTS "Enable Touch Events" DEFAULT OFF)
DOptionsEfl.cmake94 WEBKIT_FEATURE(ENABLE_TOUCH_EVENTS "Enable Touch Events" DEFAULT OFF)
/external/valgrind/main/none/tests/ppc32/
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
/external/qemu/android/avd/
Dhardware-properties.ini49 # Touch screen type
54 abstract = Touch screen type
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp248 Touch* touch = touches->item(x); in handleTouchEvent()
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst382 Touch on some of the more advanced features, like ``isa_impl`` and
/external/webkit/Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/
Dproject.pbxproj351 …shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif…
/external/webkit/Source/WebCore/
DDerivedSources.make517 Touch \
DCodeGenerators.pri153 dom/Touch.idl \
/external/webkit/Source/WebKit/win/
DChangeLog132 * Interfaces/WebKit.idl: Touch file to force autogeneration
2302 * WebKitPrefix.h: Touch it to avoid incremental build failure on Windows.
3098 * Interfaces/WebKit.idl: Touch the file.
3990 * Interfaces/WebKit.idl: Touch it to force a rebuild (and for good luck :-)).
4215 * Interfaces/IWebView.idl: Touch to force a build.
4236 Touch this file to force interfaces to be rebuilt.
4633 Touch WebKit.idl to ensure that interfaces rebuild.
4701 * Interfaces/WebKit.idl: Touch WebKit.idl to make sure Interfaces rebuild.
6062 Unreviewed. Touch WebKit.idl to fix the build.
6937 * WebKitPrefix.cpp: Touch it.
[all …]
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3185 RefPtr<Touch> touch = Touch::create(doc->frame(), touchTarget.get(), point.id(), in handleTouchEvent()

123