Home
last modified time | relevance | path

Searched refs:urlPath (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.cpp30 urlPath(""), in JsApp()
99 urlPath = value; in SetUrlPath()
H A DJsApp.h147 std::string urlPath; member in JsApp
/ide/tools/previewer/test/unittest/jsapp_lite/
H A DJsAppImplTest.cpp127 // urlPath empty in TEST_F()
130 JsAppImpl::GetInstance().urlPath = ""; in TEST_F()
139 // urlPath not empty in TEST_F()
142 JsAppImpl::GetInstance().urlPath = "pages/Index"; in TEST_F()
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp241 if (urlPath.empty()) { in StartJsApp()
248 val.Add("uri", urlPath.c_str()); in StartJsApp()
/ide/tools/previewer/util/
H A DCommandParser.cpp443 urlPath = Value("url"); in IsUrlValid()
444 if (urlPath.empty()) { in IsUrlValid()
448 ILOG("CommandParser url: %s", urlPath.c_str()); in IsUrlValid()
H A DCommandParser.h139 std::string urlPath; member in CommandParser::ScreenMode
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp173 SetUrl(args, urlPath); in SetJsAppArgs()
497 void JsAppImpl::SetUrl(Platform::AceRunArgs& args, const std::string urlPath) const in SetUrl()
499 args.url = urlPath; in SetUrl()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp445 EXPECT_EQ(JsAppImpl::GetInstance().urlPath, "pages/Index"); in TEST_F()

Completed in 7 milliseconds