Home | History | Annotate | Download | only in regexp

Lines Matching refs:action_type

623   ActionType action_type() { return action_type_; }
656 ActionNode(ActionType action_type, RegExpNode* on_success)
658 action_type_(action_type) { }
1203 DeferredAction(ActionNode::ActionType action_type, int reg)
1204 : action_type_(action_type), reg_(reg), next_(NULL) { }
1208 ActionNode::ActionType action_type() { return action_type_; }