Searched refs:g_profile_load_state (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc70 ProfileLoadState g_profile_load_state; member in namespace:__anon4940
78 DCHECK_EQ(PROFILE_LOADED_NONE, g_profile_load_state);
87 if (g_profile_load_state == PROFILE_LOADED_SAME)
91 if (g_profile_load_state == PROFILE_LOADED_SAME) {
125 g_profile_load_state = PROFILE_LOADED_NONE;
127 g_profile_load_state = PROFILE_LOADED_SAME;
129 g_profile_load_state = PROFILE_LOADED_OTHER;

Completed in 65 milliseconds