OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotifierButton
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
notifier_settings_view.h
54
class MESSAGE_CENTER_EXPORT
NotifierButton
: public views::CustomButton,
57
NotifierButton
(NotifierSettingsProvider* provider,
60
virtual ~
NotifierButton
();
90
DISALLOW_COPY_AND_ASSIGN(
NotifierButton
);
116
std::set<
NotifierButton
*> buttons_;
notifier_settings_view.cc
285
// NotifierSettingsView::
NotifierButton
---------------------------------------
289
NotifierSettingsView::
NotifierButton
::
NotifierButton
(
348
NotifierSettingsView::
NotifierButton
::~
NotifierButton
() {
351
void NotifierSettingsView::
NotifierButton
::UpdateIconImage(
365
void NotifierSettingsView::
NotifierButton
::SetChecked(bool checked) {
370
bool NotifierSettingsView::
NotifierButton
::checked() const {
374
bool NotifierSettingsView::
NotifierButton
::has_learn_more() const {
378
const Notifier& NotifierSettingsView::
NotifierButton
::notifier() const
[
all
...]
Completed in 39 milliseconds