Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h187 … bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&);
190 …ction(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lin…
DInlineFlowBox.cpp503 … bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, in computeLogicalBoxHeights() argument
530 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
570 …} else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->des… in computeLogicalBoxHeights()
593 … setMaxAscent, setMaxDescent, strictMode, textBoxDataMap, in computeLogicalBoxHeights()
598 …ockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lin… in placeBoxesInBlockDirection() argument
632 …if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->… in placeBoxesInBlockDirection()
708 …inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBott… in placeBoxesInBlockDirection()
713 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()
/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/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_reader.cpp52 Features::strictMode() in strictMode() function in Json::Features