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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CSSStyleSheetResource.cpp 166 setDecodedSize(m_parsedStyleSheetCache->estimatedSizeInBytes());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.h 129 unsigned estimatedSizeInBytes() const;
StyleSheetContents.cpp 42 unsigned StyleSheetContents::estimatedSizeInBytes() const
54 size += sheet->estimatedSizeInBytes();

Completed in 206 milliseconds