Lines Matching refs:finished
34 * A flag representing if the Translate Element has finished a translation.
37 var finished = false;
140 finished = opt_finished;
147 if (finished)
163 * Whether the current translate has finished successfully.
166 get finished() {
167 return finished;
188 if (!libReady || !finished || error)
222 if (!finished)
229 * You need to regularly check the state of |finished| and |error| to know
230 * if the translation finished or if there was an error.
237 finished = false;