HomeSort by relevance Sort by last modified time
    Searched refs:SetOwner (Results 1 - 25 of 30) sorted by null

1 2

  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.h 104 void SetOwner(RepeatedScalarContainer* self,
repeated_composite_container.h 155 int SetOwner(RepeatedCompositeContainer* self,
message.h 215 int SetOwner(CMessage* self, const shared_ptr<Message>& new_owner);
repeated_composite_container.cc 623 cmessage::SetOwner(cmessage, released_message);
658 int SetOwner(RepeatedCompositeContainer* self,
666 if (cmessage::SetOwner(reinterpret_cast<CMessage*>(msg), new_owner) == -1) {
message.cc 994 repeated_composite_container::SetOwner(container, new_owner_);
999 repeated_scalar_container::SetOwner(container, new_owner_);
1005 return SetOwner(cmessage, new_owner_);
    [all...]
repeated_scalar_container.cc 743 void SetOwner(RepeatedScalarContainer* self,
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 49 void SetOwner(OMX_COMPONENTTYPE *handle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iaccess.h 61 virtual HRESULT WINAPI SetOwner(PTRUSTEEW pOwner,PTRUSTEEW pGroup) = 0;
74 HRESULT (WINAPI *SetOwner)(IAccessControl *This,PTRUSTEEW pOwner,PTRUSTEEW pGroup);
90 #define IAccessControl_SetOwner(This,pOwner,pGroup) (This)->lpVtbl->SetOwner(This,pOwner,pGroup)
shdeprecated.h     [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_widget.h 34 FWL_ERR SetOwner(IFWL_Widget* pOwner);
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 61 FWL_ERR SetOwner(CFWL_Widget* pOwner);
  /external/webrtc/webrtc/p2p/base/
stun.h 220 virtual void SetOwner(StunMessage* owner) {}
327 virtual void SetOwner(StunMessage* owner) {
stun_unittest.cc 738 addr2.SetOwner(&msg2);
755 addr2.SetOwner(NULL);
785 addr2.SetOwner(&msg2);
802 addr2.SetOwner(NULL);
    [all...]
stun.cc 80 attr->SetOwner(this);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h 34 virtual FWL_ERR SetOwner(IFWL_Widget* pOwner);
fwl_widgetmgrimp.h 73 void SetOwner(IFWL_Widget* pOwner, IFWL_Widget* pOwned);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 38 FWL_ERR IFWL_Widget::SetOwner(IFWL_Widget* pOwner) {
39 return static_cast<CFWL_WidgetImp*>(GetImpl())->SetOwner(pOwner);
144 m_pWidgetMgr->SetOwner(pOwner, m_pInterface);
233 FWL_ERR CFWL_WidgetImp::SetOwner(IFWL_Widget* pOwner) {
235 m_pWidgetMgr->SetOwner(pOwner, m_pInterface);
    [all...]
fwl_widgetmgrimp.cpp 313 void CFWL_WidgetMgr::SetOwner(IFWL_Widget* pOwner, IFWL_Widget* pOwned) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 92 FWL_ERR CFWL_Widget::SetOwner(CFWL_Widget* pOwner) {
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 124 void PortBase::SetOwner(OMX_COMPONENTTYPE *handle)
    [all...]
componentbase.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 2241 milliseconds

1 2