Searched defs:GetTargetValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dperson.cc38 std::string GetTargetValue(const base::DictionaryValue& dict, function in namespace:__anon4965
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/
H A Dlayer_animation_sequence.cc162 void LayerAnimationSequence::GetTargetValue( function in class:ui::LayerAnimationSequence
168 elements_[i]->GetTargetValue(target);
H A Dlayer_animator.cc96 GetTargetValue(&target); \
795 void LayerAnimator::GetTargetValue( function in class:ui::LayerAnimator
799 (*iter)->GetTargetValue(target);
H A Dlayer_animation_element.cc520 uninverted_transition_->GetTargetValue(&target);
723 void LayerAnimationElement::GetTargetValue(TargetValue* target) const { function in class:ui::LayerAnimationElement

Completed in 157 milliseconds