HomeSort by relevance Sort by last modified time
    Searched defs:target_property (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/animation/
animation_events.h 22 Animation::TargetProperty target_property,
28 Animation::TargetProperty target_property; member in struct:cc::AnimationEvent
animation.h 56 TargetProperty target_property);
62 TargetProperty target_property() const { return target_property_; } function in class:cc::Animation
143 TargetProperty target_property);
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property_unittest.cc 105 IBusProperty target_property; local
107 PopIBusProperty(&reader, &target_property);
110 EXPECT_TRUE(CheckProperty("Root_", target_property));
111 const IBusPropertyList& sub_properties = target_property.sub_properties();

Completed in 479 milliseconds