total_gpu_memory_  496 content/common/gpu/gpu_command_buffer_stub.cc   if (!context->GetTotalGpuMemory(&total_gpu_memory_))
total_gpu_memory_  497 content/common/gpu/gpu_command_buffer_stub.cc     total_gpu_memory_ = 0;
total_gpu_memory_  940 content/common/gpu/gpu_command_buffer_stub.cc   *bytes = total_gpu_memory_;
total_gpu_memory_  941 content/common/gpu/gpu_command_buffer_stub.cc   return !!total_gpu_memory_;
total_gpu_memory_  272 content/common/gpu/gpu_command_buffer_stub.h   size_t total_gpu_memory_;
total_gpu_memory_   78 content/common/gpu/gpu_memory_manager_unittest.cc   uint64 total_gpu_memory_;
total_gpu_memory_   89 content/common/gpu/gpu_memory_manager_unittest.cc         total_gpu_memory_(0),
total_gpu_memory_  104 content/common/gpu/gpu_memory_manager_unittest.cc         total_gpu_memory_(0),
total_gpu_memory_  130 content/common/gpu/gpu_memory_manager_unittest.cc     if (total_gpu_memory_) {
total_gpu_memory_  131 content/common/gpu/gpu_memory_manager_unittest.cc       *bytes = total_gpu_memory_;
total_gpu_memory_  136 content/common/gpu/gpu_memory_manager_unittest.cc   void SetTotalGpuMemory(uint64 bytes) { total_gpu_memory_ = bytes; }