Searched refs:xml_plane_size_ (Results 1 – 2 of 2) sorted by relevance
74 xml_plane_size_ = std::min( in CFX_XMLParser()75 xml_plane_size_, pdfium::base::checked_cast<size_t>(stream_->GetSize())); in CFX_XMLParser()90 if (xml_plane_size_ <= 0) in DoSyntaxParse()93 FX_SAFE_SIZE_T alloc_size_safe = xml_plane_size_; in DoSyntaxParse()117 size_t buffer_chars = stream_->ReadBlock(buffer.data(), xml_plane_size_); in DoSyntaxParse()
60 size_t xml_plane_size_ = 1024; variable