Home
last modified time | relevance | path

Searched refs:retrieveResourcesForProperties (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp226 retrieveResourcesForProperties(element.inlineStyle(), document); in serializeFrame()
282retrieveResourcesForProperties(&toCSSFontFaceRule(rule)->styleRule()->properties(), document); in serializeCSSStyleSheet()
284retrieveResourcesForProperties(&toCSSStyleRule(rule)->styleRule()->properties(), document); in serializeCSSStyleSheet()
341 void PageSerializer::retrieveResourcesForProperties(const StylePropertySet* styleDeclaration, Docum… in retrieveResourcesForProperties() function in blink::PageSerializer
DPageSerializer.h82 void retrieveResourcesForProperties(const StylePropertySet*, Document&);