OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_height
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc
209
const int
b_height
= bottom_->height();
local
216
const int bottom = view.height() - insets.bottom() +
b_height
;
330
bottom -
b_height
+ kArrowInteriorHeight,
338
bottom -
b_height
,
343
canvas->TileImageInt(*bottom_, left + bl_width, bottom -
b_height
,
344
width - bl_width - br_width,
b_height
);
Completed in 145 milliseconds