Searched refs:is_low_memory (Results 1 – 2 of 2) sorted by relevance
286 def __init__(self, is_low_memory=False): argument291 self.is_low_memory = is_low_memory292 if is_low_memory:324 if self.is_low_memory:438 (browser_config == 'LOW_RAM_ONLY' and self.is_low_memory):516 (browser_config == 'LOW_RAM_ONLY' and self.is_low_memory):
31 all_tests = [t(is_low_memory=m) for t in test_cases for m in low_memory_modes]