OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestingLevel
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/html/parser/
NestingLevelIncrementer.h
36
explicit NestingLevelIncrementer(unsigned&
nestingLevel
)
37
: m_nestingLevel(&
nestingLevel
)
HTMLParserScheduler.h
42
PumpSession(unsigned&
nestingLevel
)
43
: NestingLevelIncrementer(
nestingLevel
)
/external/proguard/src/proguard/classfile/util/
DescriptorClassEnumeration.java
38
private int
nestingLevel
;
100
nestingLevel
++;
115
nestingLevel
--;
130
nestingLevel
+= 2;
136
nestingLevel
-= 2;
153
if (
nestingLevel
== 1 &&
InternalTypeEnumeration.java
149
int
nestingLevel
= 1;
157
nestingLevel
++;
161
nestingLevel
--;
165
while (
nestingLevel
> 0);
/frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java
162
* @param
nestingLevel
The nesting level: 0 if called from the base class,
168
public void onInputEvent(InputEvent event, int
nestingLevel
) {
171
onKeyEvent(keyEvent,
nestingLevel
);
175
onTouchEvent(motionEvent,
nestingLevel
);
177
onTrackballEvent(motionEvent,
nestingLevel
);
179
onGenericMotionEvent(motionEvent,
nestingLevel
);
187
* @param
nestingLevel
The nesting level: 0 if called from the base class,
193
public void onKeyEvent(KeyEvent event, int
nestingLevel
) {
194
if (!startEvent(event,
nestingLevel
, EVENT_TYPE_KEY)) {
249
* @param
nestingLevel
The nesting level: 0 if called from the base class
[
all
...]
/external/webkit/Tools/Scripts/
extract-localizable-strings
127
my $
nestingLevel
;
182
if (defined $
nestingLevel
) {
209
$
nestingLevel
= 0 if !defined $
nestingLevel
;
239
++$
nestingLevel
if defined $
nestingLevel
;
244
$
nestingLevel
= undef if defined $
nestingLevel
&& !--$
nestingLevel
;
253
$
nestingLevel
= 0 if !defined $nestingLevel
[
all
...]
/external/webkit/Source/WebCore/page/
DOMTimer.cpp
58
static inline bool shouldForwardUserGesture(int interval, int
nestingLevel
)
62
&&
nestingLevel
== 1; // Gestures should not be forwarded to nested timers.
/external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp
[
all
...]
/external/proguard/lib/
proguard.jar
Completed in 339 milliseconds