Home
last modified time | relevance | path

Searched refs:attribute_ (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt()
43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt()
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.cc307 attribute_(NULL), in SpellcheckWordIterator()
340 attribute_ = attribute; in Initialize()
420 attribute_->OutputChar(c, output_string); in Normalize()
Dspellcheck_worditerator.h167 const SpellcheckCharAttribute* attribute_; variable