OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenCaptureNotificationUI
(Results
1 - 8
of
8
) 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(
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
20
// MediaStreamCaptureIndicator will delete
ScreenCaptureNotificationUI
object
34
scoped_ptr<
ScreenCaptureNotificationUI
>
ScreenCaptureNotificationUI
::Create(
36
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/cocoa/
screen_capture_notification_ui_cocoa.h
30
class ScreenCaptureNotificationUICocoa : public
ScreenCaptureNotificationUI
{
35
//
ScreenCaptureNotificationUI
interface.
/external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc
18
class ScreenCaptureNotificationUIGtk : public
ScreenCaptureNotificationUI
{
23
//
ScreenCaptureNotificationUI
interface
282
scoped_ptr<
ScreenCaptureNotificationUI
>
ScreenCaptureNotificationUI
::Create(
284
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
146
ui =
ScreenCaptureNotificationUI
::Create(l10n_util::GetStringFUTF16(
Completed in 168 milliseconds