Home
last modified time | relevance | path

Searched refs:currentPage (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp74 void JsAppImpl::ReloadRuntimePage(const std::string currentPage) in ReloadRuntimePage() argument
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h77 void ReloadRuntimePage(const std::string currentPage) override;
H A DJsAppImpl.cpp728 void JsAppImpl::ReloadRuntimePage(const std::string currentPage) in ReloadRuntimePage() argument
732 ability->ReplacePage(currentPage, params); in ReloadRuntimePage()
/ide/tools/previewer/cli/
H A DCommandLine.cpp692 std::string currentPage = args["ReloadRuntimePage"].AsString(); in RunSet() local
693 JsAppImpl::GetInstance().ReloadRuntimePage(currentPage); in RunSet()
695 ILOG("ReloadRuntimePage finished, currentPage is: %s", args["ReloadRuntimePage"].AsString().c_str()); in RunSet()

Completed in 11 milliseconds