Searched refs:OnString (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/formats/webm/
H A Dwebm_info_parser.h39 virtual bool OnString(int id, const std::string& str) OVERRIDE;
H A Dwebm_info_parser.cc99 bool WebMInfoParser::OnString(int id, const std::string& str) { function in class:media::WebMInfoParser
H A Dwebm_parser.h37 virtual bool OnString(int id, const std::string& str);
H A Dwebm_tracks_parser.h83 virtual bool OnString(int id, const std::string& str) OVERRIDE;
H A Dwebm_parser_unittest.cc31 MOCK_METHOD2(OnString, bool(int, const std::string&));
401 EXPECT_CALL(client_, OnString(kWebMIdDocType, "")).WillOnce(Return(true));
402 EXPECT_CALL(client_, OnString(kWebMIdDocType, "")).WillOnce(Return(true));
403 EXPECT_CALL(client_, OnString(kWebMIdDocType, "a")).WillOnce(Return(true));
404 EXPECT_CALL(client_, OnString(kWebMIdDocType, "a")).WillOnce(Return(true));
H A Dwebm_tracks_parser.cc316 bool WebMTracksParser::OnString(int id, const std::string& str) { function in class:media::WebMTracksParser
H A Dwebm_parser.cc616 return client->OnString(id, str) ? size : -1;
682 bool WebMParserClient::OnString(int id, const std::string& str) { function in class:media::WebMParserClient

Completed in 91 milliseconds