HomeSort by relevance Sort by last modified time
    Searched full:window_rect_from_os (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 41 RECT window_rect_from_os; local
42 ::GetWindowRect(window, &window_rect_from_os);
43 origin_from_os.x = window_rect_from_os.left;
44 origin_from_os.y = window_rect_from_os.top;

Completed in 425 milliseconds