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/ash/wm/workspace/
workspace_window_resizer_unittest.cc 746 int window_width = 300; local
747 int window_x = left - window_width + pixels_to_left_border;
748 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
753 resizer->Drag(CalculateDragPoint(*resizer, -window_width, 0), 0);
765 int window_width = 300; local
767 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
772 resizer->Drag(CalculateDragPoint(*resizer, window_width, 0), 0);
775 base::IntToString(window_width - pixels_to_right_border +
811 int window_width = 300; local
    [all...]
  /external/chromium_org/content/shell/
shell_win.cc 146 int window_width = rw.right - rw.left; local
147 window_width = (window_width - client_width) + width;
156 SetWindowPos(window_, NULL, 0, 0, window_width, window_height,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 290 int window_width = window_rect.right - window_rect.left; local
294 window_width) / 2;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 321 int window_width; local
322 gtk_window_get_size(GTK_WINDOW(frame_container_), &window_width, NULL); local
324 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 728 int window_width = base_view_->GetLocalBounds().width(); local
733 int top_right_x = top_left.x() + window_width;
789 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 1047 milliseconds