Searched refs:control_ (Results 1 – 3 of 3) sorted by relevance
249 } control_; member381 return (ntohs(frame_->control_.version_) & kControlFlagMask) == in is_control_frame()441 uint16 type = ntohs(block()->control_.type_); in AppearsToBeAValidControlFrame()447 return ntohs(block()->control_.version_) & kVersionMask; in version()452 mutable_block()->control_.version_ = htons(kControlFlagMask | version); in set_version()456 uint16 type = ntohs(block()->control_.type_); in type()463 mutable_block()->control_.type_ = htons(type); in set_type()
3047 control_(control), in HeapSnapshotGenerator()3124 if (control_ != NULL in ProgressReport()3127 control_->ReportProgressValue(progress_counter_, progress_total_) == in ProgressReport()3135 if (control_ == NULL) return; in SetProgressTotal()
1098 v8::ActivityControl* control_; variable