Searched refs:to_return (Results 1 - 25 of 28) sorted by last modified time

12

/external/openssl/crypto/engine/
H A Deng_init.c62 int to_return = 1; local
67 to_return = e->init(e);
68 if(to_return)
77 return to_return;
84 int to_return = 1; local
98 to_return = e->finish(e);
101 if(!to_return)
117 return to_return;
138 int to_return = 1; local
146 to_return
[all...]
H A Deng_list.c272 int to_return = 1; local
289 to_return = 0;
292 return to_return;
298 int to_return = 1; local
310 to_return = 0;
313 return to_return;
H A Denginetest.c102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.cc25 scoped_ptr<FloatAnimationCurveAdapter> to_return(
30 return to_return.PassAs<cc::AnimationCurve>();
H A Dlayer_animation_element.cc571 gfx::Transform to_return(gfx::Transform::kSkipInitialization);
572 bool success = target.GetInverse(&to_return);
575 to_return.PreconcatTransform(start);
576 return to_return;
H A Dlayer_animator.cc452 linked_ptr<LayerAnimationSequence> to_return; local
470 to_return = *queue_iter;
476 if (!to_return.get() ||
477 !to_return->waiting_for_group_start() ||
478 !to_return->IsFirstElementThreaded())
479 return to_return.release();
485 int group_id = to_return->animation_group_id();
496 return to_return.release();
509 return to_return.release();
H A Dscoped_layer_animation_settings.cc69 scoped_ptr<LayerAnimationElement> to_return(
71 return to_return.Pass();
H A Dtransform_animation_curve_adapter.cc30 scoped_ptr<TransformAnimationCurveAdapter> to_return(
35 return to_return.PassAs<cc::AnimationCurve>();
46 gfx::DecomposedTransform to_return; local
47 gfx::BlendDecomposedTransforms(&to_return,
52 return gfx::ComposeTransform(to_return);
98 scoped_ptr<InverseTransformCurveAdapter> to_return(
102 return to_return.PassAs<cc::AnimationCurve>();
112 gfx::Transform to_return(gfx::Transform::kSkipInitialization);
113 bool is_invertible = base_transform.GetInverse(&to_return);
116 to_return
[all...]
/external/chromium_org/ui/gfx/animation/
H A Dtween.cc177 gfx::Transform to_return = end_transform;
178 to_return.Blend(start_transform, value);
180 return to_return;
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform_unittest.cc146 scoped_ptr<ui::InterpolatedTransform> to_return(
152 to_return->SetChild(rotation.release());
153 to_return->SetReversed(reversed);
155 return to_return.release();
H A Dtransform_util.cc234 Transform to_return; local
235 to_return.matrix() = matrix;
236 return to_return;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc195 std::vector<XClientMessageEvent> to_return; local
196 to_return.swap(events_);
197 return to_return;
H A Ddesktop_window_tree_host_x11.cc1526 Visual* to_return = NULL; local
1545 to_return = visual_list[i].visual;
1553 return to_return;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_resources.cc57 PP_NaClFileInfo to_return = llc_file_info_; local
59 return to_return;
63 PP_NaClFileInfo to_return = ld_file_info_; local
65 return to_return;
H A Dtemporary_file.cc77 PP_FileHandle to_return = internal_handle_; local
81 return to_return;
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc214 net::URLFetcher* to_return = net::URLFetcher::Create( local
218 to_return->SetRequestContext(getter);
219 to_return->SetUploadData("application/x-www-form-urlencoded", body);
230 to_return->SetLoadFlags(load_flags);
236 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
239 to_return->SetExtraRequestHeaders(headers);
241 return to_return;
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_origin_identifier_value_map.cc42 Rule to_return(current_rule_->first.primary_pattern,
46 return to_return;
H A Dcontent_settings_rule.cc63 const Rule& to_return = (*current_iterator)->Next(); local
66 return to_return;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc525 std::vector<Profile*> to_return; local
538 to_return.push_back(GetProfile(user_data_dir.AppendASCII(profile)));
541 return to_return;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.cc103 const base::DictionaryValue* to_return = NULL; local
104 app_windows->GetDictionary(window_name, &to_return);
105 return to_return;
/external/chromium_org/cc/animation/
H A Danimation.cc256 scoped_ptr<Animation> to_return(
258 to_return->run_state_ = initial_run_state;
259 to_return->iterations_ = iterations_;
260 to_return->iteration_start_ = iteration_start_;
261 to_return->start_time_ = start_time_;
262 to_return->pause_time_ = pause_time_;
263 to_return->total_paused_time_ = total_paused_time_;
264 to_return->time_offset_ = time_offset_;
265 to_return->direction_ = direction_;
266 to_return
[all...]
H A Danimation_registrar.cc24 scoped_refptr<LayerAnimationController> to_return; local
26 to_return = LayerAnimationController::Create(id);
27 to_return->SetAnimationRegistrar(this);
28 all_animation_controllers_[id] = to_return.get();
30 to_return = all_animation_controllers_[id];
32 return to_return;
H A Danimation_unittest.cc24 scoped_ptr<Animation> to_return(Animation::Create(
30 to_return->set_iterations(iterations);
31 to_return->set_playback_rate(playback_rate);
32 return to_return.Pass();
H A Dkeyframed_animation_curve.cc180 scoped_ptr<KeyframedColorAnimationCurve> to_return(
183 to_return->AddKeyframe(keyframes_[i]->Clone());
184 return to_return.PassAs<AnimationCurve>();
227 scoped_ptr<KeyframedFloatAnimationCurve> to_return(
230 to_return->AddKeyframe(keyframes_[i]->Clone());
231 return to_return.PassAs<AnimationCurve>();
272 scoped_ptr<KeyframedTransformAnimationCurve> to_return(
275 to_return->AddKeyframe(keyframes_[i]->Clone());
276 return to_return.PassAs<AnimationCurve>();
394 scoped_ptr<KeyframedFilterAnimationCurve> to_return(
[all...]
H A Dtransform_operations.cc33 gfx::Transform to_return; local
35 to_return.PreconcatTransform(operations_[i].matrix);
36 return to_return;
41 gfx::Transform to_return; local
42 BlendInternal(from, progress, &to_return);
43 return to_return;
275 gfx::DecomposedTransform to_return;
276 if (!gfx::BlendDecomposedTransforms(&to_return,
282 *result = ComposeTransform(to_return);

Completed in 456 milliseconds

12