Home
last modified time | relevance | path

Searched refs:LongPress (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dgesture_text_selector.h30 virtual void LongPress(base::TimeTicks time, float x, float y) = 0;
Dgesture_text_selector.cc38 client_->LongPress(gesture.time, gesture.x, gesture.y); in OnGestureEvent()
Dgesture_text_selector_unittest.cc55 virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE { in LongPress() function in content::GestureTextSelectorTest
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h136 void LongPress(JNIEnv* env, jobject obj, jlong time_ms,
Dcontent_view_core_impl.cc1040 void ContentViewCoreImpl::LongPress(JNIEnv* env, jobject obj, jlong time_ms, in LongPress() function in content::ContentViewCoreImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DUIUtils.js997 LongPress: "LongPress" property
1056 …ector.LongClickController.Events.LongClick : WebInspector.LongClickController.Events.LongPress, e);
DStatusBarButton.js246 …this._longClickController.addEventListener(WebInspector.LongClickController.Events.LongPress, this…
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.h222 virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE;
Drender_widget_host_view_android.cc1812 void RenderWidgetHostViewAndroid::LongPress( in LongPress() function in content::RenderWidgetHostViewAndroid