HomeSort by relevance Sort by last modified time
    Searched refs:IsCustomizedLayout (Results 1 - 10 of 10) sorted by null

  /external/pdfium/xfa/include/fwl/lightwidget/
theme.h 32 FX_BOOL IsCustomizedLayout(IFWL_Widget* pWidget) override;
  /external/pdfium/xfa/include/fwl/core/
fwl_theme.h 74 virtual FX_BOOL IsCustomizedLayout(IFWL_Widget* pWidget) = 0;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 32 virtual FX_BOOL IsCustomizedLayout(IFWL_Widget* pWidget);
xfa_fwltheme.cpp 261 FX_BOOL CXFA_FWLTheme::IsCustomizedLayout(IFWL_Widget* pWidget) {
262 return GetTheme(pWidget)->IsCustomizedLayout(pWidget);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 48 FX_BOOL CFWL_Theme::IsCustomizedLayout(IFWL_Widget* pWidget) {
51 return pTheme->IsCustomizedLayout(pWidget);
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 32 virtual FX_BOOL IsCustomizedLayout(IFWL_Widget* pWidget);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 292 m_bCustomLayout = pTheme->IsCustomizedLayout(m_pInterface);
fwl_listboximp.cpp 740 if (m_pProperties->m_pThemeProvider->IsCustomizedLayout(m_pInterface)) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 127 FX_BOOL CFWL_WidgetTP::IsCustomizedLayout(IFWL_Widget* pWidget) {
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 743 m_bCustomizeLayout = pTheme->IsCustomizedLayout(m_pInterface);
    [all...]

Completed in 298 milliseconds