Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
DJsApp.h56 virtual bool MemoryRefresh(const std::string) const;
DJsApp.cpp179 bool JsApp::MemoryRefresh(const std::string) const in MemoryRefresh() function in JsApp
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h75 bool MemoryRefresh(const std::string memoryRefreshArgs) const override;
DJsAppImpl.cpp772 bool JsAppImpl::MemoryRefresh(const std::string memoryRefreshArgs) const in MemoryRefresh() function in JsAppImpl
/ide/tools/previewer/cli/
DCommandLine.cpp569 bool ret = JsAppImpl::GetInstance().MemoryRefresh(args.toStyledString()); in RunSet()