Searched refs:IsInPart (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | theme.cpp | 58 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/ |
D | theme.h | 34 FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_theme.h | 77 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fwltheme.h | 34 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
|
D | xfa_fwltheme.cpp | 268 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/ |
D | widgettp.h | 34 virtual FX_BOOL IsInPart(CFWL_ThemePart* pThemePart,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 134 FX_BOOL CFWL_WidgetTP::IsInPart(CFWL_ThemePart* pThemePart, in IsInPart() function in CFWL_WidgetTP
|