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

  /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 26 milliseconds