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 61 parser_(kWebMIdCluster, this),
133 if (id == kWebMIdCluster) {
webm_parser.cc 61 {LIST, kWebMIdCluster},
362 LIST_ELEMENT_INFO(kWebMIdCluster, 1, kClusterIds),
728 (element_id != kWebMIdCluster)) {
929 DCHECK((id_a == kWebMIdSegment) || (id_a == kWebMIdCluster));
931 if (id_a == kWebMIdCluster) {
932 // kWebMIdCluster siblings.
webm_constants.h 58 const int kWebMIdCluster = 0x1F43B675;
webm_stream_parser.cc 259 if (id == kWebMIdCluster)

Completed in 718 milliseconds