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

  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 50 mt.e = GetRTClient().left;
51 mt.f = GetRTClient().top;
182 m_pBarcodeEngine->SetHeight(int32_t(GetRTClient().height));
183 m_pBarcodeEngine->SetWidth(int32_t(GetRTClient().width));
cfwl_comboedit.cpp 26 RepaintRect(GetRTClient());
cfwl_combolist.cpp 132 if (GetRTClient().Contains(pMsg->m_pos)) {
157 if (GetRTClient().Contains(pMsg->m_pos))
cfwl_listbox.h 78 const CFX_RectF& GetRTClient() const { return m_rtClient; }
cfwl_edit.h 108 const CFX_RectF& GetRTClient() const { return m_rtClient; }

Completed in 4091 milliseconds