Home
last modified time | relevance | path

Searched refs:m_dwValue (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp100 m_dwValue = FWLTHEME_CAPACITY_TextColor; in GetCapacity()
101 return &m_dwValue; in GetCapacity()
111 m_dwValue = (m_dwThemeID == 0) ? FWLTHEME_CAPACITY_TextSelColor in GetCapacity()
113 return &m_dwValue; in GetCapacity()
Dmonthcalendartp.cpp174 m_dwValue = FWL_THEMECAPACITY_MC_HEADER_BTN_HMARGIN; in GetCapacity()
353 return &m_dwValue; in GetCapacity()
Dformtp.cpp172 m_dwValue = FWLTHEME_CAPACITY_FormTextColor; in GetCapacity()
187 return &m_dwValue; in GetCapacity()
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h135 FX_DWORD m_dwValue; variable