Home
last modified time | relevance | path

Searched refs:VerifyAttributes (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dmedia_stream_video_track_shared_unittest.cc13 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
20 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
23 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
26 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
29 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
39 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
43 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
47 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
54 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
57 EXPECT_FALSE(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in TEST()
[all …]
Dmedia_stream_audio_track_shared_unittest.cc13 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
20 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
23 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
26 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
29 EXPECT_FALSE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
36 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
39 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
42 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
45 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
48 EXPECT_FALSE(MediaStreamAudioTrackShared::VerifyAttributes(attributes)); in TEST()
[all …]
Dmedia_stream_audio_track_shared.cc10 bool MediaStreamAudioTrackShared::VerifyAttributes( in VerifyAttributes() function in ppapi::MediaStreamAudioTrackShared
Dmedia_stream_audio_track_shared.h21 static bool VerifyAttributes(const Attributes& attributes);
Dmedia_stream_video_track_shared.h27 static bool VerifyAttributes(const Attributes& attributes);
Dmedia_stream_video_track_shared.cc19 bool MediaStreamVideoTrackShared::VerifyAttributes( in VerifyAttributes() function in ppapi::MediaStreamVideoTrackShared
/external/chromium_org/ppapi/proxy/
Dmedia_stream_audio_track_resource.cc77 if (!MediaStreamAudioTrackShared::VerifyAttributes(attributes)) in Configure()
Dmedia_stream_video_track_resource.cc88 if (!MediaStreamVideoTrackShared::VerifyAttributes(attributes)) in Configure()
/external/chromium_org/content/renderer/pepper/
Dpepper_media_stream_audio_track_host.cc346 if (!MediaStreamAudioTrackShared::VerifyAttributes(attributes)) in OnHostMsgConfigure()
Dpepper_media_stream_video_track_host.cc483 CHECK(MediaStreamVideoTrackShared::VerifyAttributes(attributes)); in OnHostMsgConfigure()