Searched refs:previous (Results 76 - 100 of 119) sorted by path

12345

/haiku/src/apps/deskbar/
H A DSwitcher.cpp119 void Update(int32 previous, int32 current,
182 void Update(int32 previous, int32 current,
868 TSwitchManager::SwitchToApp(int32 previous, int32 current, bool forward) argument
876 fWindow->Update(previous, fCurrentIndex, previousSlot, fCurrentSlot,
1016 // switch to previous app in the list so that we don't jump to
1805 TSwitcherWindow::Update(int32 previous, int32 current, argument
1809 fIconView->Update(previous, current, previousSlot, currentSlot,
1990 TIconView::Update(int32 previous, int32 current, argument
1997 TTeamGroup* previousGroup = (TTeamGroup*)groupList->ItemAt(previous);
/haiku/src/apps/diskprobe/
H A DDataView.cpp936 bool previous = IsFocus(); local
939 if (focus == previous)
H A DFindWindow.cpp490 FindWindow::FindWindow(BRect _rect, BMessage& previous, BMessenger& target, argument
498 if (previous.FindInt8("find_mode", &mode) != B_OK && settings != NULL)
521 fTextView->SetData(previous);
532 if (previous.FindBool("case_sensitive", &caseSensitive) != B_OK
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.cpp62 UndoableEdit::UndoesPrevious(const UndoableEdit* previous) argument
76 UndoableEdit::CombineWithPrevious(const UndoableEdit* previous) argument
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp29 PropertyObject* previous,
35 fOldProperties(previous),
27 SetPropertiesCommand(IconObject** objects, int32 objectCount, PropertyObject* previous, PropertyObject* current) argument
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp63 Command::UndoesPrevious(const Command* previous) argument
77 Command::CombineWithPrevious(const Command* previous) argument
H A DCommand.h30 virtual bool UndoesPrevious(const Command* previous);
32 virtual bool CombineWithPrevious(const Command* previous);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp453 PropertyListView::PropertyChanged(const Property* previous, argument
490 Property* previous = fSavedProperties->FindProperty(propertyID); local
492 if (previous && current) {
494 PropertyChanged(previous, current);
498 // and "previous" and "current" are toast)
499 if (fSavedProperties->HasProperty(previous)
501 previous->SetValue(current);
H A DPropertyListView.h61 virtual void PropertyChanged(const Property* previous,
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp97 IconObjectListView::PropertyChanged(const Property* previous, argument
105 oldObject->AddProperty(previous->Clone());
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1258 BPoint previous; local
1267 fPath->GetPointAt(index - 1, previous);
1274 previousOut = scale_point(previous, previousOut, scale);
/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.cpp59 rgb_color previous = fStyle->Color(); local
61 fColor = previous;
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp14 struct stack_frame *previous; member in struct:stack_frame
51 stackFrameInfo->parent_frame = stackFrame.previous;
/haiku/src/kits/interface/
H A DTextView.cpp3411 // find the caret position on the previous
3613 // offset of the next line, and go to the previous character
4171 int32 previous; local
4173 previous = _PreviousInitialByte(offset);
4174 if (_CharClassification(previous) != charType)
4176 offset = previous;
4205 // need to look at previous char
4216 int32 previous = _PreviousInitialByte(offset); local
4217 if (_CharClassification(previous) != CHAR_CLASS_DEFAULT)
4219 offset = previous;
[all...]
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp73 BHttpAuthentication* previous = fAuthenticationMap->Get(hostHash); local
75 if (previous)
76 *previous = authentication;
/haiku/src/kits/tracker/
H A DFindPanel.cpp1808 // check to ensure previous item's name differs
1810 BMenuItem* previous = menu->ItemAt(menu->CountItems() - 1); local
1812 if (previous != NULL
1813 && strcasecmp(previous->Label(), info->ShortDescription()) == 0) {
1816 // update the previous item as well
1817 BMimeType type(previous->Message()->GetString("mimetype", NULL));
1820 previous->SetLabel(label.String());
2139 // add logic to previous attrview
2181 // remove the And/Or menu field of the previous row
/haiku/src/servers/app/
H A DCanvas.cpp70 DrawState* previous = fDrawState.Detach(); local
71 DrawState* newState = previous->PushState();
73 newState = previous;
H A DDesktop.cpp158 // we keep our previous focus alive - this is safe even
220 // switch to previous workspace (command + `)
290 // previous click location is too far from the new one. We can
1566 // Track the region that was drawn in previous update sessions, so we can compute the newly
1856 Window* previous = window->PreviousWindow(i); local
1857 while (previous != NULL) {
1858 if (previous == backmost)
1861 previous = previous->PreviousWindow(i);
1864 if (previous
[all...]
H A DEventDispatcher.cpp51 will get the event - it also delivers mouse moved events to the previous
760 EventTarget* previous = NULL; local
811 printf("mouse up/down event, previous target = %p\n", fPreviousMouseTarget);
846 // Target has changed, we need to notify the previous target
855 previous = fPreviousMouseTarget;
948 if (current == target || previous == target)
H A DWindow.cpp64 // its previous position though if the exposed parts are not
606 return fAnchor[index].previous;
893 \param lastClickTarget The target of the previous click.
910 // If the previous click hit our decorator, get the hit region.
1382 // TODO: disabling needs to be nestable (or we might lose the previous
/haiku/src/servers/mount/
H A DAutoMounter.cpp60 bool initialRescan, BMessage& previous,
127 bool initialRescan, BMessage& previous, partition_id deviceID)
132 fPrevious(previous),
126 MountVisitor(mount_mode normalMode, mount_mode removableMode, bool initialRescan, BMessage& previous, partition_id deviceID) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp23 struct stack_frame *previous; member in struct:stack_frame
75 *next = (addr_t)frame.previous;
239 // switch back to the previous page directory to no cause any troubles
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp22 struct stack_frame *previous; member in struct:stack_frame
74 *next = (addr_t)frame.previous;
246 // switch back to the previous page directory to no cause any troubles
264 registers->r1 = (addr_t)frame->previous;
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp34 stack_frame* previous; member in struct:stack_frame
83 *_next = (addr_t)frame.previous;
99 *_next = (addr_t)frame.previous;
750 // switch back to the previous page directory to no cause any troubles
911 // switch back to the previous page directory to not cause any troubles
1051 registers->bp = (addr_t)frame->previous;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp107 // There can only be one previous transaction, so when the active
108 // transaction ends, the changes of the previous transaction have to
109 // be written back before that transaction becomes the next previous
385 " (previous id %" B_PRId32 ")\n", fCache, _Action(), fBlockNumber,
1060 part of a previous transacton.
1180 // This block was already part of a previous transaction within this
1269 // We first need to write back changes from previous transactions
1318 cache_transaction* previous = block->previous_transaction; local
1319 if (previous != NULL) {
1320 previous
[all...]

Completed in 167 milliseconds

12345