Searched defs:LogError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc188 LogError("Plugin initialization failed: " + errors_);
198 LogError(errors_);
214 LogError(errors_);
227 LogError(errors_);
291 void TestingInstance::LogError(const std::string& text) { function in class:TestingInstance
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc88 // LogError(this).s() << "Hello world: " << 42;
89 class LogError { class in class:__anon8890::MyInstance
91 LogError(MyInstance* instance) : instance_(instance) {} function in class:__anon8890::MyInstance::LogError
92 ~LogError() {
98 // Impl note: it would have been nicer to have LogError derive from
525 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc89 // LogError(this).s() << "Hello world: " << 42;
90 class LogError { class in class:__anon10068::MyInstance
92 LogError(MyInstance* instance) : instance_(instance) {} function in class:__anon10068::MyInstance::LogError
93 ~LogError() {
99 // Impl note: it would have been nicer to have LogError derive from
526 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
H A Dvideo_decode_dev.cc150 // LogError(this).s() << "Hello world: " << 42;
151 class LogError { class in class:__anon10069::VideoDecodeDemoInstance
153 LogError(VideoDecodeDemoInstance* demo) : demo_(demo) {} function in class:__anon10069::VideoDecodeDemoInstance::LogError
154 ~LogError() {
160 // Impl note: it would have been nicer to have LogError derive from
467 LogError(this).s() << "Received error: " << error;
524 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
/external/chromium_org/chromeos/network/
H A Dclient_cert_resolver.cc208 void LogError(const std::string& service_path, function in namespace:chromeos::__anon6165
446 base::Bind(&LogError, it->service_path));

Completed in 2051 milliseconds