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

  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 469 KeyParams new_params = {"localhost", "dummy", "new"}; local
491 cryptographer->AddKey(new_params);
539 KeyParams new_params = {"localhost", "dummy", "new"}; local
567 cryptographer->AddKey(new_params);
621 KeyParams new_params = {"localhost", "dummy", "new"}; local
632 other_cryptographer.AddKey(new_params);
704 KeyParams new_params = {"localhost", "dummy", "new"}; local
729 cryptographer->AddKey(new_params);
783 KeyParams new_params = {"localhost", "dummy", "new"}; local
    [all...]
  /external/pixman/pixman/
pixman-image.c 682 pixman_fixed_t *new_params; local
700 new_params = NULL;
703 new_params = pixman_malloc_ab (n_params, sizeof (pixman_fixed_t));
704 if (!new_params)
707 memcpy (new_params,
716 common->filter_params = new_params;
  /external/chromium_org/apps/
shell_window.cc 110 CreateParams new_params = params; local
133 new_params.state = cached_state;
137 gfx::Size& minimum_size = new_params.minimum_size;
138 gfx::Size& maximum_size = new_params.maximum_size;
157 new_params.bounds = bounds;
159 native_app_window_.reset(delegate_->CreateNativeAppWindow(this, new_params));
161 if (!new_params.hidden) {
168 if (new_params.state == ui::SHOW_STATE_FULLSCREEN)
170 else if (new_params.state == ui::SHOW_STATE_MAXIMIZED)
172 else if (new_params.state == ui::SHOW_STATE_MINIMIZED
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 1791 KeyParams new_params = {"localhost", "dummy", "new_gaia"}; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4980 char *new_params = NULL; local
    [all...]

Completed in 159 milliseconds