Searched refs:strictMode (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.h | 187 … bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&); 190 …ction(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lin…
|
D | InlineFlowBox.cpp | 503 … 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/ |
D | drive.cc | 193 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/ |
D | json_reader.cpp | 52 Features::strictMode() in strictMode() function in Json::Features
|