Searched refs:WindowSessionType (Results 1 – 12 of 12) sorted by relevance
147 void SetWindowSessionType(WindowSessionType sessionType);344 WindowSessionType GetWindowSessionType() const;429 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
319 enum class WindowSessionType : uint32_t { enum
154 void SetWindowSessionType(WindowSessionType sessionType);378 WindowSessionType GetWindowSessionType() const;504 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
436 enum class WindowSessionType : uint32_t { enum
93 void WindowOption::SetWindowSessionType(WindowSessionType sessionType) in SetWindowSessionType()219 WindowSessionType WindowOption::GetWindowSessionType() const in GetWindowSessionType()
152 void WindowOption::SetWindowSessionType(WindowSessionType sessionType) in SetWindowSessionType()157 WindowSessionType WindowOption::GetWindowSessionType() const in GetWindowSessionType()
42 if (sessionType == WindowSessionType::SCENE_SESSION) { in CreateWindowWithSession()44 } else if (sessionType == WindowSessionType::EXTENSION_SESSION) { in CreateWindowWithSession()
386 option->SetWindowSessionType(WindowSessionType::SCENE_SESSION);398 option->SetWindowSessionType(WindowSessionType::SCENE_SESSION);400 ASSERT_EQ(WindowSessionType::SCENE_SESSION, option->GetWindowSessionType());
52 option->SetWindowSessionType(WindowSessionType::EXTENSION_SESSION); in CreateWindow()
506 option->SetWindowSessionType(Rosen::WindowSessionType::EXTENSION_SESSION); in HandleAutoFillCreate()
648 option->SetWindowSessionType(Rosen::WindowSessionType::EXTENSION_SESSION); in HandleSessionCreate()
711 option->SetWindowSessionType(Rosen::WindowSessionType::EXTENSION_SESSION); in CreateUIWindow()