Searched refs:NON_EXPORTED_BASE (Results 1 - 25 of 222) sorted by relevance

123456789

/external/chromium_org/third_party/libjingle/overrides/talk/media/webrtc/
H A Dwebrtcexport.h13 #ifndef NON_EXPORTED_BASE
14 #define NON_EXPORTED_BASE(code) code macro
15 #endif // NON_EXPORTED_BASE
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcexport.h37 #ifndef NON_EXPORTED_BASE
49 // class EXPORT_API Foo : NON_EXPORTED_BASE(public Bar) {
56 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \ macro
60 #define NON_EXPORTED_BASE(code) code macro
62 #endif // NON_EXPORTED_BASE
/external/chromium_org/content/renderer/media/
H A Drtc_dtmf_sender_handler.h26 : NON_EXPORTED_BASE(public blink::WebRTCDTMFSenderHandler),
27 NON_EXPORTED_BASE(public webrtc::DtmfSenderObserverInterface),
28 NON_EXPORTED_BASE(public base::NonThreadSafe) {
H A Dremote_media_stream_impl.h28 : NON_EXPORTED_BASE(public webrtc::ObserverInterface),
29 NON_EXPORTED_BASE(public base::NonThreadSafe) {
H A Drtc_data_channel_handler.h24 : NON_EXPORTED_BASE(public blink::WebRTCDataChannelHandler),
25 NON_EXPORTED_BASE(public webrtc::DataChannelObserver),
26 NON_EXPORTED_BASE(public base::NonThreadSafe) {
H A Dwebrtc_local_audio_renderer.h46 : NON_EXPORTED_BASE(public MediaStreamAudioRenderer),
47 NON_EXPORTED_BASE(public MediaStreamAudioSink),
48 NON_EXPORTED_BASE(public media::AudioRendererSink::RenderCallback) {
H A Dwebrtc_local_audio_source_provider.h45 : NON_EXPORTED_BASE(public blink::WebAudioSourceProvider),
46 NON_EXPORTED_BASE(public media::AudioConverter::InputCallback),
47 NON_EXPORTED_BASE(public MediaStreamAudioSink) {
H A Dmedia_stream_track.h26 : NON_EXPORTED_BASE(public blink::WebMediaStreamTrack::ExtraData) {
H A Drtc_video_decoder_factory.h26 : NON_EXPORTED_BASE(public cricket::WebRtcVideoDecoderFactory) {
/external/chromium_org/content/browser/geolocation/
H A Dlocation_provider_base.h14 : NON_EXPORTED_BASE(public LocationProvider) {
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation.h17 : NON_EXPORTED_BASE(public GLES2Interface) {
/external/chromium_org/media/audio/
H A Dfake_audio_log_factory.h16 : NON_EXPORTED_BASE(public AudioLogFactory) {
H A Daudio_input_device.h78 : NON_EXPORTED_BASE(public AudioCapturerSource),
79 NON_EXPORTED_BASE(public AudioInputIPCDelegate),
80 NON_EXPORTED_BASE(public ScopedTaskRunnerObserver) {
H A Daudio_output_device.h75 : NON_EXPORTED_BASE(public AudioRendererSink),
76 NON_EXPORTED_BASE(public AudioOutputIPCDelegate),
77 NON_EXPORTED_BASE(public ScopedTaskRunnerObserver) {
/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.h15 : NON_EXPORTED_BASE(public wm::AcceleratorDelegate) {
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter.h18 : public NON_EXPORTED_BASE(wm::MaskedWindowTargeter) {
/external/chromium_org/base/
H A Dasync_socket_io_handler.h48 : public NON_EXPORTED_BASE(base::NonThreadSafe),
51 public NON_EXPORTED_BASE(base::MessageLoopForIO::IOHandler) {
53 public NON_EXPORTED_BASE(base::MessageLoopForIO::Watcher) {
/external/chromium_org/android_webview/browser/
H A Dparent_output_surface.h12 class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
/external/chromium_org/content/browser/
H A Dpepper_flash_settings_helper_impl.h17 NON_EXPORTED_BASE(public PpapiPluginProcessHost::BrokerClient) {
/external/chromium_org/content/child/
H A Dwebfileutilities_impl.h15 : NON_EXPORTED_BASE(public blink::WebFileUtilities) {
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.h27 NON_EXPORTED_BASE(public base::NonThreadSafe) {
/external/chromium_org/content/renderer/battery_status/
H A Dbattery_status_dispatcher.h19 : NON_EXPORTED_BASE(
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_client.h32 NON_EXPORTED_BASE(public blink::WebDevToolsFrontendClient) {
/external/chromium_org/content/renderer/
H A Dwebgraphicscontext3d_provider_impl.h22 : public NON_EXPORTED_BASE(blink::WebGraphicsContext3DProvider) {
/external/chromium_org/gin/public/
H A Dv8_platform.h17 class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {

Completed in 2419 milliseconds

123456789