restriction        21 components/auto_login_parser/auto_login_parser.cc bool MatchRealm(const std::string& realm, RealmRestriction restriction) {
restriction        22 components/auto_login_parser/auto_login_parser.cc   switch (restriction) {
restriction       916 components/policy/core/common/schema.cc   const RestrictionNode* rnode = storage_->restriction(index);
restriction       932 components/policy/core/common/schema.cc   const RestrictionNode* rnode = storage_->restriction(index);
restriction        52 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                          RendererRestriction restriction) {
restriction        59 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   if (restriction == RESTRICTION_SOFTWARE_ONLY) {
restriction        63 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   } else if (restriction == RESTRICTION_HARDWARE_ONLY) {
restriction       199 net/base/sdch_manager.cc                                         const std::string& restriction) {
restriction       205 net/base/sdch_manager.cc   if (path == restriction)
restriction       207 net/base/sdch_manager.cc   size_t prefix_length = restriction.size();
restriction       210 net/base/sdch_manager.cc   if (0 != path.compare(0, prefix_length, restriction))
restriction       212 net/base/sdch_manager.cc   return restriction[prefix_length - 1] == '/' || path[prefix_length] == '/';
restriction       217 net/base/sdch_manager.cc                                           const std::string& restriction) {
restriction       219 net/base/sdch_manager.cc   return gurl.DomainIs(restriction.data(), restriction.size());
restriction       206 net/base/sdch_manager.h                           const std::string& restriction);
restriction       209 net/base/sdch_manager.h     static bool DomainMatch(const GURL& url, const std::string& restriction);
restriction       305 net/base/sdch_manager_unittest.cc   bool (*PathMatch)(const std::string& path, const std::string& restriction) =