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

/haiku/headers/build/private/app/
H A DAppMisc.h33 // _get_object_token_
40 inline int32 _get_object_token_(const BHandler* object) function
/haiku/headers/private/app/
H A DAppMisc.h38 // _get_object_token_
45 inline int32 _get_object_token_(const BHandler* object) function
/haiku/headers/os/app/
H A DHandler.h86 friend inline int32 _get_object_token_(const BHandler* );
/haiku/src/bin/desklink/
H A DVolumeControl.cpp171 && viewToken != _get_object_token_(this))
/haiku/src/kits/app/
H A DMessenger.cpp411 ? _get_object_token_(handler)
H A DApplication.cpp1426 fServerLink->Attach<int32>(_get_object_token_(this));
/haiku/src/kits/interface/
H A DWindow.cpp616 fLink->Attach<int32>(window != NULL ? _get_object_token_(window) : -1);
747 fLink->Attach<int32>(_get_object_token_(this));
2107 fLink->Attach<int32>(_get_object_token_(window));
2129 fLink->Attach<int32>(_get_object_token_(window));
2858 fLink->Attach<int32>(_get_object_token_(this));
3149 fLastViewToken = _get_object_token_(fTopView);
3333 cookie.focus_token = _get_object_token_(*_target);
3336 cookie.last_view_token = _get_object_token_(fLastMouseMovedView);
H A DPrivateScreen.cpp96 link.Attach<int32>(_get_object_token_(window));
H A DMenuBar.cpp713 fPrevFocusToken = _get_object_token_(focusView);
H A DView.cpp1207 info.viewToken = _get_object_token_(this);
4752 owner->fLink->Attach<int32>(_get_object_token_(this));
6094 fOwner->fLink->Attach<int32>(_get_object_token_(this));
6107 fOwner->fLink->Attach<int32>(_get_object_token_(fParent));
6374 if (fOwner->fLastViewToken == _get_object_token_(this))
6605 int32 serverToken = _get_object_token_(this);
6820 _get_object_token_(this),

Completed in 141 milliseconds