HomeSort by relevance Sort by last modified time
    Searched refs:console_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 67 if (!console_.is_undefined())
68 body.Call("removeChild", console_);
70 console_ = doc.Call("createElement", "pre");
71 console_.SetProperty("id", "console");
72 console_.GetProperty("style").SetProperty("backgroundColor", "lightgray");
73 body.Call("appendChild", console_);
78 console_.Call("appendChild", doc.Call("createTextNode", var));
79 console_.Call("appendChild", doc.Call("createTextNode", "\n"));
85 pp::VarPrivate console_; member in class:MyInstance
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 200 console_.reset(SimpleConsole::Create());
201 console_->Init();
206 if (console_.get())
207 console_->OnQuit();
215 if (console_.get()) {
216 console_->SetColor(SimpleConsole::DEFAULT);
217 console_->Write(base::UTF8ToUTF16(info_text + "\n"));
265 if (console_.get()) {
266 console_->SetColor(color);
267 console_->Write(base::ASCIIToUTF16(result))
    [all...]
diagnostics_writer.h 57 scoped_ptr<SimpleConsole> console_; member in class:diagnostics::DiagnosticsWriter
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 204 console_->PrintLine(RECEIVE_COMMANDS);
220 console_->PrintLine("Failed to initiate additional session.");
251 console_->PrintLine("Can't screencast twice. Unscreencast first.");
308 console_->PrintLine(CALL_COMMANDS);
310 console_->PrintLine(HANGOUT_COMMANDS);
324 console_->PrintLine(
334 console_->PrintLine("Failed to initiate call.");
344 console_->PrintLine("Failed to initiate call.");
369 console_->PrintLine(CONSOLE_COMMANDS);
448 console_->PrintLine("call destroyed")
    [all...]
callclient.h 129 console_ = console;
304 Console *console_; member in class:CallClient
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 34 console_(NULL),
40 console_ = reinterpret_cast<const PPB_Console*>(
42 if (!console_)
238 console_->Log(pp_instance(), level, value.pp_var());
252 const PPB_Console* console_; local

Completed in 73 milliseconds