Home
last modified time | relevance | path

Searched refs:TestingTheme (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme.h126 TestingTheme, enumerator
135 return (type == Type::TestingTheme) in paletteChanged()
H A Dwindow_theme.cpp705 _updates.fire({ BackgroundUpdate::Type::TestingTheme, tile() }); in set()
981 _updates.fire({ BackgroundUpdate::Type::TestingTheme, tile() }); in reset()
1044 _updates.fire({ BackgroundUpdate::Type::TestingTheme, tile() }); in setTestingTheme()
1054 _updates.fire({ BackgroundUpdate::Type::TestingTheme, tile() }); in setTestingDefaultTheme()
H A Dwindow_theme_editor.cpp422 if (update.type == BackgroundUpdate::Type::TestingTheme) { in Inner()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwindow.cpp560 if (data.type == Type::TestingTheme) { in themeUpdated()