Home
last modified time | relevance | path

Searched refs:GetOrientation (Results 1 - 9 of 9) sorted by relevance

/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp49 std::string JsApp::GetOrientation() const { in GetOrientation() function in JsApp
H A DMockJsAppImpl.cpp35 std::string JsAppImpl::GetOrientation() const in GetOrientation() function in JsAppImpl
/ide/tools/previewer/jsapp/
H A DJsApp.cpp164 std::string JsApp::GetOrientation() const in GetOrientation() function in JsApp
H A DJsApp.h126 virtual std::string GetOrientation() const;
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h74 std::string GetOrientation() const override;
H A DJsAppImpl.cpp688 std::string JsAppImpl::GetOrientation() const in GetOrientation() function in JsAppImpl
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp109 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), ""); in TEST_F()
115 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), ""); in TEST_F()
121 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), ""); in TEST_F()
129 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), "landscape"); in TEST_F()
134 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), "portrait"); in TEST_F()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp213 EXPECT_EQ(JsAppImpl::GetInstance().GetOrientation(), "portrait"); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp516 std::string currentOrientation = JsAppImpl::GetInstance().GetOrientation(); in RunSet()

Completed in 11 milliseconds