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

  /external/pdfium/xfa/fxfa/parser/
cxfa_choicelist.cpp 22 (void*)XFA_AttributeEnum::UserControl},
xfa_basic_data_enum.cpp 207 {0xbb2f2880, L"userControl", XFA_AttributeEnum::UserControl},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 361 virtual HRESULT WINAPI get_UserControl(PBOOL UserControl) = 0;
362 virtual HRESULT WINAPI put_UserControl(WINBOOL UserControl) = 0;
384 HRESULT (WINAPI *get_UserControl)(_Application *This,PBOOL UserControl);
385 HRESULT (WINAPI *put_UserControl)(_Application *This,WINBOOL UserControl);
409 #define _Application_get_UserControl(This,UserControl) (This)->lpVtbl->get_UserControl(This,UserControl)
410 #define _Application_put_UserControl(This,UserControl) (This)->lpVtbl->put_UserControl(This,UserControl)
431 HRESULT WINAPI _Application_get_UserControl_Proxy(_Application *This,PBOOL UserControl);
433 HRESULT WINAPI _Application_put_UserControl_Proxy(_Application *This,WINBOOL UserControl);
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 294 UserControl,

Completed in 217 milliseconds