Searched defs:Style (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDFontDescriptorDictionary_autogen.cpp11 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::Style(SkPdfNativeDoc* doc) { function in class:SkPdfCIDFontDescriptorDictionary
12 SkPdfNativeObject* ret = get("Style", "");
20 return get("Style", "") != NULL;
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.h32 enum Style { enum in class:views::GlowHoverController
48 void Show(Style style);
/external/clang/unittests/Format/
H A DFormatTestJS.cpp23 unsigned Length, const FormatStyle &Style) {
27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
37 return format(Code, 0, Code.size(), Style);
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); local
42 Style.ColumnLimit = ColumnLimit;
43 return Style;
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
49 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));
22 format(llvm::StringRef Code, unsigned Offset, unsigned Length, const FormatStyle &Style) argument
H A DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) {
27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); local
36 Style.ColumnLimit = 60; // To make writing tests easier.
37 return format(Code, 0, Code.size(), Style);
22 format(llvm::StringRef Code, unsigned Offset, unsigned Length, const FormatStyle &Style) argument
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDFontDescriptorDictionary_autogen.cpp11 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::Style(SkPdfNativeDoc* doc) { function in class:SkPdfCIDFontDescriptorDictionary
12 SkPdfNativeObject* ret = get("Style", "");
20 return get("Style", "") != NULL;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h47 Style, enumerator in enum:blink::LinkResource::Type
/external/chromium_org/third_party/skia/include/effects/
H A DSk1DPathEffect.h40 enum Style { enum in class:SkPath1DPathEffect
56 Style style) {
66 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
80 Style fStyle; // copied from constructor
/external/chromium_org/ui/wm/core/
H A Dshadow.h23 enum Style { enum in class:wm::Shadow
39 void Init(Style style);
48 Style style() const { return style_; }
54 void SetStyle(Style style);
68 Style style_;
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs38 [DisplayName("Style")]
51 public string Style property in class:LLVM.ClangFormat.OptionPageGrid
211 return page.Style;
/external/skia/include/effects/
H A DSk1DPathEffect.h40 enum Style { enum in class:SkPath1DPathEffect
56 Style style) {
66 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
78 Style fStyle; // copied from constructor
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.h40 enum Style { enum in class:chromeos::LoginWebDialog
50 Style style);
101 Style style_;
/external/clang/lib/Format/
H A DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, argument
42 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {}
196 const FormatStyle &Style; member in class:clang::format::WhitespaceManager
H A DBreakableToken.h77 const FormatStyle &Style)
79 Encoding(Encoding), Style(Style) {}
85 const FormatStyle &Style; member in class:clang::format::BreakableToken
102 const FormatStyle &Style);
123 encoding::Encoding Encoding, const FormatStyle &Style);
141 encoding::Encoding Encoding, const FormatStyle &Style);
168 encoding::Encoding Encoding, const FormatStyle &Style);
75 BreakableToken(const FormatToken &Tok, unsigned IndentLevel, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
H A DTokenAnnotator.h111 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) argument
112 : Style(Style), Ident_in(Ident_in) {}
140 const FormatStyle &Style; member in class:clang::format::TokenAnnotator
H A DUnwrappedLineParser.h62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
159 const FormatStyle &Style; member in class:clang::format::UnwrappedLineParser
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.h29 struct Style;
37 static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContextStateSaver&);
39 void paint(int startOffset, int endOffset, int length, const Style&, TextBlobPtr* cachedTextBlob = 0);
41 struct Style { struct in class:blink::TextPainter
48 bool operator==(const Style& other)
56 bool operator!=(const Style& other) { return !(*this == other); }
58 static Style textPaintingStyle(RenderObject&, RenderStyle*, bool forceBlackText, bool isPrinting);
59 static Style selectionPaintingStyle(RenderObject&, bool haveSelection, bool forceBlackText, bool isPrinting, const Style& textStyle);
62 void updateGraphicsContext(const Style
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h24 SkStrokeRec(const SkPaint&, SkPaint::Style);
27 enum Style { enum in class:SkStrokeRec
37 Style getStyle() const;
72 Style style = this->getStyle();
97 void init(const SkPaint& paint, SkPaint::Style style);
H A DSkTypeface.h41 /** Style specifies the intrinsic style attributes of a given typeface
43 enum Style { enum in class:SkTypeface
54 Style style() const { return fStyle; }
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
100 static SkTypeface* CreateFromName(const char familyName[], Style style);
103 requested typeface and specified Style. Use this call if you want to
112 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
350 static SkTypeface* CreateDefault(int style); // SkLazyPtr requires an int, not a Style
[all...]
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.h54 enum Style { enum in class:views::Combobox
71 void SetStyle(Style style);
172 Style style_;
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h25 enum Style { enum in namespace:llvm::HexStyle
53 HexStyle::Style PrintHexStyle;
94 HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; }
95 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; }
/external/skia/include/core/
H A DSkStrokeRec.h24 SkStrokeRec(const SkPaint&, SkPaint::Style);
27 enum Style { enum in class:SkStrokeRec
34 Style getStyle() const;
69 Style style = this->getStyle();
94 void init(const SkPaint& paint, SkPaint::Style style);
H A DSkTypeface.h41 /** Style specifies the intrinsic style attributes of a given typeface
43 enum Style { enum in class:SkTypeface
54 Style style() const { return fStyle; }
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
100 static SkTypeface* CreateFromName(const char familyName[], Style style);
103 requested typeface and specified Style. Use this call if you want to
112 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
342 static SkTypeface* CreateDefault(int style); // SkLazyPtr requires an int, not a Style
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js203 Style: "Style",
252 state = FormatterWorker.CSSParserStates.Style;
266 case FormatterWorker.CSSParserStates.Style:
290 state = FormatterWorker.CSSParserStates.Style;
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h57 enum Style { enum in struct:AutocompleteMatch::ACMatchClassification
/external/chromium_org/ui/app_list/
H A Dsearch_result.h38 // Similar to ACMatchClassification::Style, the style values are not
40 enum Style { enum in struct:app_list::SearchResult::Tag

Completed in 6011 milliseconds

123