Home | History | Annotate | Download | only in base

Lines Matching refs:Pipeline

71       return "pipeline: ok";
73 return "pipeline: url not found";
75 return "pipeline: network error";
77 return "pipeline: decode error";
79 return "pipeline: decrypt error";
81 return "pipeline: abort";
83 return "pipeline: initialization failed";
85 return "pipeline: could not render";
87 return "pipeline: read error";
89 return "pipeline: operation pending";
91 return "pipeline: invalid state";
163 Pipeline::State state) {
166 event->params.SetString("pipeline_state", Pipeline::GetStateString(state));