Searched refs:ExitFullscreen (Results 1 – 8 of 8) sorted by relevance
41 JSClass<JSVideoController>::CustomMethod("exitFullscreen", &JSVideoController::ExitFullscreen); in JSBind()133 void JSVideoController::ExitFullscreen(const JSCallbackInfo& args) in ExitFullscreen() function in OHOS::Ace::Framework::JSVideoController137 videoController_->ExitFullscreen(false); in ExitFullscreen()
39 void ExitFullscreen(const JSCallbackInfo& args);
82 void ExitFullscreen(bool isSync) in ExitFullscreen() function180 void ExitFullscreen(bool isSync) in ExitFullscreen() function183 item->ExitFullscreen(isSync); in ExitFullscreen()
80 controller->ExitFullscreen(true); in FireFullscreen()122 controller->ExitFullscreen(true); in FireFullscreen()
73 void NativeVideoController::ExitFullscreen() in ExitFullscreen() function in OHOS::Ace::Framework::NativeVideoController76 videoController_->ExitFullscreen(false); in ExitFullscreen()277 self->ExitFullscreen(); in FfiOHOSAceFrameworkVideoControllerExitFullscreen()
38 void ExitFullscreen();
188 controller->ExitFullscreen(false); in CallSpecializedMethod()242 controller->ExitFullscreen(true); in FireFullscreen()
1077 videoController->ExitFullscreen(false); // nothing will happen for it's async1079 videoController->ExitFullscreen(true);