expected_pexe_size_  332 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc     pexe_bytes_compiled_ = expected_pexe_size_;
expected_pexe_size_  337 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                                   expected_pexe_size_);
expected_pexe_size_  620 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                                                &expected_pexe_size_);
expected_pexe_size_  631 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                                     expected_pexe_size_);
expected_pexe_size_  638 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc                                   expected_pexe_size_);
expected_pexe_size_  666 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc   *bytes_total = expected_pexe_size_;
expected_pexe_size_  128 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h   bool ExpectedProgressKnown() { return expected_pexe_size_ != -1; }
expected_pexe_size_  136 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h     return ((expected_pexe_size_ - pexe_bytes_compiled_) * 100 /
expected_pexe_size_  137 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h             expected_pexe_size_) < kProgressEventSlopPct;
expected_pexe_size_  243 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h   int64_t expected_pexe_size_;   // Expected download total (-1 if unknown).