Searched refs:FormWindow (Results 1 – 13 of 13) sorted by relevance
28 class ACE_EXPORT FormWindow : public Window {30 …explicit FormWindow(const WeakPtr<PipelineBase>& context) : Window(nullptr), outSidePipelineContex… in FormWindow() function31 ~FormWindow() in ~FormWindow()65 ACE_DISALLOW_COPY_AND_MOVE(FormWindow);
19 void FormWindow::RequestFrame() in RequestFrame()41 void FormWindow::SetVsyncCallback(AceVsyncCallback&& callback) in SetVsyncCallback()
213 auto&& window = std::make_unique<FormWindow>(outSidePipelineContext_); in RunCard()
248 FormWindow GetFormWindow() const;253 void SetFormWindow(const FormWindow &formWindow);470 FormWindow formWindow_;
63 FormWindow formWindow;
34 struct FormWindow { struct
43 FormWindow window;
42 FormWindow window;
45 FormWindow formWindow;
400 FormWindow FormItemInfo::GetFormWindow() const in GetFormWindow()408 void FormItemInfo::SetFormWindow(const FormWindow &formWindow) in SetFormWindow()
48 FormWindow formWindow; in DoSomethingInterestingWithMyAPI()
324 void to_json(nlohmann::json &jsonObject, const FormWindow &formWindow) in to_json()399 void from_json(const nlohmann::json &jsonObject, FormWindow &formWindow) in from_json()652 GetValueIfFindKey<FormWindow>(jsonObject, in from_json()
955 static void ConvertFormWindow(napi_env env, napi_value objWindowInfo, const FormWindow &formWindow) in ConvertFormWindow()