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

  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 88 float window_height = ConvertDipsToPixels(window_bounds_.Height); local
98 swap_chain_desc.Height = window_height;
  /external/chromium_org/content/shell/browser/
shell_win.cc 150 int window_height = rw.bottom - rw.top; local
151 window_height = (window_height - client_height) + size.height();
154 window_height += kURLBarHeight;
156 SetWindowPos(window_, NULL, 0, 0, window_width, window_height,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 293 int window_height = window_rect.bottom - window_rect.top; local
294 int top = monitor_info.rcWork.bottom - window_height;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 571 int window_height = gdk_window_get_height(gtk_widget_get_window(widget)); local
574 else if (window_height <= panel::kMinimizedPanelHeight)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1264 def window_height(self): member in class:TurtleScreen
3396 def window_height(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1264 def window_height(self): member in class:TurtleScreen
3396 def window_height(self): function
    [all...]

Completed in 300 milliseconds