webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::DescriptorParsingResult Class Reference

#include <HTMLSrcsetParser.h>

Public Member Functions

 DescriptorParsingResult ()
 
bool hasDensity () const
 
bool hasWidth () const
 
bool hasHeight () const
 
float density () const
 
unsigned resourceWidth () const
 
unsigned resourceHeight () const
 
void setResourceWidth (int width)
 
void setResourceHeight (int height)
 
void setDensity (float densityToSet)
 

Constructor & Destructor Documentation

◆ DescriptorParsingResult()

WebCore::DescriptorParsingResult::DescriptorParsingResult ( )
inline

Member Function Documentation

◆ density()

float WebCore::DescriptorParsingResult::density ( ) const
inline

◆ hasDensity()

bool WebCore::DescriptorParsingResult::hasDensity ( ) const
inline

◆ hasHeight()

bool WebCore::DescriptorParsingResult::hasHeight ( ) const
inline

◆ hasWidth()

bool WebCore::DescriptorParsingResult::hasWidth ( ) const
inline

◆ resourceHeight()

unsigned WebCore::DescriptorParsingResult::resourceHeight ( ) const
inline

◆ resourceWidth()

unsigned WebCore::DescriptorParsingResult::resourceWidth ( ) const
inline

◆ setDensity()

void WebCore::DescriptorParsingResult::setDensity ( float  densityToSet)
inline

◆ setResourceHeight()

void WebCore::DescriptorParsingResult::setResourceHeight ( int  height)
inline

◆ setResourceWidth()

void WebCore::DescriptorParsingResult::setResourceWidth ( int  width)
inline

The documentation for this class was generated from the following file: