Searched refs:restrictor (Results 1 – 4 of 4) sorted by relevance
381 RestrictFragmentShaderTiming restrictor(infoSink.info); in enforceFragmentShaderTimingRestrictions() local382 restrictor.enforceRestrictions(graph); in enforceFragmentShaderTimingRestrictions()383 return restrictor.numErrors() == 0; in enforceFragmentShaderTimingRestrictions()388 RestrictVertexShaderTiming restrictor(infoSink.info); in enforceVertexShaderTimingRestrictions() local389 restrictor.enforceRestrictions(root); in enforceVertexShaderTimingRestrictions()390 return restrictor.numErrors() == 0; in enforceVertexShaderTimingRestrictions()
52 Restrictor restrictor() const { return m_restrictor; } in restrictor() function
148 result = applyRestrictor(query->restrictor(), expressions.size() == j); in eval()150 result = applyRestrictor(query->restrictor(), false); in eval()
9521 MediaQuery* CSSParser::createFloatingMediaQuery(MediaQuery::Restrictor restrictor, const AtomicStri… in createFloatingMediaQuery() argument9523 m_floatingMediaQuery = adoptPtr(new MediaQuery(restrictor, mediaType, expressions)); in createFloatingMediaQuery()