Lines Matching refs:m_MapGlobal
169 return pdfium::Contains(m_MapGlobal, propname); in HasProperty()
173 auto it = m_MapGlobal.find(propname); in DelProperty()
174 if (it == m_MapGlobal.end()) in DelProperty()
183 auto it = m_MapGlobal.find(propname); in GetProperty()
184 if (it == m_MapGlobal.end()) in GetProperty()
248 for (const auto& it : m_MapGlobal) { in EnumProperties()
264 auto it = m_MapGlobal.find(pRuntime->ToByteString(params[0])); in setPersistent()
265 if (it == m_MapGlobal.end() || it->second->bDeleted) in setPersistent()
330 for (const auto& iter : m_MapGlobal) { in CommitGlobalPersisitentVariables()
456 m_MapGlobal.clear(); in DestroyGlobalPersisitentVariables()
469 auto it = m_MapGlobal.find(propname); in SetGlobalVariables()
470 if (it != m_MapGlobal.end()) { in SetGlobalVariables()
529 m_MapGlobal[propname] = std::move(pNewData); in SetGlobalVariables()