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

  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 66 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); }
cpdfsdk_pageview.cpp 106 CPDFSDK_Annot* annot = GetFocusAnnot();
183 if (GetFocusAnnot() == pAnnot)
244 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
254 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
327 CPDFSDK_Annot::ObservedPtr pFocusAnnot(GetFocusAnnot());
398 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
408 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
518 CPDFSDK_Annot* CPDFSDK_PageView::GetFocusAnnot() {
519 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();

Completed in 118 milliseconds