Searched refs:class_pattern (Results 1 – 3 of 3) sorted by relevance
18 def WaitForWindow(process_id, class_pattern): argument31 if chrome_helper.WindowExists([process_id], class_pattern):
71 def WindowExists(process_ids, class_pattern): argument85 if re.match(class_pattern, win32gui.GetClassName(hwnd)):
256 void WatchWindow(std::string caption_pattern, std::string class_pattern) { in WatchWindow() argument257 window_watcher_.AddObserver(this, caption_pattern, class_pattern); in WatchWindow()