/external/pdfium/xfa/fwl/ |
D | cfwl_combolist.cpp | 23 CFWL_Widget* pOuter) in CFWL_ComboList() argument 24 : CFWL_ListBox(app, std::move(properties), pOuter) { in CFWL_ComboList() 25 ASSERT(pOuter); in CFWL_ComboList() 124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged() local 126 pKill->IsFocusedOnWidget(pOuter->GetComboEdit())) { in OnDropListFocusChanged() 127 pOuter->ShowDropList(false); in OnDropListFocusChanged() 151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove() local 152 pOuter->GetDelegate()->OnProcessMessage(pMsg); in OnDropListMouseMove() 160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown() local 161 pOuter->ShowDropList(false); in OnDropListLButtonDown() [all …]
|
D | cfwl_widget.cpp | 37 CFWL_Widget* pOuter) in CFWL_Widget() argument 41 m_pOuter(pOuter) { in CFWL_Widget() 205 CFWL_Widget* pOuter = const_cast<CFWL_Widget*>(this); in GetOutmost() local 206 while (pOuter->GetOuter()) in GetOutmost() 207 pOuter = pOuter->GetOuter(); in GetOutmost() 208 return pOuter; in GetOutmost()
|
D | cfwl_datetimeedit.cpp | 19 CFWL_Widget* pOuter) in CFWL_DateTimeEdit() argument 20 : CFWL_Edit(app, std::move(properties), pOuter) {} in CFWL_DateTimeEdit()
|
D | cfwl_comboedit.cpp | 19 CFWL_Widget* pOuter) in CFWL_ComboEdit() argument 20 : CFWL_Edit(app, std::move(properties), pOuter) { in CFWL_ComboEdit()
|
D | cfwl_edit.cpp | 50 CFWL_Widget* pOuter) in CFWL_Edit() argument 51 : CFWL_Widget(app, std::move(properties), pOuter), in CFWL_Edit() 265 void CFWL_Edit::SetOuter(CFWL_Widget* pOuter) { in SetOuter() argument 266 m_pOuter = pOuter; in SetOuter() 908 CFWL_Widget* pOuter = this; in ShowCaret() local 910 while (pOuter->GetOuter()) { in ShowCaret() 911 pOuter = pOuter->GetOuter(); in ShowCaret() 913 CFX_RectF rtOuter = pOuter->GetWidgetRect(); in ShowCaret() 917 CFWL_Widget::AdapterIface* pXFAWidget = pOuter->GetAdapterIface(); in ShowCaret() 932 CFWL_Widget* pOuter = this; in HideCaret() local [all …]
|
D | cfwl_caret.cpp | 28 CFWL_Widget* pOuter) in CFWL_Caret() argument 29 : CFWL_Widget(app, std::move(properties), pOuter) { in CFWL_Caret()
|
D | cfwl_widgetmgr.cpp | 142 CFWL_Widget* pOuter = pWidget->GetOuter(); in RepaintWidget() local 143 while (pOuter) { in RepaintWidget() 147 pNative = pOuter; in RepaintWidget() 148 pOuter = pOuter->GetOuter(); in RepaintWidget()
|
D | cfwl_edit.h | 50 CFWL_Widget* pOuter); 91 void SetOuter(CFWL_Widget* pOuter);
|
D | cfwl_datetimeedit.h | 20 CFWL_Widget* pOuter);
|
D | cfwl_comboedit.h | 22 CFWL_Widget* pOuter);
|
D | cfwl_combolist.h | 20 CFWL_Widget* pOuter);
|
D | cfwl_caret.h | 23 CFWL_Widget* pOuter);
|
D | cfwl_scrollbar.h | 29 CFWL_Widget* pOuter);
|
D | cfwl_listbox.h | 38 CFWL_Widget* pOuter);
|
D | cfwl_widget.h | 137 CFWL_Widget* pOuter);
|
D | cfwl_monthcalendar.h | 27 CFWL_Widget* pOuter);
|
D | cfwl_scrollbar.cpp | 34 CFWL_Widget* pOuter) in CFWL_ScrollBar() argument 35 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_ScrollBar()
|
D | cfwl_listbox.cpp | 34 CFWL_Widget* pOuter) in CFWL_ListBox() argument 35 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_ListBox()
|
D | cfwl_monthcalendar.cpp | 92 CFWL_Widget* pOuter) in CFWL_MonthCalendar() argument 93 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_MonthCalendar()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.cpp | 41 CFWL_Widget* pOuter = pWidget ? pWidget->GetOutmost() : nullptr; in XFA_ThemeGetOuterWidget() local 42 return pOuter ? static_cast<CXFA_FFWidget*>(pOuter->GetAdapterIface()) in XFA_ThemeGetOuterWidget()
|
/external/sqlite/dist/ |
D | sqlite3.c | 18451 With *pOuter; /* Containing WITH clause, or NULL */ member 28617 if( pWith->pOuter ){ 28618 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); 129282 for(p=pWith; p; p=p->pOuter){ 129309 pWith->pOuter = pParse->pWith; 129461 pParse->pWith = pWith->pOuter; 135981 WhereClause *pOuter; /* Outer conjunction */ 139200 pAndWC->pOuter = pWC; 139980 pWC->pOuter = 0; 140421 pWC = pWC->pOuter; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 18451 With *pOuter; /* Containing WITH clause, or NULL */ member 28617 if( pWith->pOuter ){ 28618 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); 129266 for(p=pWith; p; p=p->pOuter){ 129293 pWith->pOuter = pParse->pWith; 129445 pParse->pWith = pWith->pOuter; 135965 WhereClause *pOuter; /* Outer conjunction */ 139184 pAndWC->pOuter = pWC; 139964 pWC->pOuter = 0; 140405 pWC = pWC->pOuter; [all …]
|