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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 16 class CFWL_SysBtn;
22 class CFWL_SysBtn {
24 CFWL_SysBtn() {
101 CFWL_SysBtn* GetSysBtnAtPoint(FX_FLOAT fx, FX_FLOAT fy);
102 CFWL_SysBtn* GetSysBtnByState(FX_DWORD dwState);
103 CFWL_SysBtn* GetSysBtnByIndex(int32_t nIndex);
104 int32_t GetSysBtnIndex(CFWL_SysBtn* pBtn);
144 CFWL_SysBtn* m_pCloseBox;
145 CFWL_SysBtn* m_pMinBox;
146 CFWL_SysBtn* m_pMaxBox;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 510 CFWL_SysBtn* CFWL_FormImp::GetSysBtnAtPoint(FX_FLOAT fx, FX_FLOAT fy) {
525 CFWL_SysBtn* CFWL_FormImp::GetSysBtnByState(FX_DWORD dwState) {
540 CFWL_SysBtn* CFWL_FormImp::GetSysBtnByIndex(int32_t nIndex) {
554 return static_cast<CFWL_SysBtn*>(arrBtn[nIndex]);
556 int32_t CFWL_FormImp::GetSysBtnIndex(CFWL_SysBtn* pBtn) {
751 m_pCloseBox = new CFWL_SysBtn;
765 m_pMaxBox = new CFWL_SysBtn;
785 m_pMinBox = new CFWL_SysBtn;
    [all...]

Completed in 198 milliseconds