Searched defs:pDelegate (Results 1 – 8 of 8) sorted by relevance
69 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local75 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local146 IFWL_WidgetDelegate* pDelegate = pMessage->GetDstTarget()->GetDelegate(); in DispatchMessage() local
23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local
368 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) in DrawChild() local
12 BmpModule::Delegate* pDelegate) in CFX_BmpContext()
23 std::unique_ptr<ModuleIface::Context> BmpModule::Start(Delegate* pDelegate) { in Start()
175 CPngContext::CPngContext(PngModule::Delegate* pDelegate) in CPngContext()191 std::unique_ptr<ModuleIface::Context> PngModule::Start(Delegate* pDelegate) { in Start()
22 std::unique_ptr<ModuleIface::Context> GifModule::Start(Delegate* pDelegate) { in Start()
90 CFX_GlobalData* CFX_GlobalData::GetRetainedInstance(Delegate* pDelegate) { in GetRetainedInstance()107 CFX_GlobalData::CFX_GlobalData(Delegate* pDelegate) : m_pDelegate(pDelegate) { in CFX_GlobalData()