Home
last modified time | relevance | path

Searched refs:LocatedEvent (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_targeter.h21 class LocatedEvent; variable
41 const ui::LocatedEvent& event);
71 const ui::LocatedEvent& event);
74 const ui::LocatedEvent& event);
104 ui::LocatedEvent* event);
112 const ui::LocatedEvent& event) const;
120 const ui::LocatedEvent& event) const;
135 ui::LocatedEvent* event);
H A Dwindow_targeter.cc29 const ui::LocatedEvent& event) { in SubtreeShouldBeExploredForEvent()
69 const ui::LocatedEvent& event) { in GetPriorityTargetInRootWindow()
106 const ui::LocatedEvent& event) { in FindTargetInRootWindow()
167 ui::LocatedEvent* located_event = event->AsLocatedEvent(); in ProcessEventIfTargetsDifferentRootWindow()
220 ui::LocatedEvent* event) { in FindTargetForLocatedEvent()
235 ui::LocatedEvent* e = in FindTargetForLocatedEvent()
236 static_cast<ui::LocatedEvent*>(event->native_event()); in FindTargetForLocatedEvent()
252 const ui::LocatedEvent& event) const { in SubtreeCanAcceptEvent()
274 const ui::LocatedEvent& event) const { in EventLocationInsideBounds()
326 static_cast<ui::LocatedEvent*>(event)); in FindTargetForNonKeyEvent()
[all …]
H A Dwindow_event_dispatcher.h81 void RepostEvent(const ui::LocatedEvent* event);
184 void TransformEventForDeviceScaleFactor(ui::LocatedEvent* event);
277 ui::LocatedEvent* event);
307 std::unique_ptr<ui::LocatedEvent> held_move_event_;
310 std::unique_ptr<ui::LocatedEvent> held_repostable_event_;
313 ui::LocatedEvent* dispatching_held_event_ = nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_targeter.h21 class LocatedEvent; variable
41 const ui::LocatedEvent& event);
71 const ui::LocatedEvent& event);
74 const ui::LocatedEvent& event);
104 ui::LocatedEvent* event);
112 const ui::LocatedEvent& event) const;
120 const ui::LocatedEvent& event) const;
135 ui::LocatedEvent* event);
H A Dwindow_targeter.cc29 const ui::LocatedEvent& event) { in SubtreeShouldBeExploredForEvent()
69 const ui::LocatedEvent& event) { in GetPriorityTargetInRootWindow()
106 const ui::LocatedEvent& event) { in FindTargetInRootWindow()
167 ui::LocatedEvent* located_event = event->AsLocatedEvent(); in ProcessEventIfTargetsDifferentRootWindow()
220 ui::LocatedEvent* event) { in FindTargetForLocatedEvent()
235 ui::LocatedEvent* e = in FindTargetForLocatedEvent()
236 static_cast<ui::LocatedEvent*>(event->native_event()); in FindTargetForLocatedEvent()
252 const ui::LocatedEvent& event) const { in SubtreeCanAcceptEvent()
274 const ui::LocatedEvent& event) const { in EventLocationInsideBounds()
326 static_cast<ui::LocatedEvent*>(event)); in FindTargetForNonKeyEvent()
[all …]
H A Dwindow_event_dispatcher.h81 void RepostEvent(const ui::LocatedEvent* event);
184 void TransformEventForDeviceScaleFactor(ui::LocatedEvent* event);
277 ui::LocatedEvent* event);
308 std::unique_ptr<ui::LocatedEvent> held_move_event_;
311 std::unique_ptr<ui::LocatedEvent> held_repostable_event_;
314 ui::LocatedEvent* dispatching_held_event_ = nullptr;
/dports/textproc/jade/jade-1.2.1/lib/
H A DEvent.cxx21 LocatedEvent::LocatedEvent(Type type, const Location &location) in LocatedEvent() function in SP_NAMESPACE::LocatedEvent
27 : LocatedEvent(type, Location()) in MarkupEvent()
32 : LocatedEvent(type, loc) in MarkupEvent()
43 : LocatedEvent(startElement, startLocation), in StartElementEvent()
82 : LocatedEvent(endElement, startLocation), in EndElementEvent()
245 : LocatedEvent(nonSgmlChar, location), c_(c) in NonSgmlCharEvent()
250 : LocatedEvent(appinfo, location), appinfoNone_(1) in AppinfoEvent()
341 : LocatedEvent(endProlog, location), dtd_(dtd) in EndPrologEvent()
382 : LocatedEvent(ignoredRs, location), c_(c) in IgnoredRsEvent()
388 : LocatedEvent(ignoredRe, location), in IgnoredReEvent()
[all …]
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DEvent.cxx21 LocatedEvent::LocatedEvent(Type type, const Location &location) in LocatedEvent() function in SP_NAMESPACE::LocatedEvent
27 : LocatedEvent(type, Location()) in MarkupEvent()
32 : LocatedEvent(type, loc) in MarkupEvent()
43 : LocatedEvent(startElement, startLocation), in StartElementEvent()
82 : LocatedEvent(endElement, startLocation), in EndElementEvent()
249 : LocatedEvent(nonSgmlChar, location), c_(c) in NonSgmlCharEvent()
254 : LocatedEvent(appinfo, location), appinfoNone_(1) in AppinfoEvent()
345 : LocatedEvent(endProlog, location), dtd_(dtd) in EndPrologEvent()
386 : LocatedEvent(ignoredRs, location), c_(c) in IgnoredRsEvent()
392 : LocatedEvent(ignoredRe, location), in IgnoredReEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_layout_manager.h46 class LocatedEvent; variable
451 bool StartAppListDrag(const ui::LocatedEvent& event_in_screen,
453 bool StartShelfDrag(const ui::LocatedEvent& event_in_screen,
456 void MaybeSetupHotseatDrag(const ui::LocatedEvent& event_in_screen);
457 void UpdateDrag(const ui::LocatedEvent& event_in_screen,
460 void CompleteDrag(const ui::LocatedEvent& event_in_screen);
461 void CompleteAppListDrag(const ui::LocatedEvent& event_in_screen);
473 const ui::LocatedEvent& gesture_in_screen);
486 bool MaybeStartDragWindowFromShelf(const ui::LocatedEvent& event_in_screen,
488 void MaybeUpdateWindowDrag(const ui::LocatedEvent& event_in_screen,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/
H A Devent.h43 class LocatedEvent; variable
261 LocatedEvent* AsLocatedEvent();
262 const LocatedEvent* AsLocatedEvent() const;
354 ~LocatedEvent() override;
400 LocatedEvent(const LocatedEvent& copy);
408 LocatedEvent(const LocatedEvent& model, T* source, T* target) in LocatedEvent() function
416 LocatedEvent(EventType type,
448 : LocatedEvent(model, source, target), in MouseEvent()
458 : LocatedEvent(model, source, target), in MouseEvent()
656 : LocatedEvent(model, source, target), in TouchEvent()
[all …]
H A Devent.cc221 LocatedEvent* Event::AsLocatedEvent() { in AsLocatedEvent()
223 return static_cast<LocatedEvent*>(this); in AsLocatedEvent()
398 LocatedEvent::~LocatedEvent() = default;
400 LocatedEvent::LocatedEvent(const PlatformEvent& native_event) in LocatedEvent() function in ui::LocatedEvent
407 LocatedEvent::LocatedEvent(EventType type, in LocatedEvent() function in ui::LocatedEvent
416 LocatedEvent::LocatedEvent(const LocatedEvent& copy) = default;
418 void LocatedEvent::UpdateForRootTransform( in UpdateForRootTransform()
450 : LocatedEvent(native_event), in MouseEvent()
688 : LocatedEvent(native_event), in TouchEvent()
725 : LocatedEvent(copy), in TouchEvent()
[all …]
H A Devent_target.h23 class LocatedEvent; variable
57 LocatedEvent* event) const;
60 virtual gfx::PointF GetScreenLocationF(const LocatedEvent& event) const;
61 gfx::Point GetScreenLocation(const LocatedEvent& event) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/
H A Devent.h41 class LocatedEvent; variable
251 LocatedEvent* AsLocatedEvent();
252 const LocatedEvent* AsLocatedEvent() const;
334 class EVENTS_EXPORT LocatedEvent : public Event {
342 ~LocatedEvent() override;
386 LocatedEvent(const LocatedEvent& copy);
394 LocatedEvent(const LocatedEvent& model, T* source, T* target) in LocatedEvent() function
402 LocatedEvent(EventType type,
434 : LocatedEvent(model, source, target), in MouseEvent()
445 : LocatedEvent(model, source, target), in MouseEvent()
[all …]
H A Devent.cc240 LocatedEvent* Event::AsLocatedEvent() { in AsLocatedEvent()
242 return static_cast<LocatedEvent*>(this); in AsLocatedEvent()
418 LocatedEvent::~LocatedEvent() = default;
420 LocatedEvent::LocatedEvent(const PlatformEvent& native_event) in LocatedEvent() function in ui::LocatedEvent
427 LocatedEvent::LocatedEvent(EventType type, in LocatedEvent() function in ui::LocatedEvent
436 LocatedEvent::LocatedEvent(const LocatedEvent& copy) = default;
438 void LocatedEvent::UpdateForRootTransform( in UpdateForRootTransform()
470 : LocatedEvent(native_event), in MouseEvent()
725 : LocatedEvent(native_event), in TouchEvent()
762 : LocatedEvent(copy), in TouchEvent()
[all …]
H A Devent_target.h23 class LocatedEvent; variable
57 LocatedEvent* event) const;
60 virtual gfx::PointF GetScreenLocationF(const LocatedEvent& event) const;
61 gfx::Point GetScreenLocation(const LocatedEvent& event) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/ui/frame/caption_buttons/
H A Dframe_size_button.h55 void StartSetButtonsToSnapModeTimer(const ui::LocatedEvent& event); in COMPONENT_EXPORT()
66 void UpdateSnapPreview(const ui::LocatedEvent& event); in COMPONENT_EXPORT()
71 const ui::LocatedEvent& event) const; in COMPONENT_EXPORT()
75 bool CommitSnap(const ui::LocatedEvent& event); in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dink_drop_event_handler.h17 class LocatedEvent; variable
46 void AnimateInkDrop(InkDropState state, const ui::LocatedEvent* event);
47 ui::LocatedEvent* GetLastRippleTriggeringEvent() const;
74 std::unique_ptr<ui::LocatedEvent> last_ripple_triggering_event_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/animation/
H A Dink_drop_event_handler.h17 class LocatedEvent; variable
46 void AnimateInkDrop(InkDropState state, const ui::LocatedEvent* event);
47 ui::LocatedEvent* GetLastRippleTriggeringEvent() const;
74 std::unique_ptr<ui::LocatedEvent> last_ripple_triggering_event_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dtoplevel_window_event_handler.h28 class LocatedEvent; variable
137 void HandleDrag(aura::Window* target, ui::LocatedEvent* event);
140 void HandleMouseMoved(aura::Window* target, ui::LocatedEvent* event);
143 void HandleMouseExited(aura::Window* target, ui::LocatedEvent* event);
146 void HandleCaptureLost(ui::LocatedEvent* event);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/drag_drop/
H A Ddrag_drop_tracker.h39 aura::Window* GetTarget(const ui::LocatedEvent& event);
44 ui::LocatedEvent* ConvertEvent(aura::Window* target,
45 const ui::LocatedEvent& event);
H A Ddrag_drop_tracker_unittest.cc38 static ui::LocatedEvent* ConvertEvent(aura::Window* target, in ConvertEvent()
42 ui::LocatedEvent* converted = tracker->ConvertEvent(target, event); in ConvertEvent()
128 std::unique_ptr<ui::LocatedEvent> converted00( in TEST_F()
140 std::unique_ptr<ui::LocatedEvent> converted01( in TEST_F()
155 std::unique_ptr<ui::LocatedEvent> converted10( in TEST_F()
167 std::unique_ptr<ui::LocatedEvent> converted11( in TEST_F()
/dports/textproc/jade/jade-1.2.1/include/
H A DEvent.h96 class LocatedEvent : public Event {
98 LocatedEvent(Type type, const Location &);
101 LocatedEvent(const LocatedEvent &); // undefined
106 class MarkupEvent : public LocatedEvent {
131 class StartElementEvent : public LocatedEvent {
159 class EndElementEvent : public LocatedEvent {
183 class DataEvent : public LocatedEvent {
248 class PiEvent : public LocatedEvent {
332 class AppinfoEvent : public LocatedEvent {
456 class EndPrologEvent : public LocatedEvent {
[all …]
/dports/textproc/opensp/OpenSP-1.5.2/include/
H A DEvent.h97 class LocatedEvent : public Event {
99 LocatedEvent(Type type, const Location &);
102 LocatedEvent(const LocatedEvent &); // undefined
107 class MarkupEvent : public LocatedEvent {
133 class StartElementEvent : public LocatedEvent {
161 class EndElementEvent : public LocatedEvent {
185 class DataEvent : public LocatedEvent {
250 class PiEvent : public LocatedEvent {
334 class AppinfoEvent : public LocatedEvent {
458 class EndPrologEvent : public LocatedEvent {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/table/
H A Dtable_header.h70 bool StartResize(const ui::LocatedEvent& event);
74 void ContinueResize(const ui::LocatedEvent& event);
77 void ToggleSortOrder(const ui::LocatedEvent& event);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/table/
H A Dtable_header.h70 bool StartResize(const ui::LocatedEvent& event);
74 void ContinueResize(const ui::LocatedEvent& event);
77 void ToggleSortOrder(const ui::LocatedEvent& event);

12345678910