Home
last modified time | relevance | path

Searched refs:strictMode (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValuesCached.h29 bool strictMode; member
46 , strictMode(true) in MediaValuesCachedData()
72 virtual bool strictMode() const OVERRIDE;
DMediaValuesCached.cpp63 m_data.strictMode = calculateStrictMode(frame); in MediaValuesCached()
154 bool MediaValuesCached::strictMode() const in strictMode() function in blink::MediaValuesCached
156 return m_data.strictMode; in strictMode()
DMediaValuesDynamic.h35 virtual bool strictMode() const OVERRIDE;
DMediaValues.h59 virtual bool strictMode() const = 0;
DMediaValuesDynamic.cpp130 bool MediaValuesDynamic::strictMode() const in strictMode() function in blink::MediaValuesDynamic
DMediaQueryEvaluatorTest.cpp101 data.strictMode = true; in TEST()
DMediaQueryEvaluator.cpp336 return !mediaValues.strictMode() || !result; in computeLength()
/external/jsoncpp/include/json/
Dfeatures.h34 static Features strictMode();
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DSizesAttributeParserTest.cpp81 data.strictMode = true; in TEST()
DSizesCalcParserTest.cpp115 data.strictMode = true; in TEST()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp515 … bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, in computeLogicalBoxHeights() argument
542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
582 …} else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->des… in computeLogicalBoxHeights()
605 … setMaxAscent, setMaxDescent, strictMode, textBoxDataMap, in computeLogicalBoxHeights()
610 …ockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lin… in placeBoxesInBlockDirection() argument
644 …if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->… in placeBoxesInBlockDirection()
722 …inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBott… in placeBoxesInBlockDirection()
727 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()
DInlineFlowBox.h189 … bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&);
192 …ction(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lin…
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
Ddrive.cc193 Json::Reader reader(Json::Features::strictMode()); in ListFiles()
293 Json::Reader reader(Json::Features::strictMode()); in InsertFile()
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp219 features = Json::Features::strictMode(); in parseCommandLine()
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Ddevice_info_android.cc114 Json::Reader reader(Json::Features::strictMode()); in Initialize()
/external/jsoncpp/src/lib_json/
Djson_reader.cpp42 Features::strictMode() in strictMode() function in Json::Features
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_reader.cpp44 Features::strictMode() in strictMode() function in Json::Features