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

  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 92 float window_height = 0; local
98 window_height = ConvertDipsToPixels(window_height);
109 swap_chain_desc.Height = 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/media/cast/test/
receiver.cc 188 int window_height)
199 render_(0, 0, window_width, window_height, "Cast_receiver"),
585 int window_height = 0; local
587 media::cast::GetWindowSize(&window_width, &window_height);
595 window_height);
  /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 167 milliseconds