Searched defs:DefaultStyle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextChunk.h34 DefaultStyle = 1 << 0, enumerator in enum:WebCore::SVGTextChunk::ChunkStyle
/external/clang/tools/clang-format/
H A DClangFormat.cpp31 static const char *DefaultStyle = "LLVM"; variable
75 cl::init(DefaultStyle), cl::cat(ClangFormatCategory));
111 getPredefinedStyle(DefaultStyle, &Style);
117 << ", using " << DefaultStyle << " style\n";
124 llvm::errs() << "Invalid value for -style, using " << DefaultStyle
156 llvm::errs() << "Can't find usable .clang-format, using " << DefaultStyle

Completed in 89 milliseconds