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 124 int propertyLevel = atoi(value);
126 sEGLTraceLevel = propertyLevel > applicationLevel ? propertyLevel : applicationLevel;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 119 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel)
123 , m_propertyLevel(propertyLevel)
133 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
137 , m_propertyLevel(propertyLevel)
    [all...]

Completed in 71 milliseconds