Lines Matching refs:LiteWM
101 LiteWindow* window = LiteWM::GetInstance()->GetWindowById(id);
127 LiteWM::GetInstance()->Show(id);
135 LiteWM::GetInstance()->Hide(id);
143 LiteWM::GetInstance()->RaiseToTop(id);
151 LiteWM::GetInstance()->LowerToBottom(id);
163 LiteWM::GetInstance()->MoveTo(id, x, y);
175 LiteWM::GetInstance()->Resize(id, width, height);
183 LiteWM::GetInstance()->UpdateWindow(id);
192 LiteWindow* window = LiteWM::GetInstance()->CreateWindow(*config, pid);
206 LiteWM::GetInstance()->RemoveWindow(id);
212 LiteWM::GetInstance()->GetEventData(&data);
226 bool ret = LiteWM::GetInstance()->OnScreenshot(surface);
252 LiteWM::GetInstance()->OnClientDeathNotify(cbArg->pid);
261 LiteWM::GetInstance()->GetLayerInfo(layerInfo);