HomeSort by relevance Sort by last modified time
    Searched refs:available_slots (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc 225 int available_slots = kMaxScreenshots; local
228 --available_slots;
242 while (available_slots > 0 && (back >= 0 || forward < num_entries)) {
247 --available_slots;
251 if (available_slots > 0 && forward < num_entries) {
255 --available_slots;
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 1054 const int available_slots = local
    [all...]

Completed in 378 milliseconds