Searched refs:target (Results 176 - 200 of 732) sorted by relevance

1234567891011>>

/haiku/src/servers/net/
H A DAutoconfigLooper.h21 AutoconfigLooper(BMessenger target,
/haiku/headers/private/shared/
H A DPromptWindow.h23 BMessenger target, BMessage* message = NULL);
/haiku/src/servers/registrar/
H A DMIMEManager.h23 virtual status_t Notify(BMessage* message, const BMessenger& target);
/haiku/headers/os/app/
H A DHandler.h64 status_t StartWatching(BMessenger target, uint32 what);
65 status_t StartWatchingAll(BMessenger target);
66 status_t StopWatching(BMessenger target, uint32 what);
67 status_t StopWatchingAll(BMessenger target);
H A DClipboard.h33 status_t StartWatching(BMessenger target);
34 status_t StopWatching(BMessenger target);
/haiku/src/kits/tracker/
H A DTemplatesMenu.cpp71 TemplatesMenu::TemplatesMenu(const BMessenger &target, const char* label) argument
74 fTarget(target),
95 TemplatesMenu::SetTargetForItems(BHandler* target) argument
97 status_t result = BMenu::SetTargetForItems(target);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp42 BMessage* message, BHandler* target)
50 fTarget(target)
152 ColorPickerPanel::SetTarget(BHandler* target) argument
154 fTarget = target;
39 ColorPickerPanel(BRect frame, rgb_color color, SelectedColorMode mode, BWindow* window, BMessage* message, BHandler* target) argument
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp31 BHandler* target)
40 fTarget(target)
55 UserInterfaceListener* listener, BHandler* target)
58 team, breakpoint, listener, target);
29 BreakpointEditWindow(::Team* team, UserBreakpoint* breakpoint, UserInterfaceListener* listener, BHandler* target) argument
54 Create(::Team* team, UserBreakpoint* breakpoint, UserInterfaceListener* listener, BHandler* target) argument
/haiku/src/apps/text_search/
H A DGrepper.h17 const BHandler* target,
/haiku/headers/os/interface/
H A DDragger.h26 BDragger(BRect frame, BView* target,
29 BDragger(BView* target,
98 status_t _SetViewToDrag(BView* target);
102 void _ShowPopUp(BView* target, BPoint where);
/haiku/src/servers/app/
H A DOffscreenServerWindow.cpp31 OffscreenServerWindow::SendMessageToClient(const BMessage* msg, int32 target, argument
H A DOffscreenServerWindow.h24 int32 target = B_NULL_TOKEN,
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.h24 StreamingRingBuffer *target,
/haiku/src/apps/webpositive/
H A DBookmarkBar.h27 BHandler* target,
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dproto.h9 status_t eng_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode);
45 status_t eng_dac_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
46 status_t eng_dac_set_pix_pll(display_mode target);
53 status_t eng_dac2_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
54 status_t eng_dac2_set_pix_pll(display_mode target);
58 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,
60 int maventv_init(display_mode target);
67 status_t eng_crtc_set_timing(display_mode target);
87 status_t eng_crtc2_set_timing(display_mode target);
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp173 IPersistent* Importer::target() const { function in class:Importer
267 IPersistent* target = 0;
282 // target the provided root object
283 target = m_rootObject;
315 if(!target)
316 target = m_docType->objectFor(pName);
318 if(target) {
321 make_pair(m_context->element(), target));
322 target->xmlImportBegin(*m_context);
330 target
[all...]
H A DImporter.h95 IPersistent* target() const;
130 const char* target,
/haiku/src/add-ons/accelerants/via/engine/
H A Dproto.h9 status_t eng_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode);
45 status_t eng_dac_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
46 status_t eng_dac_set_pix_pll(display_mode target);
53 status_t eng_dac2_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
54 status_t eng_dac2_set_pix_pll(display_mode target);
58 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,
60 int maventv_init(display_mode target);
67 status_t eng_crtc_set_timing(display_mode target);
87 status_t eng_crtc2_set_timing(display_mode target);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h8 status_t nv_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode);
55 status_t nv_dac_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
56 status_t nv_dac_set_pix_pll(display_mode target);
63 status_t nv_dac2_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *, uint8);
64 status_t nv_dac2_set_pix_pll(display_mode target);
69 uint8 BT_check_tvmode(display_mode target);
71 status_t BT_setmode(display_mode target);
79 status_t nv_crtc_set_timing(display_mode target);
99 status_t nv_crtc2_set_timing(display_mode target);
/haiku/src/kits/app/
H A DLooper.cpp732 BHandler* target = HandlerAt(index); local
733 if (target) {
736 return target;
1069 // ToDo: if no target token is specified, set to preferred handler
1229 // Get the target handler
1235 PRINT(("LOOPER: use preferred target\n"));
1331 BLooper::_TopLevelFilter(BMessage* message, BHandler* target) argument
1334 return target;
1337 target = _ApplyFilters(CommonFilterList(), message, target);
1353 _HandlerFilter(BMessage* message, BHandler* target) argument
1373 _ApplyFilters(BList* list, BMessage* message, BHandler* target) argument
1439 resolve_specifier(BHandler* target, BMessage* message) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c952 status_t gx00_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
969 switch (target->space)
977 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
985 switch (target->space)
993 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1009 switch (target->space)
1018 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1024 switch (target->space)
1032 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1038 if (target
[all...]
/haiku/src/add-ons/accelerants/intel_810/
H A Dmode.cpp137 ProposeDisplayMode(display_mode* target, const display_mode* low, argument
144 target->timing.h_display, target->timing.v_display,
145 target->timing.pixel_clock, target->space);
154 if (target->timing.h_display == mode.timing.h_display
155 && target->timing.v_display == mode.timing.v_display
156 && target->space == mode.space)
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.h43 int GetIcon(BPositionIO *target, int index);
59 int SaveData(BPositionIO *target);
/haiku/src/add-ons/translators/ico/
H A DICO.h88 extern status_t convert_ico_to_bits(BMessage *settings, BPositionIO &source, BPositionIO &target);
90 TranslatorBitmap &bitsHeader, BPositionIO &target);
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp13 AbstractModelLoader::AbstractModelLoader(const BMessenger& target, argument
17 fTarget(target),
141 // clean up and notify the target

Completed in 211 milliseconds

1234567891011>>