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

  /external/chromium_org/ash/display/
display_manager.cc 591 size_t updated_index; local
592 if (UpdateSecondaryDisplayBoundsForLayout(&new_displays, &updated_index) &&
595 updated_index) == added_display_indices.end() &&
598 updated_index) == changed_display_indices.end()) {
599 changed_display_indices.push_back(updated_index);
831 size_t* updated_index) const {
859 *updated_index = secondary_index;
display_manager.h 252 // index of display updated to |updated_index|. Returns true
256 size_t* updated_index) const;

Completed in 274 milliseconds