OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_it
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
109
std::vector<gfx::Display>::const_iterator
cur_it
= displays_.begin();
local
110
for (;
cur_it
!= displays_.end(); ++
cur_it
) {
114
if (
cur_it
->id() == incoming_it->id()) {
122
OnDisplayRemoved(*
cur_it
));
129
for (std::vector<gfx::Display>::const_iterator
cur_it
= displays_.begin();
130
cur_it
!= displays_.end(); ++
cur_it
) {
131
if (incoming_it->id() ==
cur_it
->id()) {
132
if (incoming_it->bounds() !=
cur_it
->bounds())
[
all
...]
Completed in 176 milliseconds