Searched refs:ContentTypes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/functional/
H A Dprefs_ui.py13 from webdriver_pages.settings import Behaviors, ContentTypes namespace
80 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.ALLOW)
83 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.BLOCK)
86 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.ASK)
115 ContentTypes.GEOLOCATION, 'http://maps.google.com:80',
122 ContentTypes.GEOLOCATION, 'http://maps.google.com:80',
129 ContentTypes.GEOLOCATION, 'http://maps.google.com:80', Behaviors.ASK)
133 content_type = ContentTypes.PLUGINS
145 content_type = ContentTypes.PLUGINS
159 content_type = ContentTypes
[all...]
H A Dprefs.py15 from webdriver_pages.settings import Behaviors, ContentTypes namespace
198 self._driver, ContentTypes.IMAGES)
210 self._driver, ContentTypes.IMAGES)
/external/chromium_org/chrome/test/functional/webdriver_pages/
H A Dsettings.py262 class ContentTypes(object): class in inherits:object

Completed in 120 milliseconds