Searched refs:BStringView (Results 226 - 230 of 230) sorted by relevance

12345678910

/haiku/src/apps/installer/
H A DInstallerWindow.cpp242 fSizeView = new BStringView("size_view", requiredDiskSpaceString);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp222 fDeviceInfo = new BStringView("device info", "");
/haiku/src/apps/terminal/
H A DTermView.cpp1577 fResizeView = new BStringView(BRect(100, 100, 300, 140), "size", "");
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp539 fStatusText = new BStringView("status", "");
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4800 BStringView *TempStringViewPntr;
4833 /* Find the height of a single line of text in a BStringView. */
4835 TempStringViewPntr = new (std::nothrow) BStringView (TempRect, TempString, TempString);

Completed in 114 milliseconds

12345678910