Home
last modified time | relevance | path

Searched refs:IdChange (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_session.h227 struct IdChange { struct
231 void notifyItemIdChange(IdChange event); argument
232 [[nodiscard]] rpl::producer<IdChange> itemIdChanged() const;
826 rpl::event_stream<IdChange> _itemIdChanges;
H A Ddata_session.cpp1347 void Session::notifyItemIdChange(IdChange event) { in notifyItemIdChange()
1365 rpl::producer<Session::IdChange> Session::itemIdChanged() const { in itemIdChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Drule_feature_set.cc1116 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *descendants, IdChange, id); in CollectInvalidationSetsForId()
1121 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *siblings, IdChange, id); in CollectInvalidationSetsForId()
1142 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *sibling_set, IdChange, id); in CollectSiblingInvalidationSetForId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Drule_feature_set.cc1218 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *descendants, IdChange, id); in CollectInvalidationSetsForId()
1223 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *siblings, IdChange, id); in CollectInvalidationSetsForId()
1244 TRACE_SCHEDULE_STYLE_INVALIDATION(element, *sibling_set, IdChange, id); in CollectSiblingInvalidationSetForId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_trace_events.h154 std::unique_ptr<TracedValue> IdChange(Element&,
H A Dinspector_trace_events.cc492 inspector_schedule_style_invalidation_tracking_event::IdChange( in IdChange() function in blink::inspector_schedule_style_invalidation_tracking_event
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_trace_events.h159 std::unique_ptr<TracedValue> IdChange(Element&,
H A Dinspector_trace_events.cc502 inspector_schedule_style_invalidation_tracking_event::IdChange( in IdChange() function in blink::inspector_schedule_style_invalidation_tracking_event
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_overlay_widget.cpp4009 ) | rpl::start_with_next([=](const Data::Session::IdChange &change) { in setSession()