Searched refs:to_return (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/openssl/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 Denginetest.c102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
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;
/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 Denginetest.c102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
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;
/external/chromium_org/ui/compositor/
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);
82 scoped_ptr<InverseTransformCurveAdapter> to_return(
86 return to_return.PassAs<cc::AnimationCurve>();
96 gfx::Transform to_return(gfx::Transform::kSkipInitialization);
97 bool is_invertible = base_transform.GetInverse(&to_return);
100 to_return
[all...]
H A Dfloat_animation_curve_adapter.cc25 scoped_ptr<FloatAnimationCurveAdapter> to_return(
30 return to_return.PassAs<cc::AnimationCurve>();
H A Dscoped_layer_animation_settings.cc69 scoped_ptr<LayerAnimationElement> to_return(
71 return to_return.Pass();
H A Dlayer_animator.cc456 linked_ptr<LayerAnimationSequence> to_return; local
474 to_return = *queue_iter;
480 if (!to_return.get() ||
481 !to_return->waiting_for_group_start() ||
482 !to_return->IsFirstElementThreaded())
483 return to_return.release();
489 int group_id = to_return->animation_group_id();
500 return to_return.release();
513 return to_return.release();
/external/chromium_org/cc/animation/
H A Danimation_registrar.cc23 scoped_refptr<LayerAnimationController> to_return; local
25 to_return = LayerAnimationController::Create(id);
26 to_return->SetAnimationRegistrar(this);
27 all_animation_controllers_[id] = to_return.get();
29 to_return = all_animation_controllers_[id];
31 return to_return;
H A Danimation.cc219 scoped_ptr<Animation> to_return(
221 to_return->run_state_ = initial_run_state;
222 to_return->iterations_ = iterations_;
223 to_return->start_time_ = start_time;
224 to_return->pause_time_ = pause_time_;
225 to_return->total_paused_time_ = total_paused_time_;
226 to_return->time_offset_ = time_offset_;
227 to_return->alternates_direction_ = alternates_direction_;
228 DCHECK(!to_return->is_controlling_instance_);
229 to_return
[all...]
H A Dtransform_operations.cc32 gfx::Transform to_return; local
34 to_return.PreconcatTransform(operations_[i].matrix);
35 return to_return;
40 gfx::Transform to_return; local
41 BlendInternal(from, progress, &to_return);
42 return to_return;
211 gfx::DecomposedTransform to_return;
212 if (!gfx::BlendDecomposedTransforms(&to_return,
218 *result = ComposeTransform(to_return);
H A Dkeyframed_animation_curve.cc186 scoped_ptr<KeyframedColorAnimationCurve> to_return(
189 to_return->AddKeyframe(keyframes_[i]->Clone());
190 return to_return.PassAs<AnimationCurve>();
233 scoped_ptr<KeyframedFloatAnimationCurve> to_return(
236 to_return->AddKeyframe(keyframes_[i]->Clone());
237 return to_return.PassAs<AnimationCurve>();
278 scoped_ptr<KeyframedTransformAnimationCurve> to_return(
281 to_return->AddKeyframe(keyframes_[i]->Clone());
282 return to_return.PassAs<AnimationCurve>();
355 scoped_ptr<KeyframedFilterAnimationCurve> to_return(
[all...]
H A Danimation_unittest.cc15 scoped_ptr<Animation> to_return(Animation::Create(
21 to_return->set_iterations(iterations);
22 return to_return.Pass();
/external/chromium_org/cc/layers/
H A Ddelegated_frame_resource_collection.cc44 ReturnedResourceArray to_return;
55 to_return.push_back(returned);
60 to_return.begin(),
61 to_return.end());
83 ReturnedResourceArray to_return;
92 to_return.push_back(returned[i]);
93 to_return.back().count = it->second.refs_to_return;
98 if (to_return.empty())
103 to_return.begin(),
104 to_return
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_rule.cc63 const Rule& to_return = (*current_iterator)->Next(); local
66 return to_return;
H A Dcontent_settings_origin_identifier_value_map.cc43 Rule to_return(current_rule_->first.primary_pattern,
47 return to_return;
/external/chromium_org/ui/gfx/animation/
H A Dtween.cc167 gfx::Transform to_return = end_transform;
168 to_return.Blend(start_transform, value);
170 return to_return;
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper_unittest.cc90 em::PolicyData to_return; local
92 to_return.set_policy_type(SignedSettings::kDevicePolicyType);
93 to_return.set_policy_value(pol.SerializeAsString());
94 return to_return;
/external/chromium_org/chrome/renderer/extensions/
H A Dv8_schema_registry.cc101 v8::Local<v8::Object> to_return = local
104 return handle_scope.Escape(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();
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.cc125 URLFetcher* to_return = local
130 to_return->set_request_context(getter);
131 to_return->set_load_flags(net::LOAD_DO_NOT_SEND_COOKIES);
132 to_return->set_upload_data("application/x-www-form-urlencoded", body);
133 return to_return;
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc209 net::URLFetcher* to_return = net::URLFetcher::Create( local
213 to_return->SetRequestContext(getter);
214 to_return->SetUploadData("application/x-www-form-urlencoded", body);
225 to_return->SetLoadFlags(load_flags);
231 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
234 to_return->SetExtraRequestHeaders(headers);
236 return to_return;
/external/chromium_org/cc/resources/
H A Dresource_provider.cc1069 ReturnedResourceArray to_return; local
1070 to_return.push_back(it->ToReturnedResource());
1071 child_info.return_callback.Run(to_return);
1288 ReturnedResourceArray to_return;
1342 to_return.push_back(returned);
1352 for (size_t i = 0; i < to_return.size(); ++i) {
1353 if (!to_return[i].sync_point)
1354 to_return[i].sync_point = sync_point;
1358 if (!to_return.empty())
1359 child_info->return_callback.Run(to_return);
[all...]

Completed in 642 milliseconds

12