HomeSort by relevance Sort by last modified time
    Searched refs:ScreenCaptureNotificationUI (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui.h 14 class ScreenCaptureNotificationUI : public content::MediaStreamUI {
16 virtual ~ScreenCaptureNotificationUI() {}
20 static scoped_ptr<ScreenCaptureNotificationUI> Create(const string16& text);
screen_capture_notification_ui_stub.cc 9 // Stub implementation of the ScreenCaptureNotificationUI interface.
10 class ScreenCaptureNotificationUIStub : public ScreenCaptureNotificationUI {
21 scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
23 return scoped_ptr<ScreenCaptureNotificationUI>(
  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 19 // MediaStreamCaptureIndicator will delete ScreenCaptureNotificationUI object
33 scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
35 return scoped_ptr<ScreenCaptureNotificationUI>(
screen_capture_notification_ui_chromeos.h 13 // Chromeos implementation for ScreenCaptureNotificationUI.
14 class ScreenCaptureNotificationUIChromeOS : public ScreenCaptureNotificationUI {
20 // ScreenCaptureNotificationUI overrides.
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 18 class ScreenCaptureNotificationUIGtk : public ScreenCaptureNotificationUI {
23 // ScreenCaptureNotificationUI interface
284 scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
286 return scoped_ptr<ScreenCaptureNotificationUI>(
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 70 // ScreenCaptureNotificationUI implementation using Views.
72 : public ScreenCaptureNotificationUI,
79 // ScreenCaptureNotificationUI interface.
277 scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
279 return scoped_ptr<ScreenCaptureNotificationUI>(
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc 297 ui = ScreenCaptureNotificationUI::Create(l10n_util::GetStringFUTF16(

Completed in 417 milliseconds