Home
last modified time | relevance | path

Searched refs:commandColorMode (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/jsapp/
DJsApp.cpp155 void JsApp::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument
157 colorMode = commandColorMode; in ColorModeChanged()
DJsApp.h66 virtual void ColorModeChanged(const std::string commandColorMode);
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h73 void ColorModeChanged(const std::string commandColorMode) override;
DJsAppImpl.cpp142 void JsAppImpl::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument
144 if (commandColorMode == "light") { in ColorModeChanged()
/ide/tools/previewer/cli/
DCommandLine.cpp537 std::string commandColorMode = args["ColorMode"].asString(); in RunSet() local
539 if (commandColorMode != currentColorMode) { in RunSet()
541 JsAppImpl::GetInstance().ColorModeChanged(commandColorMode); in RunSet()