Searched refs:startDragging (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuButtonHelper.java43 * @param startDragging Whether dragging is started.
46 private boolean showAppMenu(boolean startDragging) { argument
48 mMenuHandler.showAppMenu(mMenuButton, false, startDragging)) {
52 if (!startDragging) UmaBridge.usingMenu(false, false);
H A DAppMenuHandler.java57 * @param startDragging Whether dragging is started. For example, if the app menu is
66 public boolean showAppMenu(View anchorView, boolean isByHardwareButton, boolean startDragging) { argument
67 assert !(isByHardwareButton && startDragging);
109 mAppMenuDragHelper.onShow(startDragging);
H A DAppMenuDragHelper.java102 * @param startDragging Whether dragging is started. For example, if the app menu
107 void onShow(boolean startDragging) { argument
115 if (startDragging) mDragScrolling.start();
/external/chromium_org/third_party/WebKit/Source/web/
H A DDragClientImpl.cpp82 m_webView->startDragging(frame, dragData, dragOperationMask, image, offsetPoint);
H A DWebViewImpl.h401 void startDragging(
H A DWebViewImpl.cpp3925 void WebViewImpl::startDragging(LocalFrame* frame, function in class:WebViewImpl
3935 m_client->startDragging(WebLocalFrameImpl::fromFrame(frame), dragData, mask, dragImage, dragImageOffset);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.h71 void startDragging();
H A DSliderThumbElement.cpp112 startDragging();
174 void SliderThumbElement::startDragging() function in class:blink::SliderThumbElement
220 startDragging();
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h114 virtual void startDragging(blink::WebLocalFrame* frame,
H A Dwebview_plugin.cc215 void WebViewPlugin::startDragging(WebLocalFrame*, function in class:WebViewPlugin
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h186 virtual void startDragging(WebLocalFrame*, const WebDragData&, WebDragOperationsMask, const WebImage&, const WebPoint& dragImageOffset) { } function in class:blink::WebViewClient
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h322 virtual void startDragging(blink::WebLocalFrame* frame, function in class:content::WebTestProxy
/external/chromium_org/content/renderer/
H A Drender_view_impl.h404 virtual void startDragging(blink::WebLocalFrame* frame,
H A Drender_view_impl.cc1962 void RenderViewImpl::startDragging(WebLocalFrame* frame, function in class:content::RenderViewImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1303 milliseconds