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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.h 55 unsigned resourceWidth() const { ASSERT(hasWidth()); return m_resourceWidth; }
85 , m_resourceWidth(result.hasWidth()?result.resourceWidth():UninitializedDescriptor)
110 int resourceWidth() const
HTMLSrcsetParser.cpp 172 int resourceWidth = it->toInt(attribute, isValid);
173 if (!isValid || resourceWidth <= 0)
175 result.setResourceWidth(resourceWidth);
278 if (it->resourceWidth() > 0) {
279 it->setDensity((float)it->resourceWidth() / (float)sourceSize);

Completed in 65 milliseconds