OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_left_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc
22
SkBitmap* BubbleBorder::
bottom_left_
= NULL;
member in class:BubbleBorder
176
bottom_left_
= rb.GetBitmapNamed(IDR_BUBBLE_BL);
187
std::max(
bottom_left_
->width(), bottom_right_->width()));
191
std::max(
bottom_left_
->height(), bottom_right_->height()));
210
const int bl_width =
bottom_left_
->width();
211
const int bl_height =
bottom_left_
->height();
348
canvas->DrawBitmapInt(*
bottom_left_
, left, bottom - bl_height);
bubble_border.h
139
static SkBitmap*
bottom_left_
;
member in class:BubbleBorder
Completed in 24 milliseconds