OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right_arrow_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc
26
SkBitmap* BubbleBorder::
right_arrow_
= NULL;
member in class:BubbleBorder
139
right = std::max(right,
right_arrow_
->width());
179
right_arrow_
= rb.GetBitmapNamed(IDR_BUBBLE_R_ARROW);
189
(std::max(left_arrow_->height(),
right_arrow_
->height()) / 2) +
295
int before_arrow = arrow_offset - start_y -
right_arrow_
->height() / 2;
297
right_arrow_
->height() - before_arrow;
301
start_y + before_arrow +
right_arrow_
->height() / 2,
303
right_arrow_
->height() / 2 - 1);
307
right_arrow_
,
bubble_border.h
142
static SkBitmap*
right_arrow_
;
member in class:BubbleBorder
Completed in 236 milliseconds