Home
last modified time | relevance | path

Searched refs:temp_properties (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
Dshell_integration_win_unittest.cc105 base::win::ShortcutProperties temp_properties; in CreateShortcuts() local
108 temp_properties.set_target(other_target_); in CreateShortcuts()
109 temp_properties.set_app_id(L"Dumbo"); in CreateShortcuts()
111 AddTestShortcutAndResetProperties(&temp_properties)); in CreateShortcuts()
114 temp_properties.set_target(chrome_exe_); in CreateShortcuts()
115 temp_properties.set_app_id(L"Dumbo"); in CreateShortcuts()
116 temp_properties.set_dual_mode(false); in CreateShortcuts()
118 AddTestShortcutAndResetProperties(&temp_properties)); in CreateShortcuts()
122 temp_properties.set_target(chrome_exe_); in CreateShortcuts()
123 temp_properties.set_app_id(chrome_app_id_); in CreateShortcuts()
[all …]
/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.cc1149 std::map<int, int> temp_properties; in BuildDisplayPropertiesFromJSON() local
1158 temp_properties[ThemeProperties::NTP_BACKGROUND_ALIGNMENT] = in BuildDisplayPropertiesFromJSON()
1166 temp_properties[ThemeProperties::NTP_BACKGROUND_TILING] = in BuildDisplayPropertiesFromJSON()
1174 temp_properties[ThemeProperties::NTP_LOGO_ALTERNATE] = val; in BuildDisplayPropertiesFromJSON()
1182 for (std::map<int, int>::const_iterator it = temp_properties.begin(); in BuildDisplayPropertiesFromJSON()
1183 it != temp_properties.end() && count < kDisplayPropertiesSize; in BuildDisplayPropertiesFromJSON()