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

  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 87 float window_width = ConvertDipsToPixels(window_bounds_.Width); local
97 swap_chain_desc.Width = window_width;
  /external/eigen/bench/btl/data/
smooth.cxx 102 int window_width=2*window_half_width+1; local
106 vector<double> sample(window_width);
110 for ( int j=0 ; j < window_width ; j++ ){
  /external/chromium_org/content/shell/browser/
shell_win.cc 146 int window_width = rw.right - rw.left; local
147 window_width = (window_width - client_width) + size.width();
156 SetWindowPos(window_, NULL, 0, 0, window_width, window_height,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 292 int window_width = window_rect.right - window_rect.left; local
296 window_width) / 2;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 869 int window_width = 300; local
887 int window_width = 300; local
931 int window_width = 300; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 317 int window_width; local
318 gtk_window_get_size(GTK_WINDOW(frame_container_), &window_width, NULL); local
320 int pos_x = gdk_screen_width() - window_width - kScreenBorder;
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 330 int window_width; local
331 gtk_window_get_size(GTK_WINDOW(frame_container_), &window_width, NULL); local
333 int pos_x = gdk_screen_width() - window_width - kScreenBorder;
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 711 int window_width = base_view_->GetLocalBounds().width(); local
716 int top_right_x = top_left.x() + window_width;
772 int right_position_x = window_width - (position_.x() + size_.width());
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 731 int window_width = base_view_->GetLocalBounds().width(); local
736 int top_right_x = top_left.x() + window_width;
792 int right_position_x = window_width - (position_.x() + size_.width());
  /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']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(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']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]

Completed in 355 milliseconds