/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderScrollbarPart.cpp | 101 // FIXME: We are querying layout information but nothing guarantees that it's up-to-date, especially since we are called at style change. 102 // FIXME: Querying the style's border information doesn't work on table cells with collapsing borders. 103 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth(); 104 int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize); 105 int minWidth = calcScrollbarThicknessUsing(MinSize, style()->minWidth(), visibleSize); 106 int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize); 110 m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize)); 111 m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize)) [all...] |
RenderLayerReflectionInfo.cpp | 50 #include "core/rendering/style/RenderStyle.h" 87 newStyle->inheritFrom(m_box.style()); 91 switch (m_box.style()->boxReflect()->direction()) { 96 m_box.style()->boxReflect()->offset(), TransformOperation::Translate)); 105 m_box.style()->boxReflect()->offset(), TransformOperation::Translate)); 112 m_box.style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate)); 121 m_box.style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate)); 127 newStyle->setMaskBoxImage(m_box.style()->boxReflect()->mask());
|
RenderTable.cpp | 46 #include "core/rendering/style/StyleInheritedData.h" 89 m_hSpacing = collapseBorders() ? 0 : style()->horizontalBorderSpacing(); 90 m_vSpacing = collapseBorders() ? 0 : style()->verticalBorderSpacing(); 93 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) { 99 if (style()->isFixedTableLayout()) 106 if (!needsLayout() && oldStyle && oldStyle->border() != style()->border()) 125 EDisplay display = object->style()->display(); 139 switch (child->style()->display()) { 265 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
CollapsedBorderValue.h | 28 #include "core/rendering/style/BorderValue.h" 48 , m_style(border.style()) 55 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); } function in class:WebCore::CollapsedBorderValue 63 return width() == o.width() && style() == o.style() && precedence() == o.precedence();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
lint-webkitpy | 32 from webkitpy.style.checkers.python import PythonChecker
|
/external/chromium_org/third_party/icu/source/io/ |
locbund.h | 76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
|
/external/chromium_org/ui/gfx/win/ |
window_impl.h | 2 // Use of this source code is governed by a BSD-style license that can be 55 void set_window_style(DWORD style) { window_style_ = style; } 59 void set_window_ex_style(DWORD style) { window_ex_style_ = style; } 62 // Sets the class style to use. The default is CS_DBLCLKS. 102 // Style of the class to use.
|
/external/icu/icu4c/source/io/ |
locbund.h | 76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
|
/frameworks/base/core/java/android/text/style/ |
ClickableSpan.java | 17 package android.text.style;
|
LineBackgroundSpan.java | 17 package android.text.style;
|
MaskFilterSpan.java | 17 package android.text.style;
|
RasterizerSpan.java | 17 package android.text.style;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BlurMaskFilter_Delegate.java | 58 /*package*/ static long nativeConstructor(float radius, int style) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
DialogUtils.java | 32 return new ContextThemeWrapper(context, R.style.platformDialogTheme);
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MeterShadowElement.cpp | 55 bool MeterShadowElement::rendererIsNeeded(const RenderStyle& style) 58 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style); 73 bool MeterInnerElement::rendererIsNeeded(const RenderStyle& style) 76 return HTMLDivElement::rendererIsNeeded(style); 79 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/ |
FontPlatformDataLinuxHarfBuzz.cpp | 102 blink::WebFontRenderStyle style; local 105 style.setDefaults(); 108 style.setDefaults(); // It's probably a webfont. Take the system defaults. 110 blink::Platform::current()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style); 112 blink::WebFontInfo::renderStyleForStrike(font, sizeAndStyle, &style); 115 style.toFontRenderStyle(&fontRenderStyle); 120 getRenderStyleForStrike(m_style, m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3));
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleEmptyPath.cpp | 5 * Use of this source code is governed by a BSD-style license that can be 32 SkPaint::Style style, 38 paint.setStyle(style); 57 SkPaint::Style fStyle; 71 const char title[] = "Empty Paths Drawn Into Rectangle Clips With Indicated Style and Fill"; 83 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 98 gStyles[style].fStyle, gFills[fill].fFill) [all...] |
/external/skia/samplecode/ |
SampleEmptyPath.cpp | 5 * Use of this source code is governed by a BSD-style license that can be 32 SkPaint::Style style, 38 paint.setStyle(style); 57 SkPaint::Style fStyle; 71 const char title[] = "Empty Paths Drawn Into Rectangle Clips With Indicated Style and Fill"; 83 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 98 gStyles[style].fStyle, gFills[fill].fFill) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
braille_overlay_widget.js | 2 // Use of this source code is governed by a BSD-style license that can be 90 containerNode.style['opacity'] = '1.0'; 104 containerNode.style.opacity = '0.0'; 139 containerNode.style['position'] = 'fixed'; 140 containerNode.style['top'] = '50%'; 141 containerNode.style['left'] = '50%'; 142 containerNode.style['-webkit-transition'] = 'all 0.3s ease-in'; 143 containerNode.style['opacity'] = '0.0'; 144 containerNode.style['z-index'] = '2147483647'; 159 overlayNode.style['position'] = 'fixed' [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGInlineTextBox.cpp | 36 #include "core/rendering/style/ShadowList.h" 97 RenderStyle* style = textRenderer.style(); local 98 ASSERT(style); 100 TextRun textRun = constructTextRun(style, fragment); 119 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style) 122 ASSERT(style); 139 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition); 155 RenderStyle* style = textRenderer().style(); [all...] |
/external/chromium_org/tools/binary_size/template/ |
D3SymbolTreeMap.js | 2 // Use of this source code is governed by a BSD-style license that can be 157 .style('position', 'relative') 158 .style('width', this._mapWidth) 159 .style('height', this._mapHeight) 160 .style('padding', 0) 161 .style('margin', 0) 162 .style('box-shadow', '5px 5px 5px #888'); 251 this._mapContainer.style('width', width).style('height', height); 400 .style('z-index', function(datum) { return datum.id * 2; } [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tmutfmt.h | 86 * Create TimeUnitFormat with default locale, and full name style. 93 * Create TimeUnitFormat given locale, and full name style. 99 * Create TimeUnitFormat given locale and style. 102 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status); 224 void create(const Locale& locale, EStyle style, UErrorCode& status); 234 void readFromCurrentLocale(EStyle style, const char* key, UErrorCode& status); 238 void checkConsistency(EStyle style, const char* key, UErrorCode& status); 241 void searchInLocaleChain(EStyle style, const char* key, const char* localeName,
|
/external/icu/icu4c/source/i18n/unicode/ |
tmutfmt.h | 91 * Create TimeUnitFormat with default locale, and full name style. 98 * Create TimeUnitFormat given locale, and full name style. 104 * Create TimeUnitFormat given locale and style. 107 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status); 200 void create(UTimeUnitFormatStyle style, UErrorCode& status); 210 void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCounts, 215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status); 218 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
MetricsSidebarPane.js | 79 // "style" attribute might have changed. Update metrics unless they are being edited 93 * @param {?WebInspector.CSSStyleDeclaration} style 96 function callback(style) 98 if (!style || this._node !== node) 100 this._updateMetrics(style); 105 * @param {?WebInspector.CSSStyleDeclaration} style 108 function inlineStyleCallback(style) 110 if (!style || this._node !== node) 112 this.inlineStyle = style; 147 _getPropertyValueAsPx: function(style, propertyName [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkTypeface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) 24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { 79 SkTypeface* SkTypeface::CreateDefault(int style) { 87 SkTypeface* t = SkFontHost::CreateTypeface(NULL, NULL, (Style)style); 98 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) { 101 SkASSERT((int)style < 4) [all...] |