Home
last modified time | relevance | path

Searched refs:lastScope (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp54 opStack[popOp++]= lastScope; in pushScope()
74 lastScope= opStack[--popOp]; in popScope()
86 lastScope= scopeType; in BeginScope()
124 if (lastScope == SCOPE_RULE) { in ConnectLastScope()
139 switch (lastScope) { in ConnectLastScope()
174 switch (lastScope) { in CloseScope()
248 switch (lastScope) { in AddItem()
273 switch (lastScope) { in AddTag()
Dsub_grph.h115 lastScope= SCOPE_ROOT; in SubGraph()
357 int lastScope; variable
Dsub_base.cpp38 lastScope= SCOPE_ROOT; in SubGraph()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp180 TreeScope* lastScope = 0; in calculateAdjustedEventPathForEachNode() local
183 if (currentScope == lastScope) { in calculateAdjustedEventPathForEachNode()
188 lastScope = currentScope; in calculateAdjustedEventPathForEachNode()