Home
last modified time | relevance | path

Searched refs:startDragging (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
DAppMenuButtonHelper.java52 private boolean showAppMenu(boolean startDragging) { in showAppMenu() argument
54 mMenuHandler.showAppMenu(mMenuButton, false, startDragging)) { in showAppMenu()
55 UmaBridge.usingMenu(false, startDragging); in showAppMenu()
DAppMenuHandler.java66 public boolean showAppMenu(View anchorView, boolean isByHardwareButton, boolean startDragging) { in showAppMenu() argument
67 assert !(isByHardwareButton && startDragging); in showAppMenu()
99 mAppMenuDragHelper.onShow(startDragging); in showAppMenu()
DAppMenuDragHelper.java95 void onShow(boolean startDragging) { in onShow() argument
102 if (startDragging) mDragScrolling.start(); in onShow()
/external/chromium_org/third_party/WebKit/Source/web/
DDragClientImpl.cpp89 m_webView->startDragging(frame, dragData, dragOperationMask, image, offsetPoint); in startDrag()
DWebViewImpl.h385 void startDragging(
DWebViewImpl.cpp3721 void WebViewImpl::startDragging(LocalFrame* frame, in startDragging() function in blink::WebViewImpl
3731 …m_client->startDragging(WebLocalFrameImpl::fromFrame(frame), dragData, mask, dragImage, dragImageO… in startDragging()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp255 startDragging(); in dragFrom()
317 void SliderThumbElement::startDragging() in startDragging() function in WebCore::SliderThumbElement
363 startDragging(); in defaultEventHandler()
DSliderThumbElement.h71 void startDragging();
/external/chromium_org/components/plugins/renderer/
Dwebview_plugin.h111 virtual void startDragging(blink::WebLocalFrame* frame,
Dwebview_plugin.cc215 void WebViewPlugin::startDragging(WebLocalFrame*, in startDragging() function in WebViewPlugin
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h187 …virtual void startDragging(WebLocalFrame*, const WebDragData&, WebDragOperationsMask, const WebIma… in startDragging() function
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_proxy.h309 virtual void startDragging(blink::WebLocalFrame* frame, in startDragging() function
/external/chromium_org/content/renderer/
Drender_view_impl.h426 virtual void startDragging(blink::WebLocalFrame* frame,
Drender_view_impl.cc1696 void RenderViewImpl::startDragging(WebLocalFrame* frame, in startDragging() function in content::RenderViewImpl