Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc19 constexpr int kLocationBarPadding = 100; variable
102 bounds.x = kLocationBarPadding; in UpdateControls()
103 bounds.width -= kLocationBarPadding * 2; in UpdateControls()
113 if (bounds.width < kLocationBarPadding * 2) { in UpdateControls()