Home
last modified time | relevance | path

Searched refs:NativeViewId (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_manager.h104 gfx::NativeViewId window_id);
183 gfx::NativeViewId window_id);
187 gfx::NativeViewId window_id);
244 std::map<media::VideoCaptureSessionId, gfx::NativeViewId>
Dmedia_stream_ui_proxy.cc23 void OnStarted(gfx::NativeViewId* window_id);
83 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) { in OnStarted()
154 gfx::NativeViewId* window_id = new gfx::NativeViewId(0); in OnStarted()
167 gfx::NativeViewId* window_id) { in OnWindowId()
Dmedia_stream_ui_proxy.h28 typedef base::Callback<void(gfx::NativeViewId window_id)> WindowIdCallback;
66 gfx::NativeViewId* window_id);
Dmedia_stream_ui_proxy_unittest.cc49 MOCK_METHOD1(OnStarted, gfx::NativeViewId(const base::Closure& stop));
55 MOCK_METHOD1(OnWindowId, void(gfx::NativeViewId window_id));
/external/chromium_org/content/browser/media/capture/
Ddesktop_capture_device.cc66 void SetNotificationWindowId(gfx::NativeViewId window_id);
97 void DoSetNotificationWindowId(gfx::NativeViewId window_id);
187 gfx::NativeViewId window_id) { in SetNotificationWindowId()
425 gfx::NativeViewId window_id) { in DoSetNotificationWindowId()
521 gfx::NativeViewId window_id) { in SetNotificationWindowId()
Ddesktop_capture_device.h45 void SetNotificationWindowId(gfx::NativeViewId window_id);
/external/chromium_org/chrome/browser/ui/
Dscreen_capture_notification_ui_stub.cc15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) in OnStarted()
/external/chromium_org/chrome/browser/chromeos/ui/
Dscreen_capture_notification_ui_chromeos.h21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
Dscreen_capture_notification_ui_chromeos.cc25 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted( in OnStarted()
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc257 gfx::NativeViewId RenderWidgetHostViewGuest::GetNativeViewId() const { in GetNativeViewId()
259 return static_cast<gfx::NativeViewId>(NULL); in GetNativeViewId()
263 return static_cast<gfx::NativeViewId>(NULL); in GetNativeViewId()
463 gfx::NativeViewId RenderWidgetHostViewGuest::GetParentForWindowlessPlugin() in GetParentForWindowlessPlugin()
Drender_widget_host_view_guest.h55 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
141 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
Drender_widget_host_view_child_frame.h53 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
152 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
Drender_widget_host_view_child_frame.cc78 gfx::NativeViewId RenderWidgetHostViewChildFrame::GetNativeViewId() const { in GetNativeViewId()
329 gfx::NativeViewId RenderWidgetHostViewChildFrame::GetParentForWindowlessPlugin() in GetParentForWindowlessPlugin()
/external/chromium_org/chrome/browser/metro_viewer/
Dchrome_metro_viewer_process_host_aurawin.h25 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
/external/chromium_org/ash/test/
Dtest_metro_viewer_process_host.h26 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
Dtest_metro_viewer_process_host.cc31 gfx::NativeViewId target_surface, in OnSetTargetSurface()
/external/chromium_org/chrome/browser/ui/views/
Dscreen_capture_notification_ui_views.cc85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
163 gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( in OnStarted()
210 return gfx::NativeViewId(views::HWNDForWidget(widget)); in OnStarted()
/external/chromium_org/chrome/browser/ui/cocoa/
Dscreen_capture_notification_ui_cocoa.h38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h67 virtual gfx::NativeViewId GetNativeViewId() const = 0;
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h196 gfx::NativeViewId dummy_activation_window);
266 gfx::NativeViewId dummy_activation_window_;
/external/chromium_org/content/test/
Dtest_render_view_host.cc63 gfx::NativeViewId TestRenderWidgetHostView::GetNativeViewId() const { in GetNativeViewId()
201 gfx::NativeViewId TestRenderWidgetHostView::GetParentForWindowlessPlugin() in GetParentForWindowlessPlugin()
Dtest_render_view_host.h65 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
156 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
/external/chromium_org/content/child/npapi/
Dwebplugin.h122 gfx::NativeViewId dummy_activation_window) = 0;
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.h532 gfx::NativeViewId GetNativeViewId() const;
649 gfx::NativeViewId dummy_activation_window);
651 gfx::NativeViewId dummy_activation_window);
/external/chromium_org/content/public/common/
Dmedia_stream_request.h257 virtual gfx::NativeViewId OnStarted(const base::Closure& stop) = 0;

12