Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
H A DJsApp.cpp169 void JsApp::OrientationChanged(std::string commandOrientation) in OrientationChanged() argument
171 orientation = commandOrientation; in OrientationChanged()
H A DJsApp.h122 virtual void OrientationChanged(std::string commandOrientation);
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp41 void JsAppImpl::OrientationChanged(std::string commandOrientation) in OrientationChanged() argument
43 orientation = commandOrientation; in OrientationChanged()
H A DMockJsApp.cpp37 void JsApp::OrientationChanged(std::string commandOrientation) { in OrientationChanged() argument
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h66 void OrientationChanged(std::string commandOrientation) override;
H A DJsAppImpl.cpp119 void JsAppImpl::OrientationChanged(std::string commandOrientation) in OrientationChanged() argument
125 if (commandOrientation == "portrait") { in OrientationChanged()
131 orientation = commandOrientation; in OrientationChanged()
/ide/tools/previewer/cli/
H A DCommandLine.cpp515 std::string commandOrientation = args["Orientation"].AsString(); in RunSet() local
517 if (commandOrientation != currentOrientation) { in RunSet()
518 JsAppImpl::GetInstance().OrientationChanged(commandOrientation); in RunSet()

Completed in 7 milliseconds