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

  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.cc 37 gfx::win::GetSystemMetricsInDIP(SM_CYSMICON) +
38 gfx::win::GetSystemMetricsInDIP(SM_CYSIZEFRAME) - 1);
40 std::max(1, gfx::win::GetSystemMetricsInDIP(SM_CXSIZEFRAME) - 1);
83 int resize_border = gfx::win::GetSystemMetricsInDIP(SM_CXSIZEFRAME);
  /external/chromium_org/ui/gfx/win/
dpi.h 59 GFX_EXPORT int GetSystemMetricsInDIP(int metric);
dpi.cc 222 int GetSystemMetricsInDIP(int metric) {
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 245 gfx::win::GetSystemMetricsInDIP(SM_CXSIZEFRAME),
246 gfx::win::GetSystemMetricsInDIP(SM_CXSMICON),
247 gfx::win::GetSystemMetricsInDIP(SM_CYSMICON)).Contains(point))
310 0 : gfx::win::GetSystemMetricsInDIP(SM_CXSIZEFRAME);
327 return gfx::win::GetSystemMetricsInDIP(SM_CYSIZEFRAME) +
476 gfx::win::GetSystemMetricsInDIP(SM_CYMENUSIZE) + 1);
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 229 int size = gfx::win::GetSystemMetricsInDIP(SM_CXVSCROLL);
    [all...]

Completed in 191 milliseconds