HomeSort by relevance Sort by last modified time
    Searched refs:strictMode (Results 1 - 18 of 18) sorted by null

  /external/jsoncpp/include/json/
features.h 34 static Features strictMode();
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.h 29 bool strictMode;
45 , strictMode(true)
71 virtual bool strictMode() const OVERRIDE;
MediaValuesDynamic.h 34 virtual bool strictMode() const OVERRIDE;
MediaValuesCached.cpp 66 m_data.strictMode = calculateStrictMode(frame);
154 bool MediaValuesCached::strictMode() const
156 return m_data.strictMode;
MediaQueryEvaluatorTest.cpp 87 data.strictMode = true;
MediaValues.h 64 virtual bool strictMode() const = 0;
MediaValuesDynamic.cpp 117 bool MediaValuesDynamic::strictMode() const
MediaQueryEvaluator.cpp 338 return !mediaValues.strictMode() || !result;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesAttributeParserTest.cpp 73 data.strictMode = true;
SizesCalcParserTest.cpp 116 data.strictMode = true;
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 193 Json::Reader reader(Json::Features::strictMode());
293 Json::Reader reader(Json::Features::strictMode());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 190 bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&);
193 void placeBoxesInBlockDirection(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, bool& setLineTop,
InlineFlowBox.cpp 506 bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap,
533 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
573 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
596 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap,
601 void InlineFlowBox::placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, bool& setLineTop,
635 if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->hasInlineDirectionBordersOrPadding()
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 114 Json::Reader reader(Json::Features::strictMode());
  /external/jsoncpp/src/jsontestrunner/
main.cpp 219 features = Json::Features::strictMode();
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 52 Features::strictMode()
  /external/jsoncpp/src/lib_json/
json_reader.cpp 42 Features::strictMode()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 1196 milliseconds