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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc 53 const std::vector<Profile*> profile_list = local
55 if (profile_list.size() > 0) {
56 for (std::vector<Profile*>::const_iterator it = profile_list.begin();
57 it != profile_list.end();
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 342 ListValue* profile_list = update.Get(); local
343 profile_list->Clear();
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 410 scoped_ptr<base::ListValue> profile_list(
414 for (it = profile_list->begin(); it != profile_list->end(); ++it) {
737 ListValue* profile_list = update.Get(); local
739 profile_list->Clear();
753 profile_list->Append(new StringValue(profile_path));
    [all...]

Completed in 184 milliseconds