HomeSort by relevance Sort by last modified time
    Searched defs:MIDIPermissionInfoBarDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 23 class MIDIPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
34 MIDIPermissionInfoBarDelegate(InfoBarService* infobar_service,
61 DISALLOW_COPY_AND_ASSIGN(MIDIPermissionInfoBarDelegate);
midi_permission_infobar_delegate.cc 20 InfoBarDelegate* MIDIPermissionInfoBarDelegate::Create(
27 new MIDIPermissionInfoBarDelegate(infobar_service,
34 MIDIPermissionInfoBarDelegate::MIDIPermissionInfoBarDelegate(
50 int MIDIPermissionInfoBarDelegate::GetIconID() const {
54 InfoBarDelegate::Type MIDIPermissionInfoBarDelegate::GetInfoBarType() const {
58 bool MIDIPermissionInfoBarDelegate::ShouldExpireInternal(
69 string16 MIDIPermissionInfoBarDelegate::GetMessageText() const {
74 string16 MIDIPermissionInfoBarDelegate::GetButtonLabel(
80 bool MIDIPermissionInfoBarDelegate::Accept()
    [all...]

Completed in 54 milliseconds