OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InnerBoundedLabel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
bounded_label.cc
24
//
InnerBoundedLabel
///////////////////////////////////////////////////////////
26
//
InnerBoundedLabel
is a views::Label subclass that does all of the work for
34
class
InnerBoundedLabel
: public views::Label {
36
InnerBoundedLabel
(const BoundedLabel& owner);
37
virtual ~
InnerBoundedLabel
();
72
DISALLOW_COPY_AND_ASSIGN(
InnerBoundedLabel
);
75
InnerBoundedLabel
::
InnerBoundedLabel
(const BoundedLabel& owner)
85
InnerBoundedLabel
::~
InnerBoundedLabel
() {
[
all
...]
bounded_label.h
22
class
InnerBoundedLabel
;
32
// with BoundedLabel. See the description of
InnerBoundedLabel
in the
71
scoped_ptr<
InnerBoundedLabel
> label_;
Completed in 7988 milliseconds