Home | History | Annotate | Download | only in functional

Lines Matching refs:BLOCK

45     behaviors_dict = {1: 'ALLOW', 2: 'BLOCK', 3: 'ASK'}
59 behavior: The exception to allow or block the hostname.
83 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.BLOCK)
92 # Block all sites.
95 self._GetGeolocationContentSettingsBehavior(), Behaviors.BLOCK.upper(),
116 Behaviors.BLOCK)
137 pattern, behavior = ('bing.com', Behaviors.BLOCK)
139 self.assertEqual(page.GetExceptions()[pattern], Behaviors.BLOCK,
149 pattern, behavior = ('bing.com', Behaviors.BLOCK)
163 pattern, behavior = ('bing.com', Behaviors.BLOCK)
165 self.assertEqual(page.GetExceptions()[pattern], Behaviors.BLOCK,
184 # Block cookies for for a session for google.com.
188 ContentTypes.COOKIES, 'http://google.com:80', Behaviors.BLOCK)
202 pattern, behavior = ('http://maps.google.com:80', Behaviors.BLOCK)
206 Behaviors.BLOCK, incognito=True)