Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:directive

1581 // Returns -1 if no directive is found, std::numeric_limits<int>::max() if the
1582 // directive matches all IE versions ('Chrome=1') or the maximum IE version
1584 int GetXUaCompatibleDirective(const std::string& directive, char delimiter) {
1585 net::HttpUtil::NameValuePairsIterator name_value_pairs(directive.begin(),
1586 directive.end(),
1619 // The first valid directive we find wins, whether it matches or not
1625 bool CheckXUaCompatibleDirective(const std::string& directive,
1627 int header_ie_version = GetXUaCompatibleDirective(directive, ';');
1629 header_ie_version = GetXUaCompatibleDirective(directive, ',');