OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWebMIdCluster
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/formats/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_);
93
EXPECT_CALL(client_, OnListStart(
kWebMIdCluster
)).WillOnce(Return(&client_));
94
EXPECT_CALL(client_, OnListEnd(
kWebMIdCluster
)).WillOnce(Return(true));
111
EXPECT_CALL(client_, OnListStart(
kWebMIdCluster
)).WillOnce(Return(&client_));
113
WebMListParser parser(
kWebMIdCluster
, &client_);
140
WebMListParser parser(
kWebMIdCluster
, &client_)
[
all
...]
webm_parser.cc
62
{LIST,
kWebMIdCluster
},
367
LIST_ELEMENT_INFO(
kWebMIdCluster
, 1, kClusterIds),
738
(element_id !=
kWebMIdCluster
)) {
939
DCHECK((id_a == kWebMIdSegment) || (id_a ==
kWebMIdCluster
));
941
if (id_a ==
kWebMIdCluster
) {
942
//
kWebMIdCluster
siblings.
webm_constants.h
58
const int
kWebMIdCluster
= 0x1F43B675;
webm_stream_parser.cc
153
case
kWebMIdCluster
:
webm_cluster_parser.cc
35
parser_(
kWebMIdCluster
, this),
144
if (id ==
kWebMIdCluster
) {
Completed in 112 milliseconds