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

  /external/chromium_org/chrome/browser/ui/app_list/search/people/
person.cc 38 std::string GetTargetValue(const base::DictionaryValue& dict,
85 person->display_name = GetTargetValue(dict, kKeyNames, kKeyDisplayName);
86 person->email = GetTargetValue(dict, kKeyEmails, kKeyEmailValue);
87 person->image_url = GURL(GetTargetValue(dict, kKeyImages, kKeyUrl));
  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 78 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_element_unittest.cc 65 element->GetTargetValue(&target_value);
124 inverse_element->GetTargetValue(&target);
164 element->GetTargetValue(&target_value);
206 element->GetTargetValue(&target_value);
240 element->GetTargetValue(&target_value);
275 element->GetTargetValue(&target_value);
310 element->GetTargetValue(&target_value);
layer_animation_sequence.cc 162 void LayerAnimationSequence::GetTargetValue(
168 elements_[i]->GetTargetValue(target);
layer_animation_element.h 183 void GetTargetValue(TargetValue* target) const;
layer_animator.h 296 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_sequence_unittest.cc 252 sequence.GetTargetValue(&target_value);
257 sequence.GetTargetValue(&target_value);
layer_animator.cc 96 GetTargetValue(&target); \
795 void LayerAnimator::GetTargetValue(
799 (*iter)->GetTargetValue(target);
layer_animation_element.cc 520 uninverted_transition_->GetTargetValue(&target);
723 void LayerAnimationElement::GetTargetValue(TargetValue* target) const {

Completed in 198 milliseconds