|
Refactored DataBuffer to use unix_hacker style methods.
DataBuffer went from having pure virtual methods to having concrete
implementations. However, the style of the method name remained
in UpperCamelCase. This patch renames the methods to fit with
the unix_hacker_style that is used for concrete implementations.
BUG= 251986
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208453
Total comments: 6
Total comments: 33
Total comments: 2
Total comments: 7
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+252 lines, -268 lines) |
Patch |
 |
M |
media/audio/linux/alsa_output.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/linux/alsa_output_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_low_latency_input_mac.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/audio_splicer.cc
|
View
|
1
2
|
5 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/base/audio_splicer_unittest.cc
|
View
|
1
2
|
14 chunks |
+76 lines, -76 lines |
0 comments
|
Download
|
 |
M |
media/base/data_buffer.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/base/data_buffer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
media/base/data_buffer_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+37 lines, -37 lines |
0 comments
|
Download
|
 |
M |
media/base/seekable_buffer.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/base/seekable_buffer_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_algorithm.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/filters/audio_renderer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/filters/decrypting_audio_decoder.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/filters/decrypting_audio_decoder_unittest.cc
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_audio_decoder.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_audio_decoder_unittest.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/opus_audio_decoder.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/content_decryptor_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/renderer/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|