Searched refs:startDragging (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
D | AppMenuButtonHelper.java | 52 private boolean showAppMenu(boolean startDragging) { in showAppMenu() argument 54 mMenuHandler.showAppMenu(mMenuButton, false, startDragging)) { in showAppMenu() 55 UmaBridge.usingMenu(false, startDragging); in showAppMenu()
|
D | AppMenuHandler.java | 66 public boolean showAppMenu(View anchorView, boolean isByHardwareButton, boolean startDragging) { in showAppMenu() argument 67 assert !(isByHardwareButton && startDragging); in showAppMenu() 99 mAppMenuDragHelper.onShow(startDragging); in showAppMenu()
|
D | AppMenuDragHelper.java | 95 void onShow(boolean startDragging) { in onShow() argument 102 if (startDragging) mDragScrolling.start(); in onShow()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | DragClientImpl.cpp | 89 m_webView->startDragging(frame, dragData, dragOperationMask, image, offsetPoint); in startDrag()
|
D | WebViewImpl.h | 385 void startDragging(
|
D | WebViewImpl.cpp | 3721 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/ |
D | SliderThumbElement.cpp | 255 startDragging(); in dragFrom() 317 void SliderThumbElement::startDragging() in startDragging() function in WebCore::SliderThumbElement 363 startDragging(); in defaultEventHandler()
|
D | SliderThumbElement.h | 71 void startDragging();
|
/external/chromium_org/components/plugins/renderer/ |
D | webview_plugin.h | 111 virtual void startDragging(blink::WebLocalFrame* frame,
|
D | webview_plugin.cc | 215 void WebViewPlugin::startDragging(WebLocalFrame*, in startDragging() function in WebViewPlugin
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebViewClient.h | 187 …virtual void startDragging(WebLocalFrame*, const WebDragData&, WebDragOperationsMask, const WebIma… in startDragging() function
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_proxy.h | 309 virtual void startDragging(blink::WebLocalFrame* frame, in startDragging() function
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.h | 426 virtual void startDragging(blink::WebLocalFrame* frame,
|
D | render_view_impl.cc | 1696 void RenderViewImpl::startDragging(WebLocalFrame* frame, in startDragging() function in content::RenderViewImpl
|