OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propertyLevel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libs/EGL/
egl.cpp
83
int
propertyLevel
= atoi(value);
85
sEGLTraceLevel =
propertyLevel
> applicationLevel ?
propertyLevel
: applicationLevel;
/external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp
121
ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, EditAction editingAction, EPropertyLevel
propertyLevel
)
125
, m_propertyLevel(
propertyLevel
)
135
ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel
propertyLevel
)
139
, m_propertyLevel(
propertyLevel
)
[
all
...]
Completed in 230 milliseconds