Home
last modified time | relevance | path

Searched refs:UASheetMode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParserMode.h52 UASheetMode enumerator
62 return mode == UASheetMode; in isUASheetBehavior()
67 return mode == HTMLAttributeMode || mode == UASheetMode; in isInternalPropertyAndValueParsingEnabledForMode()
88 return mode != UASheetMode; in isUseCounterEnabledForMode()
DCSSDefaultStyleSheets.cpp74 …StyleSheetContents* sheet = StyleSheetContents::create(CSSParserContext(UASheetMode)).leakRef(); /… in parseUASheet()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DCSSSelectorWatch.cpp144 CSSParserContext context(UASheetMode); in watchCSSSelectors()
148 …rtySet> callbackPropertySet = ImmutableStylePropertySet::create(&callbackProperty, 1, UASheetMode); in watchCSSSelectors()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp1209 … RefPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(CSSParserContext(UASheetMode)); in applyViewportStyleOverride()