/external/chromium/chrome/browser/ui/tabs/ |
dock_info_win.cc | 97 if (GetWindowRgn(hwnd, tmp_region_.Get()) == ERROR) { 104 BOOL is_point_in_region = PtInRegion(tmp_region_.Get(), 106 tmp_region_ = CreateRectRgn(0, 0, 0, 0); 119 tmp_region_(CreateRectRgn(0, 0, 0, 0)) { 133 base::win::ScopedRegion tmp_region_; member in class:__anon5094::TopMostFinder
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
dock_info_win.cc | 112 if (GetWindowRgn(hwnd, tmp_region_.Get()) == ERROR) { 119 BOOL is_point_in_region = PtInRegion(tmp_region_.Get(), 121 tmp_region_ = CreateRectRgn(0, 0, 0, 0); 134 tmp_region_(CreateRectRgn(0, 0, 0, 0)) { 148 base::win::ScopedRegion tmp_region_; member in class:__anon9067::TopMostFinder
|