Searched refs:strictMode (Results 1 - 18 of 18) sorted by relevance

/external/jsoncpp/include/json/
H A Dfeatures.h34 static Features strictMode();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValuesCached.h29 bool strictMode; member in struct:blink::FINAL::MediaValuesCachedData
46 , strictMode(true)
72 virtual bool strictMode() const OVERRIDE;
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 DMediaValuesDynamic.h35 virtual bool strictMode() const OVERRIDE;
H A DMediaValues.h59 virtual bool strictMode() const = 0;
H A DMediaValuesDynamic.cpp130 bool MediaValuesDynamic::strictMode() const function in class:blink::MediaValuesDynamic
H A DMediaQueryEvaluatorTest.cpp101 data.strictMode = true;
H A DMediaQueryEvaluator.cpp336 return !mediaValues.strictMode() || !result;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesAttributeParserTest.cpp81 data.strictMode = true;
H A DSizesCalcParserTest.cpp115 data.strictMode = true;
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc193 Json::Reader reader(Json::Features::strictMode());
293 Json::Reader reader(Json::Features::strictMode());
/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
H A DInlineFlowBox.h189 bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&);
192 void placeBoxesInBlockDirection(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop,
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc114 Json::Reader reader(Json::Features::strictMode());
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp219 features = Json::Features::strictMode();
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp44 Features::strictMode() function in class:Json::Features
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp42 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 ...

Completed in 3290 milliseconds