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 178 setDecodedSize(m_parsedStyleSheetCache->estimatedSizeInBytes());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.h 128 unsigned estimatedSizeInBytes() const;
StyleSheetContents.cpp 42 unsigned StyleSheetContents::estimatedSizeInBytes() const
54 size += sheet->estimatedSizeInBytes();

Completed in 199 milliseconds