/external/chromium_org/tools/telemetry/unittest_data/simple_extension/ |
background.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/ui/views/controls/button/ |
label_button_border.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 explicit LabelButtonBorder(Button::ButtonStyle style); 24 Button::ButtonStyle style() const { return style_; } function in class:views::LabelButtonBorder 42 // The button style supplied in part by this border.
|
/external/chromium_org/ui/views/win/ |
hwnd_util_win.cc | 2 // Use of this source code is governed by a BSD-style license that can be 33 DWORD style = ::GetWindowLong(hwnd, GWL_STYLE); local 35 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-347909.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
regress-crbug-345715.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/clang/tools/clang-format/ |
clang-format.el | 9 ;; Depending on your configuration and coding style, you might need to modify 10 ;; 'style' in clang-format, below. 39 (style "LLVM")) 45 "-style" style)
|
/external/libvorbis/doc/vorbisenc/ |
Makefile.am | 6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
|
/external/libxslt/libxslt/ |
namespaces.h | 33 xsltNamespaceAlias (xsltStylesheetPtr style, 61 (xsltStylesheetPtr style);
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 4 * Use of this source code is governed by a BSD-style license that can be 37 static SkMaskFilter* Create(SkScalar radius, BlurStyle style, 41 @param style The BlurStyle to use 46 static SkMaskFilter* Create(BlurStyle style, SkScalar sigma,
|
/external/skia/include/ports/ |
SkTypeface_android.h | 4 * Use of this source code is governed by a BSD-style license that can be 100 * @param style The font style, for example bold 105 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style, 108 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
|
/external/skia/src/animator/ |
SkPaintParts.h | 5 * Use of this source code is governed by a BSD-style license that can be 68 return SkTypeface::CreateFromName(fontName.c_str(), style); } 72 SkTypeface::Style style; member in class:SkDrawTypeface
|
/external/skia/src/core/ |
SkFontDescriptor.h | 4 * Use of this source code is governed by a BSD-style license that can be 19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal); 24 SkTypeface::Style getStyle() { return fStyle; } 25 void setStyle(SkTypeface::Style style) { fStyle = style; } 43 SkTypeface::Style fStyle;
|
/frameworks/base/core/java/android/text/ |
Html.java | 34 import android.text.style.AbsoluteSizeSpan; 35 import android.text.style.AlignmentSpan; 36 import android.text.style.CharacterStyle; 37 import android.text.style.ForegroundColorSpan; 38 import android.text.style.ImageSpan; 39 import android.text.style.ParagraphStyle; 40 import android.text.style.QuoteSpan; 41 import android.text.style.RelativeSizeSpan; 42 import android.text.style.StrikethroughSpan; 43 import android.text.style.StyleSpan 166 ParagraphStyle[] style = text.getSpans(i, next, ParagraphStyle.class); local 262 CharacterStyle[] style = text.getSpans(i, next, local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface_Delegate.java | 102 /*package*/ static synchronized int nativeCreate(String familyName, int style) { 106 if (style < 0) { 107 style = Typeface.NORMAL; 110 Typeface_Delegate newDelegate = new Typeface_Delegate(familyName, style); 124 /*package*/ static synchronized int nativeCreateFromTypeface(int native_instance, int style) { 130 Typeface_Delegate newDelegate = new Typeface_Delegate(delegate.mFamily, style); 196 private Typeface_Delegate(String family, int style) { 198 mStyle = style;
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
NotificationCompatJellybean.java | 67 Notification.BigTextStyle style = new Notification.BigTextStyle(b) local 71 style.setSummaryText(summaryText); 78 Notification.BigPictureStyle style = new Notification.BigPictureStyle(b) local 82 style.bigLargeIcon(bigLargeIcon); 85 style.setSummaryText(summaryText); 91 Notification.InboxStyle style = new Notification.InboxStyle(b) local 94 style.setSummaryText(summaryText); 97 style.addLine(text);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_linux.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 SkTypeface::Style* style, bool* isFixedPitch); 39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) 40 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) 81 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, 83 : INHERITED(style, sysFont, isFixedPitch, familyName) 104 SkTypeface_File(Style style, bool sysFont, const char path[] 178 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight variable [all...] |
/external/skia/src/ports/ |
SkFontHost_linux.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 SkTypeface::Style* style, bool* isFixedPitch); 39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) 40 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) 81 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, 83 : INHERITED(style, sysFont, isFixedPitch, familyName) 104 SkTypeface_File(Style style, bool sysFont, const char path[] 178 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight variable [all...] |
/external/chromium_org/chrome/browser/ui/views/autofill/ |
generated_credit_card_bubble_views.cc | 2 // Use of this source code is governed by a BSD-style license that can be 71 views::StyledLabel::RangeStyleInfo style; local 74 style = views::StyledLabel::RangeStyleInfo::CreateForLink(); 76 style.font_style = gfx::Font::BOLD; 78 contents->AddStyleRange(text_ranges[i].range, style);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/ |
newTab.js | 2 // Use of this source code is governed by a BSD-style license that can be 14 eightBallWindow.style.backgroundImage = 'url(chrome://favicon/' +
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 13 * Use of this source code is governed by a BSD-style license that can be 41 // Create and style inserted DOM elements. 43 urls_dom.style.cssText = [ 52 wrap_dom.style.cssText = [ 73 url_dom.style.cssText = [ 74 'list-style-type: disc;', 81 link_dom.style.cssText = [ 93 document.body.style.position = 'relative';
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXSlider.cpp | 58 RenderStyle* style = m_renderer->style(); 59 if (!style) 62 ControlPart styleAppearance = style->appearance();
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
BasicShapeFunctions.cpp | 37 #include "core/rendering/style/BasicShapes.h" 38 #include "core/rendering/style/RenderStyle.h" 42 PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape) 52 rectangleValue->setX(pool.createValue(rectangle->x(), style)); 53 rectangleValue->setY(pool.createValue(rectangle->y(), style)); 54 rectangleValue->setWidth(pool.createValue(rectangle->width(), style)); 55 rectangleValue->setHeight(pool.createValue(rectangle->height(), style)); 56 rectangleValue->setRadiusX(pool.createValue(rectangle->cornerRadiusX(), style)); 57 rectangleValue->setRadiusY(pool.createValue(rectangle->cornerRadiusY(), style)); 66 circleValue->setCenterX(pool.createValue(circle->centerX(), style)); [all...] |
CSSFontValue.h | 44 RefPtr<CSSPrimitiveValue> style; member in class:WebCore::CSSFontValue
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInputSpeech.cpp | 47 void RenderInputSpeech::adjustInputFieldSpeechButtonStyle(RenderStyle* style, Element*) 50 float fontScale = style->fontSize() / defaultControlFontPixelSize; 52 style->setWidth(Length(speechButtonSize, Fixed)); 53 style->setHeight(Length(speechButtonSize, Fixed));
|
RenderTableRow.h | 75 return style()->borderStart(); 77 return style()->borderEnd(); 83 return style()->borderEnd(); 85 return style()->borderStart();
|