OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updated_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
display_manager.cc
717
size_t
updated_index
;
local
718
if (UpdateSecondaryDisplayBoundsForLayout(&new_displays, &
updated_index
) &&
721
updated_index
) == added_display_indices.end() &&
724
updated_index
) == changed_display_indices.end()) {
725
changed_display_indices.push_back(
updated_index
);
[
all
...]
display_manager.h
303
// index of display updated to |
updated_index
|. Returns true
307
size_t*
updated_index
) const;
Completed in 27 milliseconds