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

12

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.h26 enum Style { enum in class:chromeos::BubbleWindow
35 Style style,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h46 Style, enumerator in enum:WebCore::LinkResource::Type
/external/chromium_org/third_party/skia/include/effects/
H A DSk1DPathEffect.h40 enum Style { enum in class:SkPath1DPathEffect
55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
74 Style fStyle; // copied from constructor
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.h18 enum Style { enum in class:SkBlurMask
33 Style style,
38 SkScalar sigma, Style style, Quality quality,
44 Style style,
49 SkScalar radius, Style style,
56 SkScalar radius, Style style, Quality quality,
61 SkScalar radius, Style style,
/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/skia/include/effects/
H A DSk1DPathEffect.h40 enum Style { enum in class:SkPath1DPathEffect
55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
74 Style fStyle; // copied from constructor
/external/skia/src/effects/
H A DSkBlurMask.h18 enum Style { enum in class:SkBlurMask
33 Style style,
38 SkScalar sigma, Style style, Quality quality,
44 Style style,
49 SkScalar radius, Style style,
56 SkScalar radius, Style style, Quality quality,
61 SkScalar radius, Style style,
/external/chromium_org/ash/wm/caption_buttons/
H A Dframe_caption_button.h29 enum Style { enum in class:ash::FrameCaptionButton
50 void SetStyle(Style style);
79 Style style_;
/external/chromium_org/ui/views/corewm/
H A Dshadow.h26 enum Style { enum in class:views::corewm::Shadow
42 void Init(Style style);
51 Style style() const { return style_; }
57 void SetStyle(Style style);
71 Style style_;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_web_dialog.h36 enum Style { enum in class:chromeos::LoginWebDialog
45 Style style);
90 Style style_;
/external/clang/lib/Format/
H A DTokenAnnotator.h73 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) argument
74 : Style(Style), Ident_in(Ident_in) {}
94 const FormatStyle &Style; member in class:clang::format::TokenAnnotator
H A DUnwrappedLineParser.h59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
140 const FormatStyle &Style; member in class:clang::format::UnwrappedLineParser
H A DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style) argument
41 : SourceMgr(SourceMgr), Style(Style) {}
164 const FormatStyle &Style; member in class:clang::format::WhitespaceManager
H A DBreakableToken.cpp219 const FormatStyle &Style, const FormatToken &Token, unsigned StartColumn,
232 adjustWhitespace(Style, i, IndentDelta);
285 void BreakableBlockComment::adjustWhitespace(const FormatStyle &Style, argument
218 BreakableBlockComment( const FormatStyle &Style, const FormatToken &Token, unsigned StartColumn, unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding) argument
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h46 enum Style { enum in struct:AutocompleteMatch::ACMatchClassification
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.h34 enum Style { enum in class:chromeos::LoginHtmlDialog
43 Style style);
81 Style style_;
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_match.h53 enum Style { enum in struct:AutocompleteMatch::ACMatchClassification
/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h26 enum Style { enum in class:SkStrokeRec
33 Style getStyle() const;
68 Style style = this->getStyle();
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);
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
338 Style fStyl
[all...]
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.h49 enum Style { enum in class:views::Combobox
66 void SetStyle(Style style);
159 Style style_;
/external/clang/tools/clang-format/
H A DClangFormat.cpp65 Style("style",
110 FormatStyle Style; local
111 getPredefinedStyle(DefaultStyle, &Style);
115 if (error_code ec = parseConfiguration(StyleName, &Style)) {
119 return Style;
123 if (!getPredefinedStyle(StyleName, &Style))
126 return Style;
147 if (error_code ec = parseConfiguration(Text->getBuffer(), &Style)) {
153 return Style;
158 return Style;
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h25 enum Style { enum in namespace:llvm::HexStyle
53 HexStyle::Style PrintHexStyle;
93 HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; }
94 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; }
/external/skia/include/core/
H A DSkStrokeRec.h26 enum Style { enum in class:SkStrokeRec
33 Style getStyle() const;
68 Style style = this->getStyle();
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);
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
338 Style fStyl
[all...]
/external/chromium_org/ui/app_list/
H A Dsearch_result.h32 // Similar to ACMatchClassification::Style, the style values are not
34 enum Style { enum in struct:app_list::SearchResult::Tag

Completed in 1190 milliseconds

12