Searched refs:WindowList (Results 1 – 15 of 15) sorted by relevance
29 WindowList::WindowList(int32 index) in WindowList() function in WindowList38 WindowList::~WindowList() in ~WindowList()44 WindowList::SetIndex(int32 index) in SetIndex()55 WindowList::AddWindow(Window* window, Window* before) in AddWindow()91 WindowList::RemoveWindow(Window* window) in RemoveWindow()120 WindowList::HasWindow(Window* window) const in HasWindow()137 WindowList::ValidateWindow(Window* validateWindow) const in ValidateWindow()150 WindowList::Count() const in Count()
19 class WindowList {21 WindowList(int32 index = 0);22 ~WindowList();
35 WindowList& Windows() { return fWindows; } in Windows()62 WindowList fWindows;
268 WindowList& CurrentWindows();269 WindowList& AllWindows();275 WindowList& _Windows(int32 index);306 void _BringWindowsToFront(WindowList& windows,357 WindowList fAllWindows;358 WindowList fSubsetWindows;359 WindowList fFocusList;
101 WindowList.cpp
315 Window* window = stack->WindowList().ItemAt(i); in MoveBy()344 Window* window = stack->WindowList().ItemAt(i); in ResizeBy()381 Window* window = stack->WindowList().ItemAt(i); in ResizeBy()408 Window* window = stack->WindowList().ItemAt(i); in SetOutlinesDelta()2110 return fCurrentStack->WindowList().IndexOf(this); in PositionInStack()
45 const StackWindows& WindowList() const { return fWindowList; } in WindowList() function
1213 WindowList windows(kWorkingList); in ActivateWindow()2056 WindowList* list = &_Windows(fCurrentWorkspace); in SetFocusWindow()2878 WindowList&2885 WindowList&2906 WindowList&3311 Desktop::_BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible) in _BringWindowsToFront()3801 WindowList windows(kWorkingList); in _SetWorkspace()
59 position = area->WindowList().CountItems() - 1; in HandleMessage()61 SATWindow* parent = area->WindowList().ItemAt(position); in HandleMessage()74 if (area->WindowList().HasItem(candidate)) { in HandleMessage()123 SATWindow* removeWindow = area->WindowList().ItemAt(position); in HandleMessage()147 reply.Attach<int32>(area->WindowList().CountItems()); in HandleMessage()159 SATWindow* satWindow = area->WindowList().ItemAt(position); in HandleMessage()198 reply.Attach<bool>(area->WindowList().HasItem(candidate)); in HandleMessage()283 const SATWindowList& list = area->WindowList(); in RemovedFromArea()
563 const SATWindowList& list = windowArea->WindowList(); in Trace()1097 const SATWindowList& windowList = area->WindowList(); in ArchiveGroup()1190 if (removedArea == NULL || removedArea->WindowList().CountItems() > 1) in _SplitGroupIfNecessary()1203 && newGroup.ItemAt(0)->WindowList().CountItems() == 1) { in _SplitGroupIfNecessary()1204 SATWindow* window = newGroup.ItemAt(0)->WindowList().ItemAt(0); in _SplitGroupIfNecessary()
70 WindowList& windows = desktop->AllWindows(); in ListenerRegistered()401 if (area->WindowList().HasItem(satWindow)) in WindowWorkspacesChanged()
152 const SATWindowList& WindowList() { return fWindowList; } in WindowList() function
301 AutoLock<WindowList> lock(&fWindowList); in TTracker()368 AutoLock<WindowList> lock(&fWindowList); in QuitRequested()629 AutoLock<WindowList> lock(&fWindowList); in MessageReceived()727 AutoLock<WindowList> lock(&fWindowList); in MoveRefsToTrash()758 AutoLock<WindowList> lock(&fWindowList); in SelectRefs()1074 AutoLock<WindowList> lock(&fWindowList); in OpenContainerWindow()1190 AutoLock<WindowList> lock(&fWindowList); in OpenInfoWindows()1266 AutoLock<WindowList> lock(&fWindowList); in EntryHasWindowOpen()1317 AutoLock<WindowList> lock(&fWindowList); in QueryActiveForDevice()1339 AutoLock<WindowList> lock(fWindowList); in CloseActiveQueryWindows()[all …]
66 typedef LockingList<BWindow> WindowList; typedef225 WindowList fWindowList;
196 WindowList.cpp