Searched refs:where (Results 426 - 450 of 465) sorted by relevance

<<111213141516171819

/haiku/src/kits/media/
H A DMediaRoster.cpp2010 BMediaRoster::StartWatching(const BMessenger& where) argument
2013 if (!where.IsValid()) {
2017 return BPrivate::media::notifications::Register(where, media_node::null,
2023 BMediaRoster::StartWatching(const BMessenger & where, int32 notificationType) argument
2026 if (!where.IsValid()) {
2039 return BPrivate::media::notifications::Register(where, media_node::null,
2045 BMediaRoster::StartWatching(const BMessenger& where, const media_node& node, argument
2049 if (!where.IsValid()) {
2062 return BPrivate::media::notifications::Register(where, node,
2068 BMediaRoster::StopWatching(const BMessenger& where) argument
2078 StopWatching(const BMessenger& where, int32 notificationType) argument
2093 StopWatching(const BMessenger& where, const media_node& node, int32 notificationType) argument
[all...]
/haiku/src/servers/app/
H A DServerWindow.cpp1064 BPoint where; local
1066 fDesktop->GetLastMouseState(&where, &buttons);
1069 fLink.Attach<BPoint>(where);
1140 // This should be the *only* place where this happens.
2096 BPoint where; local
2106 link.Read<BPoint>(&where);
2116 *fCurrentView->CurrentState(), where, inverse), true);
2555 // TODO: Decide where to put this, for example, it cannot be done
3167 BPoint where; local
3168 if (link.Read<BPoint>(&where)
3924 BPoint where; local
3966 BPoint where; local
[all...]
H A DServerPicture.cpp589 draw_picture(void* _canvas, const BPoint& where, int32 token) argument
596 canvas->SetDrawingOrigin(where);
627 clip_to_picture(void* _canvas, int32 pictureToken, const BPoint& where, argument
636 picture, *canvas->CurrentState(), where, clipToInverse), true);
H A DDesktop.h224 Window* WindowAt(BPoint where);
H A DPictureBoundingBoxPlayer.cpp442 draw_picture(void* _state, const BPoint& where, int32 token) argument
448 (void)where;
466 clip_to_picture(void* _state, int32 pictureToken, const BPoint& where, argument
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp688 const media_destination& where, const media_format& with_format,
697 node_input* channel = _FindInput(where);
724 const media_destination& where)
728 node_input* channel = _FindInput(where);
923 const media_destination& where, media_format* format,
951 channel->fOutput.destination = where;
1023 const media_destination& where)
1036 if (where == channel->fOutput.destination
1045 ")\n", what.id, where.id, channel->fOutput.source.id,
687 Connected(const media_source& producer, const media_destination& where, const media_format& with_format, media_input* out_input) argument
723 Disconnected(const media_source& producer, const media_destination& where) argument
922 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* source, char* name) argument
1022 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/kits/tracker/
H A DPoseView.cpp963 BPoseView::ScrollTo(BPoint where) argument
965 _inherited::ScrollTo(where);
1823 // The new pose may need to be placed where another pose already
1824 // is. This code creates some rects where we either need to
1826 // rect where the new pose is.
2467 BPoint where(0,
2469 pose->EditFirstWidget(where, this);
4379 const BObjectList<BString>* specificItems, BPoint where)
4433 BMenuItem* resultingItem = menu->Go(where, false, true);
7018 // handle case where ther
4377 RunMimeTypeDestinationMenu(const char* actionText, const BObjectList<BString>* types, const BObjectList<BString>* specificItems, BPoint where) argument
7110 ShowContextMenu(BPoint where) argument
7280 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
7331 BPoint where; local
7356 BPoint where; local
7367 BPoint where; local
7387 MouseDown(BPoint where) argument
7468 MouseUp(BPoint where) argument
7929 AddRemoveSelectionRange(BPoint where, bool extendSelection, BPose* pose) argument
[all...]
H A DIconCache.h369 void Draw(Model*, BView*, BPoint where, IconDrawMode mode,
H A DNavMenu.cpp943 BPopUpNavMenu::Go(BPoint where) argument
947 fWhere = where;
/haiku/src/apps/mail/
H A DMailWindow.cpp1140 BPoint where; local
1141 msg->FindPoint("where", &where);
1143 if ((item = menu.Go(where, false, false)) != NULL)
1182 BPoint where; local
1183 msg->FindPoint("where", &where);
1186 if ((item = menu.Go(where, false, false)) != NULL) {
1208 BPoint where; local
1209 msg->FindPoint("where",
1512 BPoint where; local
[all...]
H A DAddressTextControl.cpp109 virtual void MouseDown(BPoint where);
414 AddressTextControl::PopUpButton::MouseDown(BPoint where) argument
H A DContent.cpp1415 TTextView::MouseDown(BPoint where)
1424 offset = OffsetAt(where);
1490 point = ConvertToScreen(where);
1523 int32 clickOffset = OffsetAt(where);
1553 BPoint point = where;
1558 while (buttons && abs((int)(point.x - where.x)) < 4
1559 && abs((int)(point.y - where.y)) < 4
1570 if (!(abs((int)(point.x - where.x)) < 4
1571 && abs((int)(point.y - where.y)) < 4) && buttons)
1590 BPoint point = where;
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp364 WindowLayer::ViewAt(const BPoint& where) argument
369 return fTopLayer->ViewAt(where, &fContentRegion);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp264 BPoint where; local
265 GetMouse(&where, &mouseButtons, true);
/haiku/src/bin/network/telnetd/
H A Dutility.c194 * until we are up to where we want to be.
224 good = netobuf; /* where the good bytes go */
425 putf(char *cp, char *where) argument
437 putlocation = where;
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.h266 BPoint where, BList* outList) const;
/haiku/src/kits/interface/
H A DColumnListView.cpp189 virtual void ScrollTo(BPoint where);
191 virtual void MouseDown(BPoint where);
192 virtual void MouseMoved(BPoint where, uint32 transit,
194 virtual void MouseUp(BPoint where);
207 int32 FindColumn(BPoint where, float* _leftEdge);
209 void DragSelectedColumn(BPoint where);
210 void ResizeSelectedColumn(BPoint where,
213 BPoint where);
308 virtual void ScrollTo(BPoint where);
309 virtual void MouseDown(BPoint where);
[all...]
H A DMenuField.cpp466 BMenuField::MouseDown(BPoint where) argument
548 BMenuField::MouseUp(BPoint where) argument
551 BView::MouseUp(where);
H A DWindow.cpp1040 if (message->FindPoint("where", &origin) == B_OK) {
3431 BPoint where; local
3432 if (message->FindPoint("screen_where", &where) != B_OK)
3440 message->AddPoint("where", ConvertFromScreen(where));
3445 BPoint viewWhere = view->ConvertFromScreen(where);
3447 // Yep, the meaning of "where" is different
3450 message->AddPoint("where", viewWhere);
3478 BPoint where; local
3479 if (message->FindPoint("screen_where", &where) !
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c389 the byte after where the number is stored. Therefore, DESTINATION
752 print_double_string (where, string1, size1, string2, size2)
753 const char *where;
761 if (where == NULL)
765 if (FIRST_STRING_P (where))
767 for (this_char = where - string1; this_char < size1; this_char++)
770 where = string2;
773 for (this_char = where - string2; this_char < size2; this_char++)
1079 /* Points to the end of the buffer, where we should append. */
1099 This tells, e.g., postfix * where t
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c459 unsigned short where; local
482 where = (hi << 8) | low;
483 } while (where < addr + size && ++bogus < MAXBOGUS);
/haiku/src/apps/magnify/
H A DMagnify.cpp1429 TMagnify::MouseDown(BPoint where) argument
1446 BMenuItem *selected = menu->Go(ConvertToScreen(where));
1456 float x = where.x / pixelSize;
1457 float y = where.y / pixelSize;
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp103 TTeamMenuItem::HandleMouseDown(BPoint where) argument
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp315 virtual void MouseDown(BPoint where);
1327 AboutView::MouseDown(BPoint where) argument
1330 if (rect.Contains(where))
1333 if (Bounds().Contains(where)) {
1600 "property of Haiku, Inc. or of the respective authors where expressly "
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp317 virtual void MouseMoved(BPoint where, uint32 transit, argument
337 BButton::MouseMoved(where, transit, dragMessage);
782 message->FindPoint("where", &fLastMousePos);
789 BPoint where; local
791 CurrentWebView()->GetMouse(&where, &buttons, false);
793 if (CurrentWebView()->Bounds().Contains(where)) {

Completed in 394 milliseconds

<<111213141516171819