Searched refs:escape_msg (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h61 uint32 escape_msg = B_QUIT_REQUESTED);
65 uint32 escape_msg = B_QUIT_REQUESTED);
73 void Init(uint32 escape_msg);
84 uint32 escape_msg = B_QUIT_REQUESTED);
88 uint32 escape_msg = B_QUIT_REQUESTED);
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp70 uint32 workspace, uint32 escape_msg)
73 Init(escape_msg);
78 uint32 flags, uint32 workspace, uint32 escape_msg)
81 Init(escape_msg);
86 HWindow::Init(uint32 escape_msg) argument
89 AddCommonFilter(new EscapeMessageFilter(this, escape_msg));
143 uint32 flags, uint32 workspace, uint32 escape_msg)
151 window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg)
69 HWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace, uint32 escape_msg) argument
77 HWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg) argument
142 BlockingWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace, uint32 escape_msg) argument
150 BlockingWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg) argument

Completed in 38 milliseconds