Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/mini_installer/
Dlaunch_chrome.py18 def WaitForWindow(process_id, class_pattern): argument
31 if chrome_helper.WindowExists([process_id], class_pattern):
Dchrome_helper.py71 def WindowExists(process_ids, class_pattern): argument
85 if re.match(class_pattern, win32gui.GetClassName(hwnd)):
/external/chromium_org/chrome_frame/test/
Dmock_ie_event_sink_test.h256 void WatchWindow(std::string caption_pattern, std::string class_pattern) { in WatchWindow() argument
257 window_watcher_.AddObserver(this, caption_pattern, class_pattern); in WatchWindow()