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

  /external/chromium_org/chromeos/network/
device_state.cc 71 bool property_changed = false;
78 property_changed = true;
85 property_changed = true;
92 property_changed = true;
94 return property_changed;
  /system/core/init/
init.h 139 void property_changed(const char *name, const char *value);
property_service.c 255 property_changed(name, value);
init.c 425 void property_changed(const char *name, const char *value) function
    [all...]
  /external/pixman/pixman/
pixman-image.c 104 gradient->common.property_changed = gradient_property_changed;
127 common->property_changed = NULL;
164 /* This will trigger if someone adds a property_changed
169 image->common.property_changed == gradient_property_changed);
541 /* It is important that property_changed is
543 * property_changed() can make use of the flags
546 if (image->common.property_changed)
547 image->common.property_changed (image);
pixman-private.h 114 property_changed_func_t property_changed; member in struct:image_common
    [all...]
pixman-bits-image.c     [all...]

Completed in 101 milliseconds