Searched refs:Update (Results 1 - 25 of 187) sorted by relevance

12345678

/haiku/src/apps/mediaplayer/interface/
H A DPositionToolTip.cpp34 Update(-1, -1);
37 void Update(bigtime_t position, bigtime_t duration) function in class:PositionToolTip::PositionView
96 PositionToolTip::Update(bigtime_t position, bigtime_t duration) function in class:PositionToolTip
98 fView->Update(position, duration);
H A DPositionToolTip.h19 void Update(bigtime_t position, bigtime_t duration);
H A DDurationView.h25 void Update(bigtime_t position, bigtime_t duration);
/haiku/src/apps/haiku3d/
H A DTexture.cpp38 Texture::Update(float dt) function in class:Texture
H A DTexture.h23 virtual void Update(float dt);
H A DMeshInstance.h25 void Update(float dt);
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.h24 virtual void Update(float dt);
/haiku/src/apps/processcontroller/
H A DPriorityMenu.h15 void Update (int32 priority);
H A DThreadBarMenu.h24 void Update();
/haiku/headers/private/libroot/
H A DSHA256.h23 void Update(const void* buffer, size_t size);
/haiku/src/preferences/screensaver/
H A DPasswordWindow.h28 void Update();
/haiku/src/apps/pulse/
H A DPulseView.h29 void Update();
/haiku/src/apps/people/
H A DAttributeTextControl.h29 void Update();
H A DPictureView.h31 void Update();
32 void Update(const entry_ref* ref);
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.h24 void Update(BView* owner, const BFont* font);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.h34 virtual void Update(bool deep = true);
H A DTransformPointsBox.h41 virtual void Update(bool deep = true);
/haiku/src/libs/icon/transformer/
H A DPathSource.h40 void Update(bool leavePathsOpen,
/haiku/src/preferences/printers/
H A DJobListView.h51 void Update();
53 void Update(BView *owner, const BFont *font);
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.h24 void Update(BView *owner, const BFont *font);
49 virtual void Update(BView *owner, const BFont *font);
/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.cpp66 ctx->ictx.Update(K, Klen);
77 ctx->ictx.Update(pad, 64);
84 ctx->octx.Update(pad, 64);
100 ctx->ictx.Update(in, len);
117 ctx->octx.Update(ihash, 32);
/haiku/headers/os/interface/
H A DStringItem.h29 virtual void Update(BView* owner, const BFont* font);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.h30 void Update(Package* package,
/haiku/src/preferences/time/
H A DTimeZoneListItem.h29 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/network/
H A DServiceListItem.h32 virtual void Update(BView* owner, const BFont* font);

Completed in 710 milliseconds

12345678