OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OverflowBubbleView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
overflow_bubble_view.h
24
//
OverflowBubbleView
hosts a ShelfView to display overflown items.
26
class ASH_EXPORT
OverflowBubbleView
: public views::BubbleDelegateView {
28
OverflowBubbleView
();
29
virtual ~
OverflowBubbleView
();
63
DISALLOW_COPY_AND_ASSIGN(
OverflowBubbleView
);
overflow_bubble_view.cc
36
OverflowBubbleView
::
OverflowBubbleView
()
40
OverflowBubbleView
::~
OverflowBubbleView
() {
43
void
OverflowBubbleView
::InitOverflowBubble(views::View* anchor,
71
bool
OverflowBubbleView
::IsHorizontalAlignment() const {
78
const gfx::Size
OverflowBubbleView
::GetContentsSize() const {
83
views::BubbleBorder::Arrow
OverflowBubbleView
::GetBubbleArrow() const {
94
void
OverflowBubbleView
::ScrollByXOffset(int x_offset) {
104
void
OverflowBubbleView
::ScrollByYOffset(int y_offset)
[
all
...]
Completed in 49 milliseconds