Searched defs:strictMode (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValuesCached.cpp63 m_data.strictMode = calculateStrictMode(frame);
154 bool MediaValuesCached::strictMode() const function in class:blink::MediaValuesCached
156 return m_data.strictMode;
H A DMediaValuesCached.h29 bool strictMode; member in struct:blink::FINAL::MediaValuesCachedData
46 , strictMode(true)
72 virtual bool strictMode() const OVERRIDE;
H A DMediaValuesDynamic.cpp130 bool MediaValuesDynamic::strictMode() const function in class:blink::MediaValuesDynamic
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp515 bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap,
542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
582 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
605 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap,
610 void InlineFlowBox::placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop, argument
644 if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->hasInlineDirectionBordersOrPadding()
722 inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBottom, selectionBottom, setLineTop,
727 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
513 computeLogicalBoxHeights(RootInlineBox* rootBox, LayoutUnit& maxPositionTop, LayoutUnit& maxPositionBottom, int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent, bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, FontBaseline baselineType, VerticalPositionCache& verticalPositionCache) argument
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp44 Features::strictMode() function in class:Json::Features
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp42 Features::strictMode() function in class:Json::Features

Completed in 546 milliseconds