Searched refs:target (Results 251 - 275 of 732) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/tracker/
H A DDirMenu.h48 BDirMenu(BMenuBar*, BMessenger target, uint32 command,
H A DNavMenu.h101 void AddNavDir(const Model* model, uint32 what, BHandler* target,
105 BHandler* target);
106 void AddNavParentDir(const Model* model, uint32 what, BHandler* target);
120 const BMessenger* target, const BMessage* dragMessage);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.h25 BHandler* target);
H A DSignalDispositionEditWindow.cpp32 int32 signal, UserInterfaceListener* listener, BHandler* target)
44 fTarget(target)
57 UserInterfaceListener* listener, BHandler* target)
60 team, signal, listener, target);
31 SignalDispositionEditWindow(::Team* team, int32 signal, UserInterfaceListener* listener, BHandler* target) argument
56 Create(::Team* team, int32 signal, UserInterfaceListener* listener, BHandler* target) argument
H A DVariableEditWindow.cpp24 TableCellValueEditor* editor, BHandler* target)
30 fTarget(target),
57 TableCellValueEditor* editor, BHandler* target)
60 editor, target);
149 // acquire a reference on behalf of the target
23 VariableEditWindow(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
56 Create(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
/haiku/src/kits/shared/
H A DToolBar.cpp119 BToolBar::AddAction(uint32 command, BHandler* target, const BBitmap* icon, argument
122 AddAction(new BMessage(command), target, icon, toolTipText, text, lockable);
127 BToolBar::AddAction(BMessage* message, BHandler* target, argument
143 button->SetTarget(target);
H A DPromptWindow.cpp18 const char* info, BMessenger target, BMessage* message)
22 fTarget(target),
17 PromptWindow(const char* title, const char* label, const char* info, BMessenger target, BMessage* message) argument
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.h30 virtual void SetTarget(BHandler* target);
H A DExtendedLocalDeviceView.h34 virtual void SetTarget(BHandler* target);
/haiku/headers/os/locale/
H A DDateTimeFormat.h45 ssize_t Format(char* target, const size_t maxSize,
/haiku/src/preferences/repositories/
H A DTaskTimer.h39 TaskTimer(const BMessenger& target, Task* owner);
/haiku/src/apps/webpositive/
H A DDownloadWindow.h28 BHandler* target);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c90 status_t nm_crtc_set_timing(display_mode target, bool crt_only) argument
117 if (target.timing.h_display > si->ps.panel_width)
119 target.timing.h_display = si->ps.panel_width;
123 if (target.timing.v_display > si->ps.panel_height)
125 target.timing.v_display = si->ps.panel_height;
134 target.timing.flags &= ~(B_POSITIVE_HSYNC | B_POSITIVE_VSYNC);
138 htotal = ((target.timing.h_total >> 3) - 5);
139 hdisp_e = ((target.timing.h_display >> 3) - 1);
143 hsync_s = (target.timing.h_sync_start >> 3);
144 hsync_e = (target
612 nm_crtc_center(display_mode target, bool crt_only) argument
[all...]
/haiku/src/apps/processcontroller/
H A DUtilities.h29 void mix_colors(rgb_color& target, rgb_color& first, rgb_color& second, float mix);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.h41 const ntfschar *target, int target_len);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h39 BMessenger* target = NULL,
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp377 BMessenger target(this);
378 fOpenFilePanel = new BFilePanel(B_OPEN_PANEL, &target);
390 BMessenger target(this);
391 fSaveFilePanel = new BFilePanel(B_SAVE_PANEL, &target);
414 BMessenger target; local
415 if (message->FindMessenger("target", &target) == B_OK)
416 panelMessage.AddMessenger("target", target);
470 BMessenger target; local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp1017 AnalogPort::SetDisplayMode(display_mode* target, uint32 colorMode) argument
1020 TRACE("%s: %s %dx%d\n", __func__, PortName(), target->timing.h_display,
1021 target->timing.v_display);
1031 fitter->Enable(target->timing);
1037 link->PreTrain(&target->timing, &linkBandwidth, &lanes, &bitsPerPixel);
1038 fPipe->SetFDILink(target->timing, linkBandwidth, lanes, bitsPerPixel);
1039 link->Train(&target->timing, lanes);
1042 compute_pll_divisors(&target->timing, &divisors, false);
1049 fPipe->Configure(target);
1052 fPipe->ConfigureClocks(divisors, target
1198 SetDisplayMode(display_mode* target, uint32 colorMode) argument
1465 SetDisplayMode(display_mode* target, uint32 colorMode) argument
2011 SetDisplayMode(display_mode* target, uint32 colorMode) argument
2599 SetDisplayMode(display_mode* target, uint32 colorMode) argument
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.h97 // outbound: sent to the designated log-message target
134 const BMessenger& target);
137 const BMessenger& target);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp112 const BMessenger& target,
121 m_target(target),
169 // done; relay message to final target
107 TextControlFloater( BRect frame, alignment align, const BFont* font, const char* text, const BMessenger& target, BMessage* message, BMessage* cancelMessage) argument
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.h48 void* target, int64 targetOffset,
50 void _CopyFrames(Buffer* buffer, void* target,
/haiku/src/servers/registrar/
H A DMessageDeliverer.h44 SingleMessagingTargetSet(BMessenger target);
71 status_t DeliverMessage(BMessage *message, BMessenger target,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp12 BMessenger target)
14 BInvoker(message, target),
11 TwoDimensionalSliderView(BMessage* message, BMessenger target) argument
/haiku/src/apps/showimage/
H A DImageCache.cpp88 const BMessenger* target)
101 // Notify target, if any
102 _NotifyTarget(entry, target);
110 if (target == NULL
151 if (target != NULL) {
152 // Attach target as listener
153 entry->listeners.insert(*target);
343 // this is the reference owned by the target
350 ImageCache::_NotifyTarget(CacheEntry* entry, const BMessenger* target) argument
352 if (target
87 RetrieveImage(const entry_ref& ref, int32 page, const BMessenger* target) argument
[all...]
H A DImageCache.h60 const BMessenger* target = NULL);
72 const BMessenger* target);

Completed in 112 milliseconds

<<11121314151617181920>>