Home
last modified time | relevance | path

Searched defs:sheets (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleSheetCollection.cpp56 void StyleSheetCollectionBase::appendActiveStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& sheets) in appendActiveStyleSheets()
155 static bool styleSheetContentsHasFontFaceRule(Vector<StyleSheetContents*> sheets) in styleSheetContentsHasFontFaceRule()
165 static bool cssStyleSheetHasFontFaceRule(const Vector<RefPtr<CSSStyleSheet> > sheets) in cssStyleSheetHasFontFaceRule()
251 static bool styleSheetsUseRemUnits(const Vector<RefPtr<CSSStyleSheet> >& sheets) in styleSheetsUseRemUnits()
DStyleEngine.cpp212 const InjectedStyleSheetVector& sheets = pageGroup.injectedStyleSheets(); in updateInjectedStyleSheetCache() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetList.cpp63 const Vector<RefPtr<StyleSheet> >& sheets = styleSheets(); in item() local
DInspectorCSSOMWrappers.cpp96 void InspectorCSSOMWrappers::collectFromStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& sheets) in collectFromStyleSheets()
DStyleInvalidationAnalysis.cpp40 StyleInvalidationAnalysis::StyleInvalidationAnalysis(const Vector<StyleSheetContents*>& sheets) in StyleInvalidationAnalysis()
/external/chromium_org/tools/gen_keyboard_overlay_data/
Dgen_keyboard_overlay_data.py301 def FetchSpreadsheetFeeds(client, key, sheets, cols): argument