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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_threadimp.cpp 19 IFWL_NoteDriver* IFWL_NoteThread::GetNoteDriver() {
26 CFWL_NoteThreadImp::CFWL_NoteThreadImp(IFWL_NoteThread* pIface)
fwl_appimp.cpp 114 IFWL_NoteThread* pNoteTread = pWidget->GetOwnerThread();
fwl_widgetimp.cpp 120 IFWL_NoteThread* IFWL_Widget::GetOwnerThread() const {
491 IFWL_NoteThread* CFWL_WidgetImp::GetOwnerThread() const {
492 return static_cast<IFWL_NoteThread*>(m_pOwnerThread->GetInterface());
679 IFWL_NoteThread* pThread = GetOwnerThread();
694 IFWL_NoteThread* pThread = GetOwnerThread();
816 IFWL_NoteThread* pThread = GetOwnerThread();
825 IFWL_NoteThread* pThread = GetOwnerThread();
850 IFWL_NoteThread* pThread = GetOwnerThread();
917 IFWL_NoteThread* pThread = GetOwnerThread();
    [all...]
fwl_formimp.cpp 387 IFWL_NoteThread* pThread = GetOwnerThread();
415 IFWL_NoteThread* pThread = GetOwnerThread();
834 IFWL_NoteThread* pThread = GetOwnerThread();
844 IFWL_NoteThread* pThread = GetOwnerThread();
    [all...]
fwl_noteimp.cpp 89 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread();
203 IFWL_NoteThread* CFWL_NoteDriver::GetOwnerThread() const {
    [all...]
fwl_widgetmgrimp.cpp 700 IFWL_NoteThread* pNoteThread = pDstWidget->GetOwnerThread();
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_thread.h 18 // (nonesuch) IFWL_NoteThread CFWL_NoteThreadImp
46 class IFWL_NoteThread : public IFWL_Thread {
fwl_app.h 9 class IFWL_NoteThread;
16 class IFWL_App : public IFWL_NoteThread {
fwl_note.h 11 class IFWL_NoteThread;
340 virtual IFWL_NoteThread* GetOwnerThread() const = 0;
348 IFWL_Widget* FWL_GetCurrentThreadModalWidget(IFWL_NoteThread* pNoteThread);
fwl_widget.h 59 IFWL_NoteThread* GetOwnerThread() const;
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_threadimp.h 30 CFWL_NoteThreadImp(IFWL_NoteThread* pIface);
fwl_noteimp.h 57 IFWL_NoteThread* GetOwnerThread() const override;
fwl_widgetimp.h 62 virtual IFWL_NoteThread* GetOwnerThread() const;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 221 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
239 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
252 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
268 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp     [all...]

Completed in 319 milliseconds