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

  /external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.h 20 class MediaStreamInfoBarDelegate : public ConfirmInfoBarDelegate {
22 virtual ~MediaStreamInfoBarDelegate();
36 explicit MediaStreamInfoBarDelegate(
43 virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate() OVERRIDE;
53 DISALLOW_COPY_AND_ASSIGN(MediaStreamInfoBarDelegate);
media_stream_infobar_delegate.cc 32 MediaStreamInfoBarDelegate::~MediaStreamInfoBarDelegate() {
36 bool MediaStreamInfoBarDelegate::Create(
56 new MediaStreamInfoBarDelegate(controller.Pass()))));
68 MediaStreamInfoBarDelegate::MediaStreamInfoBarDelegate(
76 void MediaStreamInfoBarDelegate::InfoBarDismissed() {
84 int MediaStreamInfoBarDelegate::GetIconID() const {
89 InfoBarDelegate::Type MediaStreamInfoBarDelegate::GetInfoBarType() const {
93 MediaStreamInfoBarDelegate*
    [all...]

Completed in 32 milliseconds