HomeSort by relevance Sort by last modified time
    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);
54 bool a11y_feedback_for_updates);
toast_contents_view.cc 77 bool a11y_feedback_for_updates) {
88 if (already_has_contents && a11y_feedback_for_updates)
93 bool a11y_feedback_for_updates) {
97 if (a11y_feedback_for_updates)
message_popup_collection.cc 150 toast->SetContents(view, /*a11y_feedback_for_updates=*/false);
401 bool a11y_feedback_for_updates = local
405 a11y_feedback_for_updates);

Completed in 60 milliseconds