Searched refs:pDelegate (Results 1 – 13 of 13) sorted by relevance
23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local24 if (!pDelegate) in ProcessEvent()29 pDelegate->OnProcessEvent(pEvent); in ProcessEvent()
69 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local71 pDelegate->OnProcessMessage(&ms); in SetFocus()75 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local77 pDelegate->OnProcessMessage(&ms); in SetFocus()146 IFWL_WidgetDelegate* pDelegate = pMessage->GetDstTarget()->GetDelegate(); in DispatchMessage() local147 if (pDelegate) in DispatchMessage()148 pDelegate->OnProcessMessage(pMessage); in DispatchMessage()
368 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) in DrawChild() local369 pDelegate->OnDrawWidget(pGraphics, widgetMatrix); in DrawChild()
12 BmpModule::Delegate* pDelegate) in CFX_BmpContext() argument13 : m_Bmp(this), m_pModule(pModule), m_pDelegate(pDelegate) {} in CFX_BmpContext()
23 std::unique_ptr<ModuleIface::Context> BmpModule::Start(Delegate* pDelegate) { in Start() argument24 return pdfium::MakeUnique<CFX_BmpContext>(this, pDelegate); in Start()
19 CFX_BmpContext(BmpModule* pModule, BmpModule::Delegate* pDelegate);
40 std::unique_ptr<Context> Start(Delegate* pDelegate);
28 explicit CPngContext(PngModule::Delegate* pDelegate);175 CPngContext::CPngContext(PngModule::Delegate* pDelegate) in CPngContext() argument176 : m_pDelegate(pDelegate) { in CPngContext()191 std::unique_ptr<ModuleIface::Context> PngModule::Start(Delegate* pDelegate) { in Start() argument192 auto p = pdfium::MakeUnique<CPngContext>(pDelegate); in Start()
43 std::unique_ptr<Context> Start(Delegate* pDelegate);
22 std::unique_ptr<ModuleIface::Context> GifModule::Start(Delegate* pDelegate) { in Start() argument23 return pdfium::MakeUnique<CFX_GifContext>(this, pDelegate); in Start()
47 std::unique_ptr<Context> Start(Delegate* pDelegate);
41 static CFX_GlobalData* GetRetainedInstance(Delegate* pDelegate);63 explicit CFX_GlobalData(Delegate* pDelegate);
90 CFX_GlobalData* CFX_GlobalData::GetRetainedInstance(Delegate* pDelegate) { in GetRetainedInstance() argument92 g_pInstance = new CFX_GlobalData(pDelegate); in GetRetainedInstance()107 CFX_GlobalData::CFX_GlobalData(Delegate* pDelegate) : m_pDelegate(pDelegate) { in CFX_GlobalData() argument