OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LeadingWhitespace
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
BreakableToken.h
169
// -
LeadingWhitespace
[LineIndex] is updated with the complete whitespace
189
//
LeadingWhitespace
[i] is the number of characters regarded as whitespace in
192
SmallVector<unsigned, 16>
LeadingWhitespace
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
312
enum WhitespacePosition {
LeadingWhitespace
, TrailingWhitespace };
343
inline bool requiresLineBox(const InlineIterator& it, const LineInfo& lineInfo = LineInfo(), WhitespacePosition whitespacePosition =
LeadingWhitespace
)
[
all
...]
Completed in 45 milliseconds