HomeSort by relevance Sort by last modified time
    Searched full:indenttext (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h 42 enum IndentTextOrNot { DoNotIndentText, IndentText };
71 bool shouldIndentText() const { return m_shouldIndentText == IndentText; }
BreakingContextInlineHeaders.h     [all...]
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 214 std::string reindented = indentText( failure.message_, indent + " " );
222 TestResult::indentText( const std::string &text,
jsontest.h 112 static std::string indentText( const std::string &text,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 540 lineLogicalLeft = block->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight).toFloat();
541 lineLogicalRight = block->logicalRightOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight).toFloat();
    [all...]

Completed in 226 milliseconds