Home | History | Annotate | Download | only in chromeos

Lines Matching defs:NativeDisplayDelegateOzone

11 NativeDisplayDelegateOzone::NativeDisplayDelegateOzone() {}
13 NativeDisplayDelegateOzone::~NativeDisplayDelegateOzone() {}
15 void NativeDisplayDelegateOzone::Initialize() {
19 void NativeDisplayDelegateOzone::GrabServer() {
23 void NativeDisplayDelegateOzone::UngrabServer() {
27 void NativeDisplayDelegateOzone::SyncWithServer() {
31 void NativeDisplayDelegateOzone::SetBackgroundColor(uint32_t color_argb) {
35 void NativeDisplayDelegateOzone::ForceDPMSOn() {
39 std::vector<ui::DisplaySnapshot*> NativeDisplayDelegateOzone::GetDisplays() {
44 void NativeDisplayDelegateOzone::AddMode(const ui::DisplaySnapshot& output,
49 bool NativeDisplayDelegateOzone::Configure(const ui::DisplaySnapshot& output,
56 void NativeDisplayDelegateOzone::CreateFrameBuffer(const gfx::Size& size) {
60 bool NativeDisplayDelegateOzone::GetHDCPState(const ui::DisplaySnapshot& output,
66 bool NativeDisplayDelegateOzone::SetHDCPState(const ui::DisplaySnapshot& output,
73 NativeDisplayDelegateOzone::GetAvailableColorCalibrationProfiles(
79 bool NativeDisplayDelegateOzone::SetColorCalibrationProfile(
86 void NativeDisplayDelegateOzone::AddObserver(NativeDisplayObserver* observer) {
90 void NativeDisplayDelegateOzone::RemoveObserver(