Searched refs:PPVarToLogString (Results 1 – 3 of 3) sorted by relevance
41 source_str = Var::PPVarToLogString(source); in LogWithSource()42 std::string value_str = Var::PPVarToLogString(value); in LogWithSource()
34 static std::string PPVarToLogString(PP_Var var);
23 std::string Var::PPVarToLogString(PP_Var var) { in PPVarToLogString() function in ppapi::Var