OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_i
(Results
26 - 27
of
27
) sorted by null
1
2
/external/chromium_org/ui/compositor/
layer.cc
684
const size_t
child_i
=
local
688
if ((above &&
child_i
== other_i + 1) || (!above &&
child_i
+ 1 == other_i))
693
(
child_i
< other_i ? other_i : other_i + 1) :
694
(
child_i
< other_i ? other_i - 1 : other_i);
695
children_.erase(children_.begin() +
child_i
);
/external/chromium_org/ui/aura/
window.cc
1243
const size_t
child_i
=
local
[
all
...]
Completed in 492 milliseconds
1
2