Searched refs:commandColorMode (Results 1 – 5 of 5) sorted by relevance
155 void JsApp::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument157 colorMode = commandColorMode; in ColorModeChanged()
66 virtual void ColorModeChanged(const std::string commandColorMode);
73 void ColorModeChanged(const std::string commandColorMode) override;
142 void JsAppImpl::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument144 if (commandColorMode == "light") { in ColorModeChanged()
537 std::string commandColorMode = args["ColorMode"].asString(); in RunSet() local539 if (commandColorMode != currentColorMode) { in RunSet()541 JsAppImpl::GetInstance().ColorModeChanged(commandColorMode); in RunSet()