Home
last modified time | relevance | path

Searched refs:pOuter (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp23 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 …]
Dcfwl_widget.cpp37 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()
Dcfwl_datetimeedit.cpp19 CFWL_Widget* pOuter) in CFWL_DateTimeEdit() argument
20 : CFWL_Edit(app, std::move(properties), pOuter) {} in CFWL_DateTimeEdit()
Dcfwl_comboedit.cpp19 CFWL_Widget* pOuter) in CFWL_ComboEdit() argument
20 : CFWL_Edit(app, std::move(properties), pOuter) { in CFWL_ComboEdit()
Dcfwl_edit.cpp50 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 …]
Dcfwl_caret.cpp28 CFWL_Widget* pOuter) in CFWL_Caret() argument
29 : CFWL_Widget(app, std::move(properties), pOuter) { in CFWL_Caret()
Dcfwl_widgetmgr.cpp142 CFWL_Widget* pOuter = pWidget->GetOuter(); in RepaintWidget() local
143 while (pOuter) { in RepaintWidget()
147 pNative = pOuter; in RepaintWidget()
148 pOuter = pOuter->GetOuter(); in RepaintWidget()
Dcfwl_edit.h50 CFWL_Widget* pOuter);
91 void SetOuter(CFWL_Widget* pOuter);
Dcfwl_datetimeedit.h20 CFWL_Widget* pOuter);
Dcfwl_comboedit.h22 CFWL_Widget* pOuter);
Dcfwl_combolist.h20 CFWL_Widget* pOuter);
Dcfwl_caret.h23 CFWL_Widget* pOuter);
Dcfwl_scrollbar.h29 CFWL_Widget* pOuter);
Dcfwl_listbox.h38 CFWL_Widget* pOuter);
Dcfwl_widget.h137 CFWL_Widget* pOuter);
Dcfwl_monthcalendar.h27 CFWL_Widget* pOuter);
Dcfwl_scrollbar.cpp34 CFWL_Widget* pOuter) in CFWL_ScrollBar() argument
35 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_ScrollBar()
Dcfwl_listbox.cpp34 CFWL_Widget* pOuter) in CFWL_ListBox() argument
35 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_ListBox()
Dcfwl_monthcalendar.cpp92 CFWL_Widget* pOuter) in CFWL_MonthCalendar() argument
93 : CFWL_Widget(app, std::move(properties), pOuter) {} in CFWL_MonthCalendar()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp41 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/
Dsqlite3.c18451 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/
Dsqlite3.c18451 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 …]