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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader.cc15 pending_profile_loads_(0),
23 return pending_profile_loads_ > 0;
59 pending_profile_loads_++;
60 if (pending_profile_loads_ == 1)
65 pending_profile_loads_--;
66 if (pending_profile_loads_ == 0)
H A Dprofile_loader.h51 int pending_profile_loads_; member in class:ProfileLoader

Completed in 75 milliseconds