Searched refs:GetDocEnvironment (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 102 hDoc->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in calculationsEnabled() 106 pValue->SetBoolean(hDoc->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled() 118 hDoc->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger()); in currentPage() 121 pValue->SetInteger(hDoc->GetDocEnvironment()->GetCurrentPage(hDoc)); in currentPage() 151 pValue->SetInteger(hDoc->GetDocEnvironment()->CountPages(hDoc)); in numPages() 181 hDoc->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in title() 186 hDoc->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in title() 199 hDoc->GetDocEnvironment()->SetValidationsEnabled(hDoc, pValue->ToBoolean()); in validationsEnabled() 203 bool bEnabled = hDoc->GetDocEnvironment()->IsValidationsEnabled(hDoc); in validationsEnabled() 260 hDoc->GetDocEnvironment()->GotoURL(hDoc, URL); in gotoURL() [all …]
|
D | cfxjse_engine.cpp | 211 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in GlobalPropertySetter() 280 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in GlobalPropertyGetter() 376 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in NormalPropertyGetter()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 270 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in ResetNode() 340 m_pDoc->GetDocEnvironment()->SetFocusWidget(m_pDoc.Get(), in SetFocusNode() 364 if (pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled( in XFA_ProcessEvent() 462 m_pDoc->GetDocEnvironment()->PageViewEvent(pFFPageView, dwEvent); in OnPageEvent() 467 m_pDoc->GetDocEnvironment()->InvalidateRect(pPageView, rtInvalidate); in InvalidateRect() 478 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr, in RunLayout() 484 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr, in RunLayout() 564 if (!m_pDoc->GetDocEnvironment()->IsCalculationsEnabled(m_pDoc.Get())) in RunCalculateWidgets() 594 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc.Get())) in InitValidate() 603 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc.Get())) in RunValidate() [all …]
|
D | cxfa_ffnotify.cpp | 253 hDoc->GetDocEnvironment()->SetFocusWidget(hDoc, hWidget); in OpenDropDownList() 439 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildAdded() 451 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildRemoved() 475 m_pDoc->GetDocEnvironment()->WidgetPostAdd(pWidget); in OnLayoutItemAdded() 501 m_pDoc->GetDocEnvironment()->WidgetPreRemove(pWidget); in OnLayoutItemRemoving()
|
D | cxfa_ffwidgethandler.cpp | 54 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown() 106 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnRButtonDown() 240 if (m_pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled( in ProcessEvent()
|
D | cxfa_fwladapterwidgetmgr.cpp | 35 pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos( in GetPopupPos()
|
D | cxfa_ffdoc.h | 52 IXFA_DocEnvironment* GetDocEnvironment() const { in GetDocEnvironment() function
|
D | cxfa_fftext.cpp | 137 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent); in OnLButtonUp()
|
D | cxfa_ffdatetimeedit.cpp | 201 GetDoc()->GetDocEnvironment()->SetFocusWidget(GetDoc(), nullptr); in OnSelectChanged()
|
D | cxfa_ffcombobox.cpp | 109 GetDoc()->GetDocEnvironment()->PopupMenu(this, point); in OnRButtonUp()
|
D | cxfa_fftextedit.cpp | 162 GetDoc()->GetDocEnvironment()->PopupMenu(this, point); in OnRButtonUp()
|
D | cxfa_ffwidget.cpp | 601 IXFA_DocEnvironment* pDocEnvironment = GetDoc()->GetDocEnvironment(); in DisplayCaret()
|
D | cxfa_fffield.cpp | 101 CXFA_GEColor(pDoc->GetDocEnvironment()->GetHighlightColor(pDoc))); in DrawHighlight()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 503 pImageFileRead = pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL); in XFA_LoadImageData() 2419 return pDocView->GetDoc()->GetDocEnvironment()->Submit(pDocView->GetDoc(), in ProcessEventInternal()
|