Home
last modified time | relevance | path

Searched refs:draggable (Results 1 – 25 of 28) sorted by relevance

12

/third_party/cef/tests/ceftests/
Ddraggable_regions_unittest.cc111 EXPECT_EQ(1, regions[0].draggable); in OnDraggableRegionsChanged()
116 EXPECT_EQ(0, regions[1].draggable); in OnDraggableRegionsChanged()
125 EXPECT_EQ(1, regions[0].draggable); in OnDraggableRegionsChanged()
130 EXPECT_EQ(0, regions[1].draggable); in OnDraggableRegionsChanged()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Ddrag_target.dart39 /// Signature for when the draggable is dropped.
41 /// The velocity and offset at which the pointer was moving when the draggable
43 /// `details` is whether the draggable's [DragTarget] accepted it.
75 /// When a draggable widget recognizes the start of a drag gesture, it displays
78 /// the opportunity to accept the [data] carried by the draggable.
124 /// The data that will be dropped by this draggable.
127 /// The [Axis] to restrict this draggable's movement, if specified.
204 /// than in a scroll because the draggable widget, being the more specific
215 /// want to prevent the draggable from actually being dragged.
221 /// Called when the draggable starts being dragged.
[all …]
Ddraggable_scrollable_sheet.dart21 /// [ScrollController] for building a widget that may overflow the draggable
26 /// sheet be draggable.
Doverlay.dart34 /// widgets in the app. As the user's finger moves, draggable calls
Dtext_selection.dart583 /// This widget represents a single draggable text selection handle.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddraggable_test.dart286 testWidgets('Drag and drop - long press draggable, short press', (WidgetTester tester) async {
332 testWidgets('Drag and drop - long press draggable, long press', (WidgetTester tester) async {
422 // vertical draggable drags vertically
436 // horizontal draggable drags horizontally
453 // vertical draggable drags horizontally when there's no competition
471 // horizontal draggable doesn't drag vertically when there is competition
530 // horizontal draggable drags horizontally
544 // vertical draggable drags vertically
561 // horizontal draggable drags vertically when there's no competition
579 // vertical draggable doesn't drag horizontally when there is competition
[all …]
/third_party/cef/include/internal/
Dcef_types_wrappers.h354 CefDraggableRegion(const CefRect& bounds, bool draggable) { in CefDraggableRegion() argument
355 Set(bounds, draggable); in CefDraggableRegion()
359 bounds = bounds_val, draggable = draggable_val; in Set()
365 return a.bounds == b.bounds && a.draggable == b.draggable;
Dcef_types.h1349 int draggable; member
/third_party/cef/tests/cefclient/resources/win/
Dcefclient.rc34 IDS_DRAGGABLE_HTML BINARY "..\\draggable.html"
/third_party/cef/libcef/common/mojom/
Dcef.mojom19 bool draggable;
/third_party/cef/libcef/browser/views/
Dwindow_view.cc580 region.draggable ? SkRegion::kUnion_Op : SkRegion::kDifference_Op); in SetDraggableRegions()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dreorderable_list.dart441 // We build the draggable inside of a layout builder so that we can
473 // draggable.
Dbottom_sheet.dart400 /// a [GridView] and have the bottom sheet be draggable, you should set this
/third_party/cef/libcef/renderer/
Dframe_impl.cc373 webregion.draggable); in OnDraggableRegionsChanged()
/third_party/cef/libcef/browser/
Dframe_host_impl.cc633 CefDraggableRegion(bounds, region->draggable)); in UpdateDraggableRegions()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1193 it->draggable ? RGN_OR : RGN_DIFF); in OnSetDraggableRegions()
Droot_window_mac.mm549 // TODO(cef): Implement support for draggable regions on this platform.
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.types100draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
102draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
107draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
108draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
110draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
111draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
/third_party/typescript/tests/lib/
Dreact.d.ts1961 draggable?: boolean; property
Dreact16.d.ts1064 draggable?: boolean;
Dlib.d.ts7948 draggable: boolean; property
/third_party/cef/
Dcef_paths2.gypi298 'tests/cefclient/resources/draggable.html',
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl118 [CEReactions] attribute boolean draggable;
/third_party/python/Lib/idlelib/
DChangeLog1308 Separator classes (draggable divider between two panes).
/third_party/typescript/lib/
Dlib.dom.d.ts6685 draggable: boolean; property

12