Lines Matching full:console
7 #include "fpdfsdk/javascript/console.h"
27 IMPLEMENT_JS_CLASS(CJS_Console, console)
29 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
31 console::~console() {}
33 bool console::clear(CJS_Runtime* pRuntime,
40 bool console::hide(CJS_Runtime* pRuntime,
47 bool console::println(CJS_Runtime* pRuntime,
57 bool console::show(CJS_Runtime* pRuntime,