Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
DJsApp.h51 virtual void ColorModeChanged(const std::string commandColorMode);
DJsApp.cpp155 void JsApp::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() function in JsApp
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h71 void ColorModeChanged(const std::string commandColorMode) override;
DJsAppImpl.cpp144 void JsAppImpl::ColorModeChanged(const std::string commandColorMode) in ColorModeChanged() function in JsAppImpl
/ide/tools/previewer/cli/
DCommandLine.cpp526 JsAppImpl::GetInstance().ColorModeChanged(commandColorMode); in RunSet()