/third_party/cef/tests/ceftests/ |
D | draggable_regions_unittest.cc | 111 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/ |
D | drag_target.dart | 39 /// 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 …]
|
D | draggable_scrollable_sheet.dart | 21 /// [ScrollController] for building a widget that may overflow the draggable 26 /// sheet be draggable.
|
D | overlay.dart | 34 /// widgets in the app. As the user's finger moves, draggable calls
|
D | text_selection.dart | 583 /// This widget represents a single draggable text selection handle.
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | draggable_test.dart | 286 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/ |
D | cef_types_wrappers.h | 354 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;
|
D | cef_types.h | 1349 int draggable; member
|
/third_party/cef/tests/cefclient/resources/win/ |
D | cefclient.rc | 34 IDS_DRAGGABLE_HTML BINARY "..\\draggable.html"
|
/third_party/cef/libcef/common/mojom/ |
D | cef.mojom | 19 bool draggable;
|
/third_party/cef/libcef/browser/views/ |
D | window_view.cc | 580 region.draggable ? SkRegion::kUnion_Op : SkRegion::kDifference_Op); in SetDraggableRegions()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | reorderable_list.dart | 441 // We build the draggable inside of a layout builder so that we can 473 // draggable.
|
D | bottom_sheet.dart | 400 /// a [GridView] and have the bottom sheet be draggable, you should set this
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.cc | 373 webregion.draggable); in OnDraggableRegionsChanged()
|
/third_party/cef/libcef/browser/ |
D | frame_host_impl.cc | 633 CefDraggableRegion(bounds, region->draggable)); in UpdateDraggableRegions()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 1193 it->draggable ? RGN_OR : RGN_DIFF); in OnSetDraggableRegions()
|
D | root_window_mac.mm | 549 // TODO(cef): Implement support for draggable regions on this platform.
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.types | 100 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse… 102 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse… 107 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse… 108 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse… 110 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse… 111 …draggable: any; hidden: any; innerText: any; lang: any; readonly offsetHeight: any; readonly offse…
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 1961 draggable?: boolean; property
|
D | react16.d.ts | 1064 draggable?: boolean;
|
D | lib.d.ts | 7948 draggable: boolean; property
|
/third_party/cef/ |
D | cef_paths2.gypi | 298 'tests/cefclient/resources/draggable.html',
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 118 [CEReactions] attribute boolean draggable;
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 1308 Separator classes (draggable divider between two panes).
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 6685 draggable: boolean; property
|