HomeSort by relevance Sort by last modified time
    Searched refs:kWebMIdCluster (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/webm/
webm_parser_unittest.cc 56 EXPECT_CALL(*client, OnListStart(kWebMIdCluster)).WillOnce(Return(client));
66 EXPECT_CALL(*client, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
76 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_));
77 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
79 WebMListParser parser(kWebMIdCluster, &client_);
94 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_));
95 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
114 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_));
116 WebMListParser parser(kWebMIdCluster, &client_);
147 WebMListParser parser(kWebMIdCluster, &client_)
    [all...]
webm_cluster_parser.cc 63 parser_(kWebMIdCluster, this),
136 if (id == kWebMIdCluster) {
webm_parser.cc 61 {LIST, kWebMIdCluster},
366 LIST_ELEMENT_INFO(kWebMIdCluster, 1, kClusterIds),
732 (element_id != kWebMIdCluster)) {
933 DCHECK((id_a == kWebMIdSegment) || (id_a == kWebMIdCluster));
935 if (id_a == kWebMIdCluster) {
936 // kWebMIdCluster siblings.
webm_constants.h 58 const int kWebMIdCluster = 0x1F43B675;
webm_stream_parser.cc 235 if (id == kWebMIdCluster)

Completed in 578 milliseconds