Home
last modified time | relevance | path

Searched refs:kWebMIdDocType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/formats/webm/
Dwebm_parser_unittest.cc401 EXPECT_CALL(client_, OnString(kWebMIdDocType, "")).WillOnce(Return(true)); in TEST_F()
402 EXPECT_CALL(client_, OnString(kWebMIdDocType, "")).WillOnce(Return(true)); in TEST_F()
403 EXPECT_CALL(client_, OnString(kWebMIdDocType, "a")).WillOnce(Return(true)); in TEST_F()
404 EXPECT_CALL(client_, OnString(kWebMIdDocType, "a")).WillOnce(Return(true)); in TEST_F()
Dwebm_constants.h99 const int kWebMIdDocType = 0x4282; variable
Dwebm_parser.cc54 {STRING, kWebMIdDocType},