Searched refs:title (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/ppp_up/
H A DConnectionWindow.cpp16 BString title("Connecting to ");
17 title << "\"" << interfaceName << "\"...";
18 SetTitle(title.String());
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-k.px14 <title>Index</title>
25 <title>Index</title>
36 <title>Site</title>
H A DTest-E-k-K.px14 <title>Main Page Title</title>
25 <title>Main Page Title</title>
36 <title>Secondary Page Title</title>
H A DTest-E-k.px14 <title>Main Page Title</title>
25 <title>Main Page Title</title>
36 <title>Secondary Page Title</title>
H A DTest-np.px14 <title>Main Page</title>
27 <title>Second Page</title>
40 <title>Third Page</title>
53 <title>Fourth Page</title>
67 <title>Higher Level Page</title>
[all...]
H A DTest--spider-r--no-content-disposition-trivial.px14 <title>Main Page</title>
28 <title>Second Page</title>
42 <title>Third Page</title>
H A DTest--spider-r--no-content-disposition.px14 <title>Main Page</title>
28 <title>Second Page</title>
42 <title>Third Page</title>
H A DTest--spider-r-HTTP-Content-Disposition.px14 <title>Main Page</title>
28 <title>Second Page</title>
42 <title>Third Page</title>
H A DTest--spider-r.px14 <title>Main Page</title>
28 <title>Second Page</title>
42 <title>Third Page</title>
/haiku-fatelf/headers/os/net/
H A DNetDebug.h52 static void Dump(const char *data, size_t size, const char *title);
/haiku-fatelf/src/apps/haiku3d/
H A DApp.cpp32 const char* title = "Haiku3d"; local
33 fMainWindow = new MainWindow(frame, title);
H A DMainWindow.cpp18 MainWindow::MainWindow(BRect frame, const char* title) argument
20 BDirectWindow(frame, title, B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, 0)
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h11 const char* title,
16 const char* title,
/haiku-fatelf/src/add-ons/translators/shared/
H A DTranslatorWindow.h46 TranslatorWindow(BRect area, const char *title);
55 LaunchTranslatorWindow(BTranslator *translator, const char *title,
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h17 const char* title,
22 const char* title,
/haiku-fatelf/src/apps/launchbox/
H A DPanel.h17 const char* title,
22 const char* title,
/haiku-fatelf/src/apps/resedit/
H A DPreviewColumn.cpp13 PreviewColumn::PreviewColumn(const char *title, float width, argument
15 : BTitledColumn(title, width, minWidth, maxWidth)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/authentication_server/
H A DPanel.h11 const char* title,
16 const char* title,
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesp.cc92 NCursesPanel::boldframe(const char *title, const char* btitle) argument
95 frame(title, btitle);
100 NCursesPanel::frame(const char *title,const char *btitle) argument
103 if (!title && !btitle) {
109 label(title,btitle);
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoView.h82 // creates a view containing only the title and subtitle
85 BString title,
108 // draws the title, subtitle, sidebar & icon as well as
124 // set the title (also used for window title)
126 BString title)
127 { m_title = title; }
130 // the title
148 // the objects title, which will appear at top of the view
152 // a string to be displayed right beneath the title, usin
125 setTitle( BString title) argument
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DWindowMenuItem.h50 TWindowMenuItem(const char* title, int32 id,
55 void SetTo(const char* title, int32 id, bool mini,
70 void Initialize(const char* title);
/haiku-fatelf/src/libs/print/libprint/
H A DBlockingWindow.cpp69 HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags, argument
71 : BWindow(frame, title, type, flags, workspace)
77 HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel, argument
79 : BWindow(frame, title, look, feel, flags, workspace)
142 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_type type, argument
144 : HWindow(frame, title, type, flags, workspace)
146 Init(title);
150 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_look look, argument
152 : HWindow(frame, title, look, feel, flags, workspace)
154 Init(title);
165 Init(const char* title) argument
[all...]
/haiku-fatelf/headers/libs/print/libprint/
H A DDialogWindow.h15 const char *title,
21 const char *title,
/haiku-fatelf/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.h33 virtual void NotifyUser(const char* title,
36 virtual int32 SynchronouslyAskUser(const char* title,
/haiku-fatelf/src/apps/processcontroller/
H A DIconMenuItem.h35 IconMenuItem(BBitmap*, const char* title,
41 IconMenuItem(const char* mime, const char* title, BMessage*,

Completed in 117 milliseconds

1234567891011>>