Searched refs:StartEdit (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DTextWidget.h85 void StartEdit(BRect bounds, BPoseView*, BPose*);
H A DTextWidget.cpp255 StartEdit(fParams.bounds, fParams.poseView, fParams.pose);
276 // will allow us to StartEdit() if no other click have been registered since
437 BTextWidget::StartEdit(BRect bounds, BPoseView* view, BPose* pose) function in class:BTextWidget
H A DPose.cpp411 // fold the three StartEdit code sequences into a cover call
417 widget->StartEdit(bounds, poseView, this);
458 widget->StartEdit(bounds, poseView, this);

Completed in 43 milliseconds