OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bv_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
dom_browser_view_layout.cc
66
gfx::Rect
bv_bounds
= browser_view_->bounds();
local
67
if (
bv_bounds
.Contains(point))
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
171
gfx::Rect
bv_bounds
= browser_view_->bounds();
local
172
bv_bounds
.Offset(0, toolbar_->y());
173
bv_bounds
.set_height(
bv_bounds
.height() - toolbar_->y());
174
if (
bv_bounds
.Contains(point))
187
bv_bounds
= browser_view_->bounds();
188
bv_bounds
.set_height(toolbar_->y());
189
if (
bv_bounds
.Contains(point))
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc
285
gfx::Rect
bv_bounds
= browser_view_->bounds();
local
286
bv_bounds
.Offset(0, toolbar_->y());
287
bv_bounds
.set_height(
bv_bounds
.height() - toolbar_->y());
288
if (
bv_bounds
.Contains(point))
312
bv_bounds
= browser_view_->bounds();
313
bv_bounds
.set_height(toolbar_->y());
314
if (
bv_bounds
.Contains(point))
Completed in 488 milliseconds