Home
last modified time | relevance | path

Searched refs:IsInteractive (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_fffield.cpp76 if (m_rtUI.IsEmpty() || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in DrawHighlight()
325 if (!m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in SetFWLRect()
361 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnLButtonDown()
433 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnRButtonDown()
499 if (!m_pNormalWidget || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnKeyDown()
510 if (!m_pNormalWidget || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnKeyUp()
521 if (!m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnChar()
Dxfa_fftextedit.cpp83 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
403 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
480 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
554 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
Dxfa_ffchoicelist.cpp281 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h86 bool IsInteractive();
Dcxfa_document.cpp265 bool CXFA_Document::IsInteractive() { in IsInteractive() function in CXFA_Document