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

  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 128 DictionaryValue* browser_profile = new DictionaryValue(); local
129 browser_profile->SetString("name", source_profile.importer_name);
130 browser_profile->SetInteger("index", i);
131 browser_profile->SetBoolean("history",
133 browser_profile->SetBoolean("favorites",
135 browser_profile->SetBoolean("passwords",
137 browser_profile->SetBoolean("search",
140 browser_profiles.Append(browser_profile);
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 166 DictionaryValue* browser_profile = new DictionaryValue(); local
167 browser_profile->SetString("name", source_profile.importer_name);
168 browser_profile->SetInteger("index", i);
169 browser_profile->SetBoolean("history",
171 browser_profile->SetBoolean("favorites",
173 browser_profile->SetBoolean("passwords",
175 browser_profile->SetBoolean("search",
178 browser_profile->SetBoolean("show_bottom_bar",
185 browser_profiles.Append(browser_profile);

Completed in 26 milliseconds