HomeSort by relevance Sort by last modified time
    Searched defs:to_return (Results 1 - 18 of 18) sorted by null

  /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 24 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;
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;
275 gfx::DecomposedTransform to_return;
276 if (!gfx::BlendDecomposedTransforms(&to_return,
282 *result = ComposeTransform(to_return);
  /external/chromium_org/components/content_settings/core/browser/
content_settings_rule.cc 63 const Rule& to_return = (*current_iterator)->Next(); local
66 return to_return;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.cc 57 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;
temporary_file.cc 77 PP_FileHandle to_return = internal_handle_; local
81 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);
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.PreconcatTransform(effective_initial_value_)
    [all...]
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/chrome/browser/ui/
browser_window_state.cc 103 const base::DictionaryValue* to_return = NULL; local
104 app_windows->GetDictionary(window_name, &to_return);
105 return to_return;
  /external/chromium_org/ui/gfx/
transform_util.cc 234 Transform to_return; local
235 to_return.matrix() = matrix;
236 return to_return;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 195 std::vector<XClientMessageEvent> to_return; local
196 to_return.swap(events_);
197 return to_return;
desktop_window_tree_host_x11.cc 1526 Visual* to_return = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 525 std::vector<Profile*> to_return; local
538 to_return.push_back(GetProfile(user_data_dir.AppendASCII(profile)));
541 return to_return;
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 214 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;
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 1207 ReturnedResourceArray to_return; local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 65 scoped_refptr<ContentLayer> to_return = ContentLayer::Create(delegate); local
66 to_return->SetIsDrawable(true);
67 return to_return;
4037 scoped_refptr<NoScaleContentLayer> to_return = local
    [all...]

Completed in 344 milliseconds