Home | History | Annotate | Download | only in renderer

Lines Matching refs:string

8 #include <string>
23 void Debug(content::RenderView* render_view, const std::string& message);
24 void Log(content::RenderView* render_view, const std::string& message);
25 void Warn(content::RenderView* render_view, const std::string& message);
26 void Error(content::RenderView* render_view, const std::string& message);
29 void Fatal(content::RenderView* render_view, const std::string& message);
33 const std::string& message);
36 void Debug(v8::Handle<v8::Context> context, const std::string& message);
37 void Log(v8::Handle<v8::Context> context, const std::string& message);
38 void Warn(v8::Handle<v8::Context> context, const std::string& message);
39 void Error(v8::Handle<v8::Context> context, const std::string& message);
42 void Fatal(v8::Handle<v8::Context> context, const std::string& message);
46 const std::string& message);