/external/chromium_org/content/browser/renderer_host/media/ |
D | video_capture_manager.h | 104 gfx::NativeViewId window_id); 183 gfx::NativeViewId window_id); 187 gfx::NativeViewId window_id); 244 std::map<media::VideoCaptureSessionId, gfx::NativeViewId>
|
D | media_stream_ui_proxy.cc | 23 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()
|
D | media_stream_ui_proxy.h | 28 typedef base::Callback<void(gfx::NativeViewId window_id)> WindowIdCallback; 66 gfx::NativeViewId* window_id);
|
D | media_stream_ui_proxy_unittest.cc | 49 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/ |
D | desktop_capture_device.cc | 66 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()
|
D | desktop_capture_device.h | 45 void SetNotificationWindowId(gfx::NativeViewId window_id);
|
/external/chromium_org/chrome/browser/ui/ |
D | screen_capture_notification_ui_stub.cc | 15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) in OnStarted()
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | screen_capture_notification_ui_chromeos.h | 21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
|
D | screen_capture_notification_ui_chromeos.cc | 25 gfx::NativeViewId ScreenCaptureNotificationUIChromeOS::OnStarted( in OnStarted()
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.cc | 257 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()
|
D | render_widget_host_view_guest.h | 55 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; 141 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
|
D | render_widget_host_view_child_frame.h | 53 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; 152 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
|
D | render_widget_host_view_child_frame.cc | 78 gfx::NativeViewId RenderWidgetHostViewChildFrame::GetNativeViewId() const { in GetNativeViewId() 329 gfx::NativeViewId RenderWidgetHostViewChildFrame::GetParentForWindowlessPlugin() in GetParentForWindowlessPlugin()
|
/external/chromium_org/chrome/browser/metro_viewer/ |
D | chrome_metro_viewer_process_host_aurawin.h | 25 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
|
/external/chromium_org/ash/test/ |
D | test_metro_viewer_process_host.h | 26 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
|
D | test_metro_viewer_process_host.cc | 31 gfx::NativeViewId target_surface, in OnSetTargetSurface()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | screen_capture_notification_ui_views.cc | 85 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/ |
D | screen_capture_notification_ui_cocoa.h | 38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 67 virtual gfx::NativeViewId GetNativeViewId() const = 0;
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_delegate_proxy.h | 196 gfx::NativeViewId dummy_activation_window); 266 gfx::NativeViewId dummy_activation_window_;
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 63 gfx::NativeViewId TestRenderWidgetHostView::GetNativeViewId() const { in GetNativeViewId() 201 gfx::NativeViewId TestRenderWidgetHostView::GetParentForWindowlessPlugin() in GetParentForWindowlessPlugin()
|
D | test_render_view_host.h | 65 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; 156 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
|
/external/chromium_org/content/child/npapi/ |
D | webplugin.h | 122 gfx::NativeViewId dummy_activation_window) = 0;
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_impl.h | 532 gfx::NativeViewId GetNativeViewId() const; 649 gfx::NativeViewId dummy_activation_window); 651 gfx::NativeViewId dummy_activation_window);
|
/external/chromium_org/content/public/common/ |
D | media_stream_request.h | 257 virtual gfx::NativeViewId OnStarted(const base::Closure& stop) = 0;
|