Home
last modified time | relevance | path

Searched refs:custom_end (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.h46 const_custom_iterator custom_end() const { return custom_properties_.end(); } in custom_end() function
Dcfx_cssstyleselector.cpp135 for (auto it = decl->custom_begin(); it != decl->custom_end(); it++) in ExtractValues()