OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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(
screen_capture_notification_ui_stub.cc
9
// Stub implementation of the
ScreenCaptureNotificationUI
interface.
10
class ScreenCaptureNotificationUIStub : public
ScreenCaptureNotificationUI
{
23
scoped_ptr<
ScreenCaptureNotificationUI
>
ScreenCaptureNotificationUI
::Create(
25
return scoped_ptr<
ScreenCaptureNotificationUI
>(
/external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc
18
// 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/cocoa/
screen_capture_notification_ui_cocoa.h
32
class ScreenCaptureNotificationUICocoa : public
ScreenCaptureNotificationUI
{
37
//
ScreenCaptureNotificationUI
interface.
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
74
//
ScreenCaptureNotificationUI
implementation using Views.
76
: public
ScreenCaptureNotificationUI
,
84
//
ScreenCaptureNotificationUI
interface.
330
scoped_ptr<
ScreenCaptureNotificationUI
>
ScreenCaptureNotificationUI
::Create(
332
return scoped_ptr<
ScreenCaptureNotificationUI
>(
/external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc
179
ui =
ScreenCaptureNotificationUI
::Create(l10n_util::GetStringFUTF16(
183
ui =
ScreenCaptureNotificationUI
::Create(l10n_util::GetStringFUTF16(
[
all
...]
Completed in 1064 milliseconds