Home
last modified time | relevance | path

Searched refs:commandColorMode (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.cpp154 void JsApp::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument
156 colorMode = commandColorMode; in ColorModeChanged()
H A DJsApp.h128 virtual void ColorModeChanged(const std::string commandColorMode);
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp57 void JsAppImpl::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument
59 colorMode = commandColorMode; in ColorModeChanged()
H A DMockJsApp.cpp55 void JsApp::ColorModeChanged(const std::string commandColorMode) { in ColorModeChanged() argument
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h76 void ColorModeChanged(const std::string commandColorMode) override;
H A DJsAppImpl.cpp143 void JsAppImpl::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() argument
145 if (commandColorMode == "light") { in ColorModeChanged()
/ide/tools/previewer/cli/
H A DCommandLine.cpp545 std::string commandColorMode = args["ColorMode"].AsString(); in RunSet() local
547 if (commandColorMode != currentColorMode) { in RunSet()
549 JsAppImpl::GetInstance().ColorModeChanged(commandColorMode); in RunSet()

Completed in 7 milliseconds