HomeSort by relevance Sort by last modified time
    Searched refs:propertyLevel (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl.cpp 125 int propertyLevel = atoi(value);
127 sEGLTraceLevel = propertyLevel > applicationLevel ? propertyLevel : applicationLevel;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 126 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel)
130 , m_propertyLevel(propertyLevel)
140 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
144 , m_propertyLevel(propertyLevel)
    [all...]

Completed in 228 milliseconds