OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newScope
(Results
1 - 2
of
2
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java
46
private boolean
newScope
= false;
66
if (
newScope
) {
70
newScope
= true;
79
if (
newScope
) {
81
newScope
= false;
119
if (head == null && !
newScope
) {
138
if (!
newScope
&& head != null && name.equals(head.name)) {
149
if (
newScope
) {
151
newScope
= false;
/external/skia/src/animator/
SkDisplayApply.cpp
434
SkDisplayable*
newScope
;
436
&
newScope
);
437
if (success && scope !=
newScope
) {
454
scope = (SkDrawable*)
newScope
;
Completed in 118 milliseconds