Searched refs:EPOC_WsWindowGroup (Results 1 – 2 of 2) sorted by relevance
201 Private->EPOC_WsWindowGroup=RWindowGroup(Private->EPOC_WsSession); in ConstructWindowL()202 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle)); in ConstructWindowL()203 Private->EPOC_WsWindowGroup.SetOrdinalPosition(0); in ConstructWindowL()214 Private->EPOC_WsWindowGroup.SetName(winGroupName); //!! in ConstructWindowL()217 …User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle… in ConstructWindowL()223 Private->EPOC_WsWindowGroupID = Private->EPOC_WsWindowGroup.Identifier(); in ConstructWindowL()471 TInt pos = Private->EPOC_WsWindowGroup.OrdinalPosition(); in EPOC_DirectUpdate()472 Private->EPOC_WsWindowGroup.SetOrdinalPosition(0, KMaxTInt); in EPOC_DirectUpdate()475 Private->EPOC_WsWindowGroup.SetOrdinalPosition(pos, ECoeWinPriorityNormal); in EPOC_DirectUpdate()653 if (Private->EPOC_WsWindowGroup.WsHandle()) in EPOC_VideoQuit()[all …]
57 RWindowGroup EPOC_WsWindowGroup; member