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

  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_plane_manager.cc 18 : drm_(drm), property_set_(NULL) {
22 if (property_set_)
23 drmModePropertySetFree(property_set_);
34 property_set_ = drmModePropertySetAlloc();
35 if (!property_set_) {
49 new HardwareDisplayPlane(drm_, property_set_, drm_plane.Pass()));
hardware_display_plane.cc 57 property_set_(atomic_property_set),
75 property_set_, plane_id_, crtc_prop_.id_, crtc_id) ||
77 property_set_, plane_id_, fb_prop_.id_, framebuffer) ||
79 property_set_, plane_id_, crtc_x_prop_.id_, crtc_rect.x()) ||
81 property_set_, plane_id_, crtc_y_prop_.id_, crtc_rect.y()) ||
83 property_set_, plane_id_, crtc_w_prop_.id_, crtc_rect.width()) ||
85 property_set_, plane_id_, crtc_h_prop_.id_, crtc_rect.height()) ||
87 property_set_, plane_id_, src_x_prop_.id_, src_rect.x()) ||
89 property_set_, plane_id_, src_y_prop_.id_, src_rect.x()) ||
91 property_set_, plane_id_, src_w_prop_.id_, src_rect.width()) |
    [all...]
hardware_display_plane_manager.h 41 drmModePropertySetPtr property_set_; member in class:ui::HardwareDisplayPlaneManager
hardware_display_plane.h 55 drmModePropertySetPtr property_set_; member in class:ui::HardwareDisplayPlane
  /external/chromium_org/dbus/
property.h 135 PropertyBase() : property_set_(NULL) {}
175 PropertySet* property_set() { return property_set_; }
179 // no ownership is taken and |property_set_| must outlive this class.
180 PropertySet* property_set_; member in class:dbus::PropertyBase
property.cc 22 DCHECK(!property_set_);
23 property_set_ = property_set;

Completed in 506 milliseconds