HomeSort by relevance Sort by last modified time
    Searched refs:performDrag (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/page/
DragController.h 60 bool performDrag(DragData*);
DragController.cpp 187 bool DragController::performDrag(DragData* dragData)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 123 public boolean performDrag(IWindow window, IBinder dragToken,
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 141 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY,
View.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 228 public boolean performDrag(IWindow window, IBinder dragToken,
238 throw new IllegalStateException("performDrag() without prepareDrag()");
243 throw new IllegalStateException("performDrag() does not match prepareDrag()");
254 // called performDrag()
287 WindowManagerService.TAG, ">>> OPEN TRANSACTION performDrag");
298 WindowManagerService.TAG, "<<< CLOSE TRANSACTION performDrag");
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 396 void performDrag(WebCore::DragData*, const String& dragStorageName, const SandboxExtension::Handle&);
    [all...]
WebPageProxy.cpp 730 void WebPageProxy::performDrag(WebCore::DragData* dragData, const String& dragStorageName, const SandboxExtension::Handle& sandboxExtensionHandle)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 931 milliseconds