HomeSort by relevance Sort by last modified time
    Searched refs:AppendGpuCommandLine (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 106 void AppendGpuCommandLine(base::CommandLine* command_line) const;
gpu_data_manager_impl.cc 157 void GpuDataManagerImpl::AppendGpuCommandLine(
160 private_->AppendGpuCommandLine(command_line);
gpu_data_manager_impl_private.h 68 void AppendGpuCommandLine(base::CommandLine* command_line) const;
gpu_data_manager_impl_private_unittest.cc 619 manager->AppendGpuCommandLine(&command_line);
633 manager->AppendGpuCommandLine(&command_line);
gpu_process_host.cc 512 gpu_data_manager->AppendGpuCommandLine(command_line);
892 GpuDataManagerImpl::GetInstance()->AppendGpuCommandLine(cmd_line);
    [all...]
gpu_data_manager_impl_private.cc 605 void GpuDataManagerImplPrivate::AppendGpuCommandLine(
    [all...]

Completed in 1094 milliseconds