Home | History | Annotate | Download | only in multimedia

Lines Matching refs:def

25     def __init__(self, host, remote_facade_proxy):
36 def _display_proxy(self):
44 def get_external_connector_name(self):
53 def get_internal_connector_name(self):
62 def move_to_display(self, display_index):
70 def set_fullscreen(self, is_fullscreen):
79 def load_url(self, url):
88 def load_calibration_image(self, resolution):
97 def load_color_sequence(self, tab_descriptor, color_sequence):
112 def close_tab(self, tab_descriptor):
129 def is_mirrored_enabled(self):
137 def set_mirrored(self, is_mirrored):
147 def is_display_primary(self, internal=True):
156 def suspend_resume(self, suspend_time=10):
168 def suspend_resume_bg(self, suspend_time=10):
177 def wait_external_display_connected(self, display):
187 def hide_cursor(self):
192 def hide_typing_cursor(self):
197 def set_content_protection(self, state):
205 def get_content_protection(self):
215 def _take_screenshot(self, screenshot_func):
233 def capture_internal_screen(self):
243 def capture_external_screen(self):
252 def get_external_resolution(self):
262 def get_internal_resolution(self):
272 def set_resolution(self, display_index, width, height):
283 def get_display_info(self):
292 def get_display_modes(self, display_index):
303 def get_available_resolutions(self, display_index):
314 def get_display_rotation(self, display_index):
324 def set_display_rotation(self, display_index, rotation,
338 def get_first_external_display_index(self):
346 def reset_connector_if_applicable(self, connector_type):