Searched refs:Anchor (Results 1 – 12 of 12) sorted by relevance
/haiku/src/servers/app/ |
H A D | WindowList.cpp | 57 window_anchor& windowAnchor = window->Anchor(fIndex); in AddWindow() 60 window_anchor& beforeAnchor = before->Anchor(fIndex); in AddWindow() 66 windowAnchor.previous->Anchor(fIndex).next = window; in AddWindow() 74 fLastWindow->Anchor(fIndex).next = window; in AddWindow() 93 window_anchor& windowAnchor = window->Anchor(fIndex); in RemoveWindow() 100 windowAnchor.previous->Anchor(fIndex).next = windowAnchor.next; in RemoveWindow() 108 windowAnchor.next->Anchor(fIndex).previous = windowAnchor.previous; in RemoveWindow() 125 return window->Anchor(fIndex).next != NULL in HasWindow() 126 || window->Anchor(fIndex).previous != NULL in HasWindow()
|
H A D | Workspace.cpp | 135 _leftTop = fCurrent->Anchor(fWorkspace.Index()).position; in GetNextWindow() 157 _leftTop = fCurrent->Anchor(fWorkspace.Index()).position; in GetPreviousWindow()
|
H A D | WorkspacesView.cpp | 576 if (fSelectedWindow->Anchor(fSelectedWorkspace).position in MouseMoved() 578 fSelectedWindow->Anchor(fSelectedWorkspace).position in MouseMoved() 581 leftTop = fSelectedWindow->Anchor(fSelectedWorkspace).position; in MouseMoved()
|
H A D | Window.h | 99 window_anchor& Anchor(int32 index);
|
H A D | Desktop.cpp | 1468 if (stackWindow->Anchor(workspace).position in MoveWindowBy() 1470 stackWindow->Anchor(workspace).position in MoveWindowBy() 1474 stackWindow->Anchor(workspace).position += BPoint(x, y); in MoveWindowBy() 3299 window->Anchor(firstWorkspace).position = window->Frame().LeftTop(); in _ChangeWindowWorkspaces() 3758 movedWindow->Anchor(index).position = movedWindow->Frame().LeftTop(); in _SetWorkspace() 3773 window->Anchor(previousIndex).position = window->Frame().LeftTop(); in _SetWorkspace() 3806 BPoint position = window->Anchor(index).position; in _SetWorkspace()
|
H A D | Window.cpp | 272 Anchor(i).position = fFrame.LeftTop(); in _PropagatePosition() 590 Window::Anchor(int32 index) in Anchor() function in Window
|
/haiku/src/apps/haikudepot/textview/ |
H A D | TextEditor.cpp | 135 _SetSelection(selection.Caret(), selection.Anchor(), true, true); in SetSelection() 173 std::min(fSelection.Caret(), fSelection.Anchor()), in KeyDown() 182 std::max(fSelection.Caret(), fSelection.Anchor()), in KeyDown() 360 return std::min(fSelection.Caret(), fSelection.Anchor()); in SelectionStart() 367 return std::max(fSelection.Caret(), fSelection.Anchor()); in SelectionEnd() 431 int32 anchor = lockSelectionAnchor ? fSelection.Anchor() : offset; in _SetCaretOffset() 443 if (caret == fSelection.Caret() && anchor == fSelection.Anchor()) in _SetSelection()
|
H A D | TextSelection.h | 23 inline int32 Anchor() const in Anchor() function
|
/haiku/src/servers/app/stackandtile/ |
H A D | SATWindow.cpp | 394 window_anchor& anchor = fWindow->Anchor(fWindow->CurrentWorkspace()); in CompleteWindowFrame()
|
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/ |
H A D | usbdevs | 236 vendor ANCHOR 0x0547 Anchor Chips 1126 /* Anchor products */
|
/haiku/src/data/ids/ |
H A D | usb.ids | 6827 0547 Anchor Chips, Inc. 9159 0605 Anchor C&C Co., Ltd 12072 afe3 FingerLoc Sensor Module (Anchor) 12073 afe4 FingerLoc Sensor Module (Anchor) 12074 afe5 FingerLoc Sensor Module (Anchor) 12075 afe6 FingerLoc Sensor Module (Anchor)
|
H A D | pci.ids | 17524 12be Anchor Chips Inc. 17527 12be 3042 Anchor Chips Lite Evaluation Board 22555 c070 u.trust Anchor Hardware Security Module cs7.2 Series 22556 c071 u.trust Anchor Hardware Security Module cs7.3 Series 22557 c072 u.trust Anchor Hardware Security Module cs7.3 Series Virtual Function
|