Searched refs:property_set_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_plane_manager.cc18 : 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()));
H A Dhardware_display_plane.cc57 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
[all...]
H A Dhardware_display_plane_manager.h41 drmModePropertySetPtr property_set_; member in class:ui::HardwareDisplayPlaneManager
H A Dhardware_display_plane.h55 drmModePropertySetPtr property_set_; member in class:ui::HardwareDisplayPlane
/external/chromium_org/dbus/
H A Dproperty.h135 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
H A Dproperty.cc22 DCHECK(!property_set_);
23 property_set_ = property_set;

Completed in 133 milliseconds