Home
last modified time | relevance | path

Searched refs:client_rect (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_drop_info.cc34 RECT client_rect; in Update() local
35 GetClientRect(wnd_, &client_rect); in Update()
36 bool scroll_down = (last_y_ >= client_rect.bottom - views::kAutoscrollSize); in Update()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc2239 CDC* dc, const CRect& client_rect, const CRect& paint_clip_rect) { in EraseTopOfSelection() argument
2245 CRect erase_rect(client_rect.left, client_rect.top, client_rect.right, in EraseTopOfSelection()
2246 client_rect.top + font_y_adjustment_); in EraseTopOfSelection()
2256 const CRect& client_rect, in DrawSlashForInsecureScheme() argument
2265 const int font_top = client_rect.top + font_y_adjustment_; in DrawSlashForInsecureScheme()
2279 canvas_clip_rect.IntersectRect(scheme_rect, client_rect); in DrawSlashForInsecureScheme()
2341 std::max(scheme_rect.top, client_rect.top) + canvas_paint_clip_rect.top - in DrawSlashForInsecureScheme()
2346 const CRect& client_rect, in DrawDropHighlight() argument
2350 const int highlight_y = client_rect.top + font_y_adjustment_; in DrawDropHighlight()
2512 CRect client_rect; in StartDragIfNecessary() local
[all …]
Dautocomplete_edit_view_win.h362 const CRect& client_rect,
367 const CRect& client_rect,
372 const CRect& client_rect,
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc1593 CRect client_rect; local
1594 ::GetClientRect(frame_->GetWindow()->GetNativeWindow(), &client_rect);
1596 gfx::Rect resize_corner_rect(client_rect.right - resize_corner_size.width(),
1597 client_rect.bottom - resize_corner_size.height(),