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

  /external/chromium_org/ash/rotator/
screen_rotation.h 45 virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
screen_rotation.cc 116 void ScreenRotation::OnGetTarget(TargetValue* target) const {
  /external/chromium_org/ui/compositor/
layer_animation_element.h 48 struct COMPOSITOR_EXPORT TargetValue {
49 TargetValue();
51 explicit TargetValue(const LayerAnimationDelegate* delegate);
183 void GetTargetValue(TargetValue* target) const;
212 virtual void OnGetTarget(TargetValue* target) const = 0;
layer_animation_element.cc 43 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {}
70 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
104 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
137 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
172 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
206 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
241 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
276 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
311 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
427 virtual void OnGetTarget(TargetValue* target) const OVERRIDE
    [all...]
layer_animation_sequence.h 78 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_element_unittest.cc 64 LayerAnimationElement::TargetValue target_value(&delegate);
123 LayerAnimationElement::TargetValue target;
163 LayerAnimationElement::TargetValue target_value(&delegate);
205 LayerAnimationElement::TargetValue target_value(&delegate);
239 LayerAnimationElement::TargetValue target_value(&delegate);
274 LayerAnimationElement::TargetValue target_value(&delegate);
309 LayerAnimationElement::TargetValue target_value(&delegate);
layer_animator.h 296 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_sequence.cc 163 LayerAnimationElement::TargetValue* target) const {
layer_animation_sequence_unittest.cc 250 LayerAnimationElement::TargetValue target_value(&delegate);
layer_animator.cc 95 LayerAnimationElement::TargetValue target(delegate()); \
796 LayerAnimationElement::TargetValue* target) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 489 SQLRETURN SQL_API SQLBindCol(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
531 SQLRETURN SQL_API SQLGetData(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);

Completed in 351 milliseconds