Home
last modified time | relevance | path

Searched refs:window_config (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py165 for window_config in self.WINDOW_CONFIGS[self._subtest]:
166 url = window_config.url
168 if not window_config.path:
169 msg = 'Path & URL not configured. {}'.format(window_config)
174 window_config.path)
176 new_bounds = self._calculate_new_bounds(window_config)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3243 window_config = window_configure variable in Text
/external/python/cpython3/Lib/tkinter/
D__init__.py3915 window_config = window_configure variable in Text