Home
last modified time | relevance | path

Searched refs:_get_object_token_ (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/build/private/app/
H A DAppMisc.h40 inline int32 _get_object_token_(const BHandler* object) in _get_object_token_() function
/haiku/headers/private/app/
H A DAppMisc.h45 inline int32 _get_object_token_(const BHandler* object) in _get_object_token_() function
/haiku/headers/os/app/
H A DHandler.h86 friend inline int32 _get_object_token_(const BHandler* );
/haiku/src/kits/app/
H A DMessenger.cpp411 ? _get_object_token_(handler) in _InitData()
H A DApplication.cpp1426 fServerLink->Attach<int32>(_get_object_token_(this)); in _ConnectToServer()
/haiku/src/kits/interface/
H A DWindow.cpp616 fLink->Attach<int32>(window != NULL ? _get_object_token_(window) : -1); in SendBehind()
747 fLink->Attach<int32>(_get_object_token_(this)); in MessageReceived()
2107 fLink->Attach<int32>(_get_object_token_(window)); in AddToSubset()
2129 fLink->Attach<int32>(_get_object_token_(window)); in RemoveFromSubset()
2858 fLink->Attach<int32>(_get_object_token_(this)); in _InitData()
3149 fLastViewToken = _get_object_token_(fTopView); in _CreateTopView()
3333 cookie.focus_token = _get_object_token_(*_target); in _UnpackMessage()
3336 cookie.last_view_token = _get_object_token_(fLastMouseMovedView); in _UnpackMessage()
H A DMenuBar.cpp713 fPrevFocusToken = _get_object_token_(focusView); in _StealFocus()
H A DPrivateScreen.cpp96 link.Attach<int32>(_get_object_token_(window)); in Get()
H A DView.cpp1207 info.viewToken = _get_object_token_(this); in SetViewCursor()
4743 owner->fLink->Attach<int32>(_get_object_token_(this)); in _RemoveSelf()
6082 fOwner->fLink->Attach<int32>(_get_object_token_(this)); in _CreateSelf()
6095 fOwner->fLink->Attach<int32>(_get_object_token_(fParent)); in _CreateSelf()
6362 if (fOwner->fLastViewToken == _get_object_token_(this)) in _Detach()
6593 int32 serverToken = _get_object_token_(this); in _SwitchServerCurrentView()
6808 _get_object_token_(this), in _PrintToStream()
/haiku/src/bin/desklink/
H A DVolumeControl.cpp171 && viewToken != _get_object_token_(this)) in MouseDown()