OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a11y_feedback_for_updates
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
toast_contents_view.h
49
// |
a11y_feedback_for_updates
| causes the view to notify that the
51
void SetContents(MessageView* view, bool
a11y_feedback_for_updates
);
toast_contents_view.cc
75
bool
a11y_feedback_for_updates
) {
86
if (already_has_contents &&
a11y_feedback_for_updates
)
message_popup_collection.cc
208
toast->SetContents(view, /*
a11y_feedback_for_updates
=*/false);
508
bool
a11y_feedback_for_updates
=
local
516
(*toast_iter)->SetContents(view,
a11y_feedback_for_updates
);
Completed in 309 milliseconds