HomeSort by relevance Sort by last modified time
    Searched refs:Behaviors (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/functional/
prefs_ui.py 13 from webdriver_pages.settings import Behaviors, ContentTypes
80 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.ALLOW)
83 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.BLOCK)
86 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.ASK)
95 self._GetGeolocationContentSettingsBehavior(), Behaviors.BLOCK.upper(),
100 self._GetGeolocationContentSettingsBehavior(), Behaviors.ALLOW.upper(),
105 self._GetGeolocationContentSettingsBehavior(), Behaviors.ASK.upper(),
116 Behaviors.BLOCK)
123 Behaviors.ALLOW)
129 ContentTypes.GEOLOCATION, 'http://maps.google.com:80', Behaviors.ASK
    [all...]
prefs.py 15 from webdriver_pages.settings import Behaviors, ContentTypes
132 behavior, Behaviors.BLOCK,
195 behavior, Behaviors.BLOCK,
243 pattern, behavior = (url, Behaviors.BLOCK)
255 pattern, behavior = (url, Behaviors.ALLOW)
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 274 class Behaviors(object):
424 'Number of patterns does not match the behaviors.'

Completed in 211 milliseconds