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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 215 IFWL_Widget* pNative = pWidget;
221 pNative->GetWidgetRect(rtTemp);
224 pNative = pOuter;
228 pNative = GetWidget(pWidget, FWL_WGTRELATION_SystemForm);
229 if (!pNative)
231 pWidget->TransformTo(pNative, rect.left, rect.top);
233 AddRedrawCounts(pNative);
234 return m_pAdapter->RepaintWidget(pNative, &rect);
    [all...]
fwl_formimp.cpp 651 IFWL_AdapterNative* pNative = FWL_GetAdapterNative();
652 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr();
    [all...]
fwl_widgetimp.cpp 806 IFWL_AdapterNative* pNative = FWL_GetAdapterNative();
807 IFWL_AdapterMonitorMgr* pMonitorMgr = pNative->GetMonitorMgr();
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 651 IFWL_AdapterNative* pNative = FWL_GetAdapterNative();
652 if (!pNative)
654 IFWL_AdapterClipboardMgr* pClipBorder = pNative->GetClipboardMgr();
    [all...]
fwl_comboboximp.cpp     [all...]

Completed in 99 milliseconds