OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogError
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/tests/
testing_instance.cc
188
LogError
("Plugin initialization failed: " + errors_);
198
LogError
(errors_);
214
LogError
(errors_);
227
LogError
(errors_);
291
void TestingInstance::
LogError
(const std::string& text) {
/external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc
150
//
LogError
(this).s() << "Hello world: " << 42;
151
class
LogError
{
153
LogError
(VideoDecodeDemoInstance* demo) : demo_(demo) {}
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_
video_decode.cc
89
//
LogError
(this).s() << "Hello world: " << 42;
90
class
LogError
{
92
LogError
(MyInstance* instance) : instance_(instance) {}
93
~
LogError
() {
99
// Impl note: it would have been nicer to have
LogError
derive from
526
LogError
(this).s() << "Rendered frames: " << num_frames_rendered_
/external/chromium_org/chromeos/network/
client_cert_resolver.cc
208
void
LogError
(const std::string& service_path,
446
base::Bind(&
LogError
, it->service_path));
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc
88
//
LogError
(this).s() << "Hello world: " << 42;
89
class
LogError
{
91
LogError
(MyInstance* instance) : instance_(instance) {}
92
~
LogError
() {
98
// Impl note: it would have been nicer to have
LogError
derive from
525
LogError
(this).s() << "Rendered frames: " << num_frames_rendered_
Completed in 391 milliseconds