Home | History | Annotate | Download | only in proxy

Lines Matching refs:reason

129                                  const PP_Var& reason,
136 // Validate |code| and |reason|.
148 // |reason| must be ignored if it is PP_VARTYPE_UNDEFINED or |code| is
150 if (reason.type != PP_VARTYPE_UNDEFINED) {
151 // Validate |reason|.
152 reason_string_var = StringVar::FromPPVar(reason);
377 const std::string& reason) {
383 close_reason_ = new StringVar(reason);
471 const std::string& reason) {
472 OnPluginMsgCloseReply(params, buffered_amount, was_clean, code, reason);