Home
last modified time | relevance | path

Searched refs:fDeviceLabel (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp29 fDeviceLabel = new BStringView(frame, "", "Device Name:", B_FOLLOW_LEFT); in ConnectionView()
30 fDeviceLabel->SetFont(be_bold_font); in ConnectionView()
49 .Add(fDeviceLabel) in ConnectionView()
H A DPincodeWindow.cpp89 fDeviceLabel = new BStringView("fDeviceLabel","Device Name: "); in InitUI()
90 fDeviceLabel->SetFont(be_bold_font); in InitUI()
121 .Add(fDeviceLabel) in InitUI()
/haiku/headers/private/bluetooth/
H A DConnectionView.h36 BStringView* fDeviceLabel; variable
H A DPincodeWindow.h52 BStringView* fDeviceLabel; variable