HomeSort by relevance Sort by last modified time
    Searched defs:SetWindowSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 35 Status AutomationExtension::SetWindowSize(int width, int height) {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 191 // the same WM feature that SetWindowSize() works around. We try to detect
207 void SetWindowSize(GtkWindow* window, const gfx::Size& size) {
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 264 def SetWindowSize(self, width, height):
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 248 void SetWindowSize(GtkWindow* window, const gfx::Size& size) {
641 SetWindowSize(window_, gfx::Size(width, height));
    [all...]

Completed in 459 milliseconds