OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.h
45
enum IndentTextOrNot { DoNotIndentText,
IndentText
};
69
bool shouldIndentText() const { return m_shouldIndentText ==
IndentText
; }
RenderBlockLineLayout.cpp
49
return
IndentText
;
51
return
IndentText
;
620
lineLogicalLeft = block->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText ==
IndentText
, lineLogicalHeight);
623
lineLogicalRight = block->pixelSnappedLogicalRightOffsetForLine(block->logicalHeight(), shouldIndentText ==
IndentText
, lineLogicalHeight);
[
all
...]
Completed in 47 milliseconds