OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextButtonBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/button/
text_button.cc
63
const char
TextButtonBase
::kViewClassName[] = "
TextButtonBase
";
172
const
TextButtonBase
* tb = static_cast<const TextButton*>(&view);
200
//
TextButtonBase
-------------------------------------------------------------
202
TextButtonBase
::
TextButtonBase
(ButtonListener* listener, const string16& text)
224
TextButtonBase
::OnNativeThemeChanged(GetNativeTheme());
228
TextButtonBase
::~
TextButtonBase
() {
231
void
TextButtonBase
::SetIsDefault(bool is_default)
[
all
...]
text_button.h
104
class VIEWS_EXPORT
TextButtonBase
: public CustomButton,
110
virtual ~
TextButtonBase
();
188
TextButtonBase
(ButtonListener* listener, const string16& text);
301
DISALLOW_COPY_AND_ASSIGN(
TextButtonBase
);
308
class VIEWS_EXPORT TextButton : public
TextButtonBase
{
347
// Overridden from
TextButtonBase
:
358
// Overridden from
TextButtonBase
:
Completed in 279 milliseconds