/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_state_informer.cc | 31 const FavoriteState* favorite = local 33 if (!favorite) 38 NULL, g_browser_process->local_state(), *favorite, &onc_source);
|
/packages/apps/Launcher3/util/com/android/launcher3/ |
DecoderRing.java | 19 import com.android.launcher3.backup.BackupProtos.Favorite; 66 * launcher_protoutil -L -f favorite.log 75 Favorite.class, 95 defaultType = Favorite.class; 210 if (proto instanceof Favorite) { 211 Favorite favorite = (Favorite) proto; local 212 if (favorite.iconType == ICON_TYPE_BITMAP) { 213 writeImageData(favorite.icon, prefix + ".png") [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.cc | 514 const FavoriteState* favorite = *iter; local 515 NetworkInfo* info = new NetworkInfo(favorite->path()); 544 const FavoriteState* favorite = local 546 if (favorite) { 548 network_icon::ICON_TYPE_LIST, favorite->type()); 549 info->label = UTF8ToUTF16(favorite->name());
|
/external/chromium_org/chromeos/network/ |
network_state_handler.cc | 41 return "Favorite"; 306 const FavoriteState* favorite = (*iter)->AsFavoriteState(); local 307 DCHECK(favorite); 308 if (favorite->update_received() && favorite->is_favorite() && 309 favorite->Matches(type)) { 310 list->push_back(favorite); 497 // A Favorite may not have been created yet if it was added later (e.g. 511 // Device, Favorite 547 ManagedState* favorite local 672 FavoriteState* favorite = (*iter)->AsFavoriteState(); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 25 import com.android.launcher3.backup.BackupProtos.Favorite; 238 case Key.FAVORITE: 295 Set<String> savedIds = getSavedIdsByType(Key.FAVORITE, in); 296 if (DEBUG) Log.d(TAG, "favorite savedIds.size()=" + savedIds.size()); 308 Key key = getKey(Key.FAVORITE, id); 316 if (VERBOSE) Log.v(TAG, "favorite " + id + " was too old: " + updateTime); 322 if (DEBUG) Log.d(TAG, "favorite currentIds.size()=" + currentIds.size()); 330 * Read a favorite from the stream. 340 if (VERBOSE) Log.v(TAG, "unpacking favorite " + key.id); 354 Log.e(TAG, "failed to decode favorite", e) 772 Favorite favorite = new Favorite(); local 820 Favorite favorite = new Favorite(); local [all...] |
Launcher.java | 1358 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 411 bool HasPolicyForFavorite(const FavoriteState* favorite, 414 profile_prefs, g_browser_process->local_state(), *favorite); 419 const FavoriteState* favorite = local 422 if (!favorite) 424 return HasPolicyForFavorite(favorite, profile_prefs); 468 const FavoriteState* favorite, 476 HasPolicyForFavorite(favorite, profile_prefs)); 479 ash::network_icon::ICON_TYPE_LIST, favorite->type()); 480 SetCommonNetworkInfo(favorite, icon, icon_scale_factor, network_info.get()); 2037 const FavoriteState* favorite = *iter; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 1060 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); local [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 302 bool favorite() const { return favorite_; } function in class:chromeos::Network [all...] |