Home | History | Annotate | Download | only in wifi

Lines Matching full:properties

45   // Get Properties of network identified by |network_guid|. Populates
46 // |properties| on success, |error| on failure.
48 DictionaryValue* properties,
51 // Gets the merged properties of the network with id |network_guid| from the
59 // Get the cached read-only properties of the network with id |network_guid|.
62 // returns a subset of the properties returned by |GetProperties|. Populates
63 // |properties| on success, |error| on failure.
65 DictionaryValue* properties,
68 // Set Properties of network identified by |network_guid|. Populates |error|
71 scoped_ptr<base::DictionaryValue> properties,
74 // Creates a new network configuration from |properties|. If |shared| is true,
79 scoped_ptr<base::DictionaryValue> properties,
120 // Network Properties, used as result of |GetProperties| and
143 std::string json_extra; // Extra JSON properties for unit tests
146 // Updates only properties set in |value|.