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
23
//
InnerBoundedLabel
///////////////////////////////////////////////////////////
25
//
InnerBoundedLabel
is a views::Label subclass that does all of the work for
33
class
InnerBoundedLabel
: public views::Label {
35
InnerBoundedLabel
(const BoundedLabel& owner);
36
virtual ~
InnerBoundedLabel
();
68
DISALLOW_COPY_AND_ASSIGN(
InnerBoundedLabel
);
71
InnerBoundedLabel
::
InnerBoundedLabel
(const BoundedLabel& owner)
81
InnerBoundedLabel
::~
InnerBoundedLabel
() {
[
all
...]
bounded_label.h
22
class
InnerBoundedLabel
;
32
// with BoundedLabel. See the description of
InnerBoundedLabel
in the
69
scoped_ptr<
InnerBoundedLabel
> label_;
Completed in 106 milliseconds