Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:requirements

945    * Checks the list of requirements to determine if the current host browser
1580 if (!force && testRequirements(args['requirements'])) {
1635 CFInstance.isAvailable = function(requirements) {
1637 return requirements ? (hasCf || testRequirements(requirements)) : hasCf;