HomeSort by relevance Sort by last modified time
    Searched refs:GetProperties (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ash/rotator/
screen_rotation.h 49 GetProperties();
screen_rotation.cc 34 : ui::LayerAnimationElement(GetProperties(),
125 ScreenRotation::GetProperties() {
  /external/chromium_org/chrome/common/policy/
policy_schema.h 46 // GetProperties() returns a map of the known property names to their schemas;
51 // the mapped schema if found in GetProperties(), otherwise returning
53 virtual const PolicySchemaMap* GetProperties() const;
policy_schema.cc 27 virtual const PolicySchemaMap* GetProperties() const OVERRIDE;
112 const PolicySchemaMap* DictionaryPolicySchema::GetProperties() const {
185 const PolicySchemaMap* PolicySchema::GetProperties() const {
197 const PolicySchemaMap* properties = GetProperties();
  /external/chromium_org/dbus/
mock_object_manager.h 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
object_manager_unittest.cc 199 object_manager_->GetProperties(ObjectPath("/org/chromium/TestObject"),
226 object_manager_->GetProperties(ObjectPath("/org/chromium/UnknownObject"),
233 object_manager_->GetProperties(ObjectPath("/org/chromium/TestObject"),
287 object_manager_->GetProperties(ObjectPath("/org/chromium/SecondObject"),
322 object_manager_->GetProperties(ObjectPath("/org/chromium/SecondObject"),
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 54 : LayerAnimationElement(GetProperties(), duration),
77 static AnimatableProperties GetProperties() {
95 : LayerAnimationElement(GetProperties(), duration),
117 static AnimatableProperties GetProperties() {
133 : LayerAnimationElement(GetProperties(), duration),
155 static AnimatableProperties GetProperties() {
172 : LayerAnimationElement(GetProperties(), duration),
195 static AnimatableProperties GetProperties() {
212 : LayerAnimationElement(GetProperties(), duration),
235 static AnimatableProperties GetProperties() {
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 65 GetProperties(object_path_);
77 GetProperties(object_path_);
97 GetProperties(object_path_);
107 GetProperties(object_path_)->powered.Set(
121 GetProperties(object_path_);
185 GetProperties(object_path_);
197 GetProperties(object_path);
237 GetProperties(object_path);
271 GetProperties(object_path);
305 GetProperties(object_path_)
    [all...]
bluetooth_device_chromeos.cc 67 GetProperties(object_path);
147 GetProperties(object_path_);
156 GetProperties(object_path_);
165 GetProperties(object_path_);
192 GetProperties(object_path_);
204 GetProperties(object_path_);
213 GetProperties(object_path_);
214 // GetProperties returns NULL when the device does not implement the given
230 GetProperties(object_path_);
717 GetProperties(object_path_)->trusted.Set
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 89 void GetProperties(const dbus::ObjectPath& profile_path,
173 ON_CALL(mock_profile_client_, GetProperties(_,_,_))
175 &ShillProfileTestClient::GetProperties));
244 EXPECT_CALL(mock_manager_client_, GetProperties(_)).Times(AnyNumber());
282 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _));
303 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _));
317 EXPECT_CALL(mock_profile_client_, GetProperties(_, _, _));
329 EXPECT_CALL(mock_profile_client_, GetProperties(_, _, _));
351 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _));
384 GetProperties(dbus::ObjectPath(kUser1ProfilePath), _, _))
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.h 71 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
fake_bluetooth_input_client.h 42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
mock_shill_ipconfig_client.h 29 MOCK_METHOD2(GetProperties, void(const dbus::ObjectPath& ipconfig_path,
mock_shill_profile_client.h 29 MOCK_METHOD3(GetProperties, void(
bluetooth_input_client.cc 83 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
86 object_manager_->GetProperties(
fake_bluetooth_adapter_client.h 46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
shill_ipconfig_client.h 63 // Calls GetProperties method.
65 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
68 // DEPRECATED DO NOT USE: Calls GetProperties method and blocks until the
shill_ipconfig_client_stub.h 30 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
shill_profile_client.h 91 // Calls GetProperties method.
93 virtual void GetProperties(
shill_profile_client_stub.h 31 virtual void GetProperties(
shill_profile_client.cc 40 virtual void GetProperties(
90 void ShillProfileClientImpl::GetProperties(
bluetooth_adapter_client.h 117 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
fake_shill_manager_client.cc 65 void FakeShillManagerClient::GetProperties(
fake_shill_manager_client.h 25 virtual void GetProperties(const DictionaryValueCallback& callback) OVERRIDE;
mock_shill_manager_client.h 24 MOCK_METHOD1(GetProperties, void(const DictionaryValueCallback& callback));

Completed in 275 milliseconds

1 2 3 4 5 6