Home
last modified time | relevance | path

Searched defs:chatMessagesView (Results 1 – 6 of 6) sorted by relevance

/dports/polish/kadu/kadu-4.3/plugins/history/
H A Dhistory-messages-prepender.cpp28 …istoryMessagesPrepender(QFuture<SortedMessages> messages, WebkitMessagesView *chatMessagesView, QO… in HistoryMessagesPrepender()
H A Dhistory.cpp229 auto chatMessagesView = chatWidget->chatMessagesView(); in chatWidgetAdded() local
/dports/polish/kadu/kadu-4.3/kadu-core/gui/
H A Dweb-view-highlighter.cpp37 WebkitMessagesView * WebViewHighlighter::chatMessagesView() const in chatMessagesView() function in WebViewHighlighter
/dports/polish/kadu/kadu-4.3/plugins/history/actions/
H A Dshow-history-action-description.cpp162 WebkitMessagesView *chatMessagesView = chatWidget->chatMessagesView(); in showDaysMessages() local
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/chat-widget/
H A Dchat-widget-impl.h158 virtual WebkitMessagesView * chatMessagesView() const override { return MessagesView.get(); } in chatMessagesView() function
/dports/polish/kadu/kadu-4.3/kadu-core/chat/
H A Dopen-chat-service.test.cpp74 virtual WebkitMessagesView * chatMessagesView() const override { return {}; } in chatMessagesView() function in ChatWidgetStub