Searched refs:kBorderThickness (Results 1 – 2 of 2) sorted by relevance
48 const int kBorderThickness = 1; variable60 const int kIconLeftPadding = 3 + kBorderThickness;97 return gfx::Rect(kBorderThickness, in GetRectForLine()98 (line * kHeightPerResult) + kBorderThickness, in GetRectForLine()99 width - (kBorderThickness * 2), in GetRectForLine()444 origin_x + allocation.x - kBorderThickness + horizontal_offset, in Show()445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 + in Show()448 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2), in Show()449 (num_results * kHeightPerResult) + (kBorderThickness * 2)); in Show()469 size_t line = std::max(y - kBorderThickness, 0) / kHeightPerResult; in LineFromY()[all …]
74 const int kBorderThickness = 1; variable814 const int top_bottom = popup_window_mode_ ? kBorderThickness : 0; in Observe()816 kTopMargin + kBorderThickness, in Observe()817 kBottomMargin + kBorderThickness, in Observe()