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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 13 IFWL_Widget* pOuter = pWidget;
14 while (pOuter->GetOuter()) {
15 pOuter = pOuter->GetOuter();
17 if (pOuter) {
18 return (CXFA_FFWidget*)pOuter->GetPrivateData(pOuter);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_datetimepickerimp.cpp 24 IFWL_Widget* pOuter) {
27 new CFWL_DateTimePickerImp(properties, pOuter);
36 IFWL_Widget* pOuter) {
38 CFWL_FormProxyImp* pFormProxyImpl = new CFWL_FormProxyImp(properties, pOuter);
47 IFWL_Widget* pOuter) {
50 new CFWL_DateTimeCalendar(properties, pOuter);
59 IFWL_Widget* pOuter) {
62 new CFWL_DateTimeEdit(properties, pOuter);
152 IFWL_Widget* pOuter)
153 : CFWL_EditImp(properties, pOuter) {}
    [all...]
fwl_comboboximp.cpp 131 IFWL_Widget* pOuter)
132 : CFWL_EditImp(properties, pOuter) {
133 m_pOuter = static_cast<CFWL_ComboBoxImp*>(pOuter->GetImpl());
195 IFWL_Widget* pOuter)
196 : CFWL_ListBoxImp(properties, pOuter), m_bNotifyOwner(TRUE) {
197 FXSYS_assert(pOuter != NULL);
334 CFWL_ComboBoxImp* pOuter =
337 pKill->m_pSetFocus == pOuter->m_pEdit.get()) {
338 pOuter->ShowDropList(FALSE);
369 CFWL_ComboBoxImp* pOuter =
    [all...]
fwl_editimp.cpp 23 IFWL_Widget* pOuter) {
25 CFWL_EditImp* pEditImpl = new CFWL_EditImp(properties, pOuter);
33 IFWL_Widget* pOuter) {
35 CFWL_EditImp* pComboEditImpl = new CFWL_ComboEditImp(properties, pOuter);
142 FWL_ERR IFWL_Edit::SetOuter(IFWL_Widget* pOuter) {
143 return static_cast<CFWL_EditImp*>(GetImpl())->SetOuter(pOuter);
169 IFWL_Widget* pOuter)
170 : CFWL_WidgetImp(properties, pOuter),
806 FWL_ERR CFWL_EditImp::SetOuter(IFWL_Widget* pOuter) {
807 m_pOuter = pOuter;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 218 IFWL_Widget* pOuter = pWidget->GetOuter();
219 while (pOuter) {
224 pNative = pOuter;
225 pOuter = pOuter->GetOuter();
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2506 milliseconds