HomeSort by relevance Sort by last modified time
    Searched defs:NativeDisplayDelegateOzone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.h 13 class NativeDisplayDelegateOzone : public NativeDisplayDelegate {
15 NativeDisplayDelegateOzone();
16 virtual ~NativeDisplayDelegateOzone();
46 DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateOzone);
native_display_delegate_ozone.cc 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()
    [all...]

Completed in 56 milliseconds