Searched refs:LongPress (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_text_selector.h | 30 virtual void LongPress(base::TimeTicks time, float x, float y) = 0;
|
D | gesture_text_selector.cc | 38 client_->LongPress(gesture.time, gesture.x, gesture.y); in OnGestureEvent()
|
D | gesture_text_selector_unittest.cc | 55 virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE { in LongPress() function in content::GestureTextSelectorTest
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.h | 136 void LongPress(JNIEnv* env, jobject obj, jlong time_ms,
|
D | content_view_core_impl.cc | 1040 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/ |
D | UIUtils.js | 997 LongPress: "LongPress" property 1056 …ector.LongClickController.Events.LongClick : WebInspector.LongClickController.Events.LongPress, e);
|
D | StatusBarButton.js | 246 …this._longClickController.addEventListener(WebInspector.LongClickController.Events.LongPress, this…
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_android.h | 222 virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE;
|
D | render_widget_host_view_android.cc | 1812 void RenderWidgetHostViewAndroid::LongPress( in LongPress() function in content::RenderWidgetHostViewAndroid
|