Searched refs:SimulateMemoryPressureNotification (Results 1 – 7 of 7) sorted by relevance
48 self._browser.SimulateMemoryPressureNotification(pressure_level)57 self._browser.SimulateMemoryPressureNotification(pressure_level)118 backend.SimulateMemoryPressureNotification('critical')123 backend.SimulateMemoryPressureNotification('moderate')141 backend.SimulateMemoryPressureNotification('critical')152 backend.SimulateMemoryPressureNotification, 'critical')
48 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): member in MemoryBackend
390 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): member in DevToolsClientBackend406 return self._memory_backend.SimulateMemoryPressureNotification(
273 def SimulateMemoryPressureNotification( member in Browser275 self._browser_backend.SimulateMemoryPressureNotification(
307 def SimulateMemoryPressureNotification( member in ChromeBrowserBackend309 self.devtools_client.SimulateMemoryPressureNotification(
135 def SimulateMemoryPressureNotification( member in BrowserBackend
660 def SimulateMemoryPressureNotification(self, pressure_level): member in ActionRunner666 self._tab.browser.SimulateMemoryPressureNotification(pressure_level)