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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 89 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread();
203 IFWL_NoteThread* CFWL_NoteDriver::GetOwnerThread() const {
    [all...]
fwl_widgetimp.cpp 120 IFWL_NoteThread* IFWL_Widget::GetOwnerThread() const {
121 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetOwnerThread();
280 static_cast<CFWL_NoteDriver*>(GetOwnerThread()->GetNoteDriver());
491 IFWL_NoteThread* CFWL_WidgetImp::GetOwnerThread() const {
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...]

Completed in 274 milliseconds