Home
last modified time | relevance | path

Searched refs:control_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/spdy/
Dspdy_protocol.h249 } control_; member
381 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()
/external/v8/src/
Dprofile-generator.cc3047 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()
Dprofile-generator.h1098 v8::ActivityControl* control_; variable