Searched refs:window (Results 1 - 25 of 388) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php585 echo "window.location = \"" . $_SERVER['PHP_SELF'] . "\";\n";
841 //window.open("<?php echo $_SERVER["SCRIPT_NAME"] . "?close"; ?>", "closing", "width=100,height=30,location=no,menubar=no,toolbar=no,scrollbars=no");
852 window.location.hash = anchor;
/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h29 BALMLayoutBuilder(BWindow* window,
32 BALMLayoutBuilder(BWindow* window,
/haiku/headers/os/drivers/pcmcia/
H A Dds.h44 win_req_t window; member in struct:win_info_t
/haiku/headers/os/interface/
H A DScreen.h26 BScreen(BWindow* window);
/haiku/headers/private/graphics/
H A Dvideo_overlay.h63 int16 h_start; /* Top left un-clipped corner of the window in the virtual display */
65 uint16 width; /* un-clipped width of the overlay window */
66 uint16 height; /* un-clipped height of the overlay window */
101 overlay_limits window; member in struct:__anon11
/haiku/headers/private/interface/
H A DDecorInfo.h120 status_t Preview(DecorInfo* decor, BWindow* window);
H A DDecoratorPrivate.h21 status_t preview_decorator(const BString& name, BWindow* window);
H A DMenuItemPrivate.h25 void Install(BWindow* window);
H A DPrivateScreen.h35 static BPrivateScreen* Get(BWindow* window);
H A DWindowStack.h14 BWindowStack(BWindow* window);
17 status_t AddWindow(const BWindow* window);
18 status_t AddWindow(const BMessenger& window);
19 status_t AddWindowAt(const BWindow* window,
21 status_t AddWindowAt(const BMessenger& window,
24 status_t RemoveWindow(const BWindow* window);
25 status_t RemoveWindow(const BMessenger& window);
27 BMessenger* window = NULL);
33 bool HasWindow(const BWindow* window);
34 bool HasWindow(const BMessenger& window);
[all...]
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h204 uint16 window; // window size member in struct:tcp_header
/haiku/headers/private/screen_saver/
H A DScreenSaverRunner.h24 ScreenSaverRunner(BWindow* window,
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h142 bool TDFX_DisplayOverlay(const overlay_window* window,
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.h190 bool Mach64_DisplayOverlay(const overlay_window* window,
213 bool Rage128_DisplayOverlay(const overlay_window* window,
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c485 oc->window.h_alignment = 0;
486 oc->window.v_alignment = 0;
487 oc->window.width_alignment = 0;
488 oc->window.height_alignment = 0;
489 oc->window.width.min = 2;
493 oc->window.width.max = 2048;
497 oc->window.width.max = dm->virtual_width;
499 oc->window.height.min = 2;
503 oc->window.height.max = 2048;
507 oc->window
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A DOverlay.c451 oc->window.h_alignment = 0;
452 oc->window.v_alignment = 0;
453 oc->window.width_alignment = 0;
454 oc->window.height_alignment = 0;
455 oc->window.width.min = 2;
460 oc->window.width.max = 2046;
464 oc->window.width.max = dm->virtual_width;
466 oc->window.height.min = 2;
471 oc->window.height.max = 2046;
475 oc->window
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c270 oc->window.h_alignment = 0;
271 oc->window.v_alignment = 0;
272 oc->window.width_alignment = 0;
273 oc->window.height_alignment = 0;
274 oc->window.width.min = 2;
275 oc->window.width.max = dm->virtual_width;
276 oc->window.height.min = 2;
277 oc->window.height.max = dm->virtual_height;
/haiku/src/add-ons/accelerants/skeleton/
H A DOverlay.c416 oc->window.h_alignment = 0;
417 oc->window.v_alignment = 0;
418 oc->window.width_alignment = 0;
419 oc->window.height_alignment = 0;
420 oc->window.width.min = 2;
425 oc->window.width.max = 2046;
429 oc->window.width.max = dm->virtual_width;
431 oc->window.height.min = 2;
436 oc->window.height.max = 2046;
440 oc->window
[all...]
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c395 oc->window.h_alignment = 0;
396 oc->window.v_alignment = 0;
397 oc->window.width_alignment = 0;
398 oc->window.height_alignment = 0;
399 oc->window.width.min = 2;
404 oc->window.width.max = 2046;
408 oc->window.width.max = dm->virtual_width;
410 oc->window.height.min = 2;
415 oc->window.height.max = 2046;
419 oc->window
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp27 PenInputInkView(BRect frame, PenInputInkWindow *window);
34 PenInputInkView::PenInputInkView(BRect frame, PenInputInkWindow *window) argument
36 fWindow(window)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp113 BWindow* window = new FolderConfigWindow(Window()->Frame(), local
115 window->Show();
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpApplication.cpp49 DialUpWindow *window = new DialUpWindow(rect); local
50 window->MoveTo(center_on_screen(rect, window));
51 window->Show();
H A DInterfaceUtils.cpp21 center_on_screen(BRect rect, BWindow *window) argument
23 BRect screenFrame = (BScreen(window).Frame());
H A DInterfaceUtils.h21 extern BPoint center_on_screen(BRect rect, BWindow *window = NULL);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp135 if (BWindow* window = view->Window())
136 window->AddHandler(this);

Completed in 113 milliseconds

1234567891011>>