Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
H A DJsApp.cpp40 configChanges("") in JsApp()
94 configChanges = value; in SetConfigChanges()
H A DJsApp.h157 std::string configChanges; member in JsApp
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp123 configChanges = value; in SetConfigChanges()
/ide/tools/previewer/util/
H A DCommandParser.h145 std::string configChanges; member in CommandParser::ScreenMode
H A DCommandParser.cpp41 configChanges(""), in CommandParser()
79 Register("-cc", 1, "Set Resource configChanges."); in CommandParser()
243 return configChanges; in GetConfigChanges()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp174 SetConfigChanges(args, configChanges); in SetJsAppArgs()
502 void JsAppImpl::SetConfigChanges(Platform::AceRunArgs& args, const std::string configChanges) const in SetConfigChanges()
504 args.configChanges = configChanges; in SetConfigChanges()
743 configChanges = value; in SetConfigChanges()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp258 EXPECT_EQ(JsAppImpl::GetInstance().configChanges, "aaa"); in TEST_F()

Completed in 7 milliseconds