HomeSort by relevance Sort by last modified time
    Searched refs:to_return (Results 1 - 25 of 30) 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/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,
52 return gfx::ComposeTransform(to_return);
96 scoped_ptr<InverseTransformCurveAdapter> to_return(
100 return to_return.PassAs<cc::AnimationCurve>();
110 gfx::Transform to_return(gfx::Transform::kSkipInitialization);
111 bool is_invertible = base_transform.GetInverse(&to_return);
114 to_return.PreconcatTransform(effective_initial_value_)
    [all...]
float_animation_curve_adapter.cc 25 scoped_ptr<FloatAnimationCurveAdapter> to_return(
30 return to_return.PassAs<cc::AnimationCurve>();
scoped_layer_animation_settings.cc 69 scoped_ptr<LayerAnimationElement> to_return(
71 return to_return.Pass();
layer_animator.cc 452 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();
  /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 223 scoped_ptr<Animation> to_return(
225 to_return->run_state_ = initial_run_state;
226 to_return->iterations_ = iterations_;
227 to_return->start_time_ = start_time_;
228 to_return->pause_time_ = pause_time_;
229 to_return->total_paused_time_ = total_paused_time_;
230 to_return->time_offset_ = time_offset_;
231 to_return->direction_ = direction_;
232 DCHECK(!to_return->is_controlling_instance_);
233 to_return->is_controlling_instance_ = true
    [all...]
keyframed_animation_curve.cc 188 scoped_ptr<KeyframedColorAnimationCurve> to_return(
191 to_return->AddKeyframe(keyframes_[i]->Clone());
192 return to_return.PassAs<AnimationCurve>();
235 scoped_ptr<KeyframedFloatAnimationCurve> to_return(
238 to_return->AddKeyframe(keyframes_[i]->Clone());
239 return to_return.PassAs<AnimationCurve>();
280 scoped_ptr<KeyframedTransformAnimationCurve> to_return(
283 to_return->AddKeyframe(keyframes_[i]->Clone());
284 return to_return.PassAs<AnimationCurve>();
395 scoped_ptr<KeyframedFilterAnimationCurve> to_return(
    [all...]
transform_operations.cc 33 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;
310 gfx::DecomposedTransform to_return;
311 if (!gfx::BlendDecomposedTransforms(&to_return,
317 *result = ComposeTransform(to_return);
animation_unittest.cc 22 scoped_ptr<Animation> to_return(Animation::Create(
28 to_return->set_iterations(iterations);
29 return to_return.Pass();
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection.cc 44 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.end())
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.cc 56 PP_FileHandle to_return = llc_file_handle_; local
58 return to_return;
62 PP_FileHandle to_return = ld_file_handle_; local
64 return to_return;
temporary_file.cc 90 PP_FileHandle to_return = internal_handle_; local
94 return to_return;
  /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_org/ui/gfx/animation/
tween.cc 177 gfx::Transform to_return = end_transform;
178 to_return.Blend(start_transform, value);
180 return to_return;
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 146 scoped_ptr<ui::InterpolatedTransform> to_return(
152 to_return->SetChild(rotation.release());
153 to_return->SetReversed(reversed);
155 return to_return.release();
transform_util.cc 234 Transform to_return; local
235 to_return.matrix() = matrix;
236 return to_return;
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 212 net::URLFetcher* to_return = net::URLFetcher::Create( local
216 to_return->SetRequestContext(getter);
217 to_return->SetUploadData("application/x-www-form-urlencoded", body);
228 to_return->SetLoadFlags(load_flags);
234 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
237 to_return->SetExtraRequestHeaders(headers);
239 return to_return;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 175 std::vector<XClientMessageEvent> to_return; local
176 to_return.swap(events_);
177 return to_return;

Completed in 432 milliseconds

1 2