Home
last modified time | relevance | path

Searched refs:IsInPart (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp58 FX_BOOL CFWL_Theme::IsInPart(CFWL_ThemePart* pThemePart, in IsInPart() function in CFWL_Theme
63 return pTheme->IsInPart(pThemePart, fx, fy); in IsInPart()
/external/pdfium/xfa/include/fwl/lightwidget/
Dtheme.h34 FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
/external/pdfium/xfa/include/fwl/core/
Dfwl_theme.h77 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h34 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
Dxfa_fwltheme.cpp268 FX_BOOL CXFA_FWLTheme::IsInPart(CFWL_ThemePart* pThemePart, in IsInPart() function in CXFA_FWLTheme
271 return GetTheme(pThemePart->m_pWidget)->IsInPart(pThemePart, fx, fy); in IsInPart()
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h34 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp134 FX_BOOL CFWL_WidgetTP::IsInPart(CFWL_ThemePart* pThemePart, in IsInPart() function in CFWL_WidgetTP