Searched refs:Update (Results 1 - 25 of 187) sorted by last modified time

12345678

/haiku/src/apps/pulse/
H A DNormalPulseView.cpp299 Update();
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp247 Update();
276 Update(INFO_ALL);
279 Update(INFO_VIDEO | INFO_STATS);
282 Update(INFO_AUDIO | INFO_STATS);
286 Update(INFO_STATS);
308 Update(INFO_STATS);
316 InfoWin::Update(uint32 which) function in class:InfoWin
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp267 // Update minimum window size
1167 fStatusView->Update(fNavigator.CurrentRef(), frameText, pages, fImageType,
H A DShowImageStatusView.cpp144 ShowImageStatusView::Update(const entry_ref& ref, const BString& text, function in class:ShowImageStatusView
/haiku/src/preferences/filetypes/
H A DIconView.h106 void Update();
H A DIconView.cpp658 Update();
680 Update();
695 Update();
1000 Update();
1016 Update();
1030 Update();
1049 IconView::Update() function in class:IconView
1105 Update();
H A DApplicationTypesWindow.cpp140 fStatusBar->Update(1, NULL, count);
/haiku/src/kits/interface/
H A DStatusBar.cpp366 Update(delta, text, trailing_text);
483 BStatusBar::Update(float delta, const char* text, const char* trailingText) function in class:BStatusBar
H A DOutlineListView.cpp839 item->Update(this, &font);
H A DListView.cpp900 item->Update(this, &font);
925 item->Update(this, &font);
955 ItemAt(i)->Update(this, &font);
1698 ItemAt(i)->Update(this, &font);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp144 Update();
159 Update();
402 PowerStatusView::Update(bool force, bool notify) function in class:PowerStatusView
655 Update(false,false);
720 Update(true);
725 Update(true);
734 Update(true);
H A DExtendedInfoWindow.cpp63 BatteryInfoView::Update(battery_info& info, acpi_extended_battery_info& extInfo) function in class:BatteryInfoView
306 Update(true);
318 ExtPowerStatusView::Update(bool force, bool notify) function in class:ExtPowerStatusView
320 PowerStatusView::Update(force);
327 fBatteryInfoView->Update(fBatteryInfo, extInfo);
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp336 Settings::Default()->Update(fSettings);
347 Settings::Default()->Update(fSettings);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp119 void Update(int32 previous, int32 current,
182 void Update(int32 previous, int32 current,
426 // animation. If this needs to change then look at TIconView::Update()
876 fWindow->Update(previous, fCurrentIndex, previousSlot, fCurrentSlot,
1805 TSwitcherWindow::Update(int32 previous, int32 current, function in class:TSwitcherWindow
1809 fIconView->Update(previous, current, previousSlot, currentSlot,
1990 TIconView::Update(int32 previous, int32 current, function in class:TIconView
H A DStatusView.cpp318 fTime->Update();
471 // Update showClock setting that gets saved to disk on quit
/haiku/src/servers/notification/
H A DNotificationView.cpp97 progress->Update(fNotification->Progress());
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp138 InterfaceListItem::Update(BView* owner, const BFont* font) function in class:InterfaceListItem
140 BListItem::Update(owner, font);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h809 * Update state - used to traverse complex objects such as packages
941 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstate.c215 /* Update the list head */
311 * Action - Update action to be performed
315 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
343 State->Update.Object = Object;
344 State->Update.Value = Action;
354 * Action - Update action to be performed
H A Dutdelete.c344 * Update AddressRange list. However, only permanent regions
693 * Update the notify objects for these types (if present)
821 Object = State->Update.Object;
834 /* Free any stacked Update State objects */
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp655 iterator.Next()->Update(index, -1);
859 iterator.Next()->Update(index, 1);
1006 index->Update(transaction, name, attribute->Type(), data,
1163 // Update status time on attribute write
1222 // Update status time on attribute write
1245 // Update index. Note, Index::Update() may be called even if
1249 index.Update(transaction, name, type, oldData, oldLength,
1284 index.Update(transaction, name, smallData->Type(),
2779 // Update th
2965 AttributeIterator::Update(uint16 index, int8 change) function in class:AttributeIterator
[all...]
H A DBPlusTree.cpp989 iterator.Next()->Update(offset, nextOffset, keyIndex, splitAt, change);
1271 // Update the main pointer to link to a duplicate node
2855 TreeIterator::Update(off_t offset, off_t nextOffset, uint16 keyIndex, function in class:BFS::TreeIterator
/haiku/src/apps/people/
H A DPersonView.cpp308 control->Update();
331 fPictureView->Update();
396 control->Update();
436 fPictureView->Update(ref);
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp49 virtual void Update(BView* owner, const BFont* font);
226 DriveItem::Update(BView* owner, const BFont* font) function in class:DriveItem
379 ? B_TRANSLATE_COMMENT("Update", "Button")
/haiku/src/libs/icon/transformer/
H A DPathSource.cpp64 // Update
66 PathSource::Update(bool leavePathsOpen, double approximationScale) function in class:PathSource

Completed in 227 milliseconds

12345678