HomeSort by relevance Sort by last modified time
    Searched refs:to_return (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_init.c 62 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 = engine_unlocked_finish(e, 1)
    [all...]
enginetest.c 102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
eng_list.c 272 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/
eng_init.c 62 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 = engine_unlocked_finish(e, 1)
    [all...]
enginetest.c 102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
eng_list.c 272 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/cc/animation/
animation_registrar.cc 23 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;
animation.cc 214 scoped_ptr<Animation> to_return(
216 to_return->run_state_ = initial_run_state;
217 to_return->iterations_ = iterations_;
218 to_return->start_time_ = start_time;
219 to_return->pause_time_ = pause_time_;
220 to_return->total_paused_time_ = total_paused_time_;
221 to_return->time_offset_ = time_offset_;
222 to_return->alternates_direction_ = alternates_direction_;
223 to_return->is_controlling_instance_ = instance_type == ControllingInstance;
224 return to_return.Pass()
    [all...]
transform_operations.cc 31 gfx::Transform to_return; local
33 to_return.PreconcatTransform(operations_[i].matrix);
34 return to_return;
39 gfx::Transform to_return; local
40 BlendInternal(from, progress, &to_return);
41 return to_return;
170 gfx::DecomposedTransform to_return;
171 if (!gfx::BlendDecomposedTransforms(&to_return,
177 *result = ComposeTransform(to_return);
keyframed_animation_curve.cc 148 scoped_ptr<KeyframedFloatAnimationCurve> to_return(
151 to_return->AddKeyframe(keyframes_[i]->Clone());
152 return to_return.PassAs<AnimationCurve>();
198 scoped_ptr<KeyframedTransformAnimationCurve> to_return(
201 to_return->AddKeyframe(keyframes_[i]->Clone());
202 return to_return.PassAs<AnimationCurve>();
253 scoped_ptr<KeyframedFilterAnimationCurve> to_return(
256 to_return->AddKeyframe(keyframes_[i]->Clone());
257 return to_return.PassAs<AnimationCurve>();
animation_unittest.cc 15 scoped_ptr<Animation> to_return(Animation::Create(
21 to_return->set_iterations(iterations);
22 return to_return.Pass();
  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.cc 30 scoped_ptr<TransformAnimationCurveAdapter> to_return(
35 return to_return.PassAs<cc::AnimationCurve>();
46 gfx::DecomposedTransform to_return; local
47 gfx::BlendDecomposedTransforms(&to_return,
51 return gfx::ComposeTransform(to_return);
float_animation_curve_adapter.cc 25 scoped_ptr<FloatAnimationCurveAdapter> to_return(
30 return to_return.PassAs<cc::AnimationCurve>();
layer_animator.cc 449 linked_ptr<LayerAnimationSequence> to_return; local
467 to_return = *queue_iter;
473 if (!to_return.get() ||
474 !to_return->waiting_for_group_start() ||
475 !to_return->IsFirstElementThreaded())
476 return to_return.release();
482 int group_id = to_return->animation_group_id();
493 return to_return.release();
506 return to_return.release();
  /external/chromium_org/ui/base/animation/
tween.cc 100 gfx::Transform to_return = end_transform;
101 to_return.Blend(start_transform, value);
103 return to_return;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc 90 scoped_ptr<cc::Animation> to_return(
92 to_return->set_needs_synchronized_start_time(true);
93 return to_return.Pass();
  /external/chromium_org/chrome/browser/content_settings/
content_settings_rule.cc 63 const Rule& to_return = (*current_iterator)->Next(); local
66 return to_return;
content_settings_origin_identifier_value_map.cc 43 Rule to_return(current_rule_->first.primary_pattern,
47 return to_return;
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper_unittest.cc 90 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;
signed_settings_unittest.cc 131 em::PolicyData to_return; local
146 to_return.set_policy_type(SignedSettings::kDevicePolicyType);
147 to_return.set_policy_value(pol.SerializeAsString());
148 return to_return;
  /external/chromium_org/chrome/renderer/extensions/
v8_schema_registry.cc 101 v8::Local<v8::Object> to_return = local
104 return handle_scope.Close(to_return);
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 156 scoped_ptr<ui::InterpolatedTransform> to_return(
162 to_return->SetChild(rotation.release());
163 to_return->SetReversed(reversed);
165 return to_return.release();
transform_util.cc 317 Transform to_return; local
318 to_return.matrix() = matrix;
319 return to_return;
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 125 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/
gaia_auth_fetcher.cc 208 net::URLFetcher* to_return = net::URLFetcher::Create( local
212 to_return->SetRequestContext(getter);
213 to_return->SetUploadData("application/x-www-form-urlencoded", body);
224 to_return->SetLoadFlags(load_flags);
230 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
233 to_return->SetExtraRequestHeaders(headers);
235 return to_return;
    [all...]

Completed in 772 milliseconds

1 2