Searched defs:setResourceWidth (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.h59 void setResourceWidth(int width) { ASSERT(width >= 0); m_resourceWidth = (unsigned)width; } function in class:WebCore::DescriptorParsingResult

Completed in 107 milliseconds