HomeSort by relevance Sort by last modified time
    Searched refs:class_pattern (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/mini_installer/
launch_chrome.py 18 def WaitForWindow(process_id, class_pattern):
23 class_pattern: The regular expression pattern of the window class name.
31 if chrome_helper.WindowExists([process_id], class_pattern):
chrome_helper.py 71 def WindowExists(process_ids, class_pattern):
75 in |process_ids| and has a class name that matches |class_pattern|.
79 class_pattern: The regular expression pattern of the window class name.
85 if re.match(class_pattern, win32gui.GetClassName(hwnd)):
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_test.h 256 void WatchWindow(std::string caption_pattern, std::string class_pattern) {
257 window_watcher_.AddObserver(this, caption_pattern, class_pattern);

Completed in 806 milliseconds