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

  /external/pdfium/xfa/include/fwl/core/
fwl_content.h 10 class IFWL_Content;
11 class IFWL_Content : public IFWL_Widget {
13 static IFWL_Content* Create();
23 IFWL_Content();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp 14 FWL_ERR IFWL_Content::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) {
17 FWL_ERR IFWL_Content::RemoveWidget(IFWL_Widget* pWidget) {
20 FWL_ERR IFWL_Content::RemoveAllWidgets() {
23 FWL_ERR IFWL_Content::GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
26 FWL_ERR IFWL_Content::SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight) {
29 FWL_ERR IFWL_Content::GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
32 FWL_ERR IFWL_Content::SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) {
35 IFWL_Content::IFWL_Content() {

Completed in 504 milliseconds