Home | History | Annotate | Download | only in launcher

Lines Matching refs:pinned_apps_pref

1205   const base::ListValue* pinned_apps_pref =
1207 for (base::ListValue::const_iterator it(pinned_apps_pref->begin());
1208 it != pinned_apps_pref->end(); ++it) {
1212 if (it - pinned_apps_pref->begin() == chrome_icon_index &&
1436 const base::ListValue* pinned_apps_pref =
1440 std::min(pinned_apps_pref->GetSize(), index));
1442 std::min(pinned_apps_pref->GetSize(), index));