Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_pipeline_stage

514 				domCg_pipeline_stage attrStage;
536 * @return Returns a domCg_pipeline_stage of the stage attribute.
538 domCg_pipeline_stage getStage() const { return attrStage; }
543 void setStage( domCg_pipeline_stage atStage ) { attrStage = atStage; _validAttributeArray[0] = true; }