Searched refs:PropertyChanged (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chromeos/network/
H A Ddevice_state.h24 virtual bool PropertyChanged(const std::string& key,
H A Dmanaged_state.h53 virtual bool PropertyChanged(const std::string& key,
56 // Called by NetworkStateHandler after all calls to PropertyChanged for the
H A Ddevice_state.cc32 bool DeviceState::PropertyChanged(const std::string& key, function in class:chromeos::DeviceState
H A Dnetwork_state.h40 virtual bool PropertyChanged(const std::string& key,
H A Dnetwork_state_unittest.cc59 bool res = network_state_.PropertyChanged(key, *string_value);
H A Dnetwork_state_handler.cc508 managed->PropertyChanged(iter.key(), iter.value());
523 if (network->PropertyChanged(iter.key(), iter.value()))
550 changed |= network->PropertyChanged(key, value);
606 if (!device->PropertyChanged(key, value))
H A Dnetwork_state.cc75 bool NetworkState::PropertyChanged(const std::string& key, function in class:chromeos::NetworkState
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.cpp170 didMutate(PropertyChanged);
243 didMutate(changed ? PropertyChanged : NoChanges);
267 didMutate(changed ? PropertyChanged : NoChanges);
354 if (type == PropertyChanged)
H A DPropertySetCSSStyleDeclaration.h72 enum MutationType { NoChanges, PropertyChanged }; enumerator in enum:blink::AbstractPropertySetCSSStyleDeclaration::MutationType
/external/chromium_org/chromeos/dbus/
H A Dshill_ipconfig_client_unittest.cc50 TEST_F(ShillIPConfigClientTest, PropertyChanged) {
H A Dshill_profile_client_unittest.cc58 TEST_F(ShillProfileClientTest, PropertyChanged) {
H A Dshill_service_client_unittest.cc50 TEST_F(ShillServiceClientTest, PropertyChanged) {
H A Dshill_device_client_unittest.cc76 TEST_F(ShillDeviceClientTest, PropertyChanged) {
H A Dshill_manager_client_unittest.cc76 TEST_F(ShillManagerClientTest, PropertyChanged) {
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator_unittest.cc110 cellular_network_.PropertyChanged(shill::kTypeProperty,
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1849 TEST_F(WindowObserverTest, PropertyChanged) {

Completed in 1402 milliseconds