Searched defs:textColor (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dhyperlink_button_cell.h21 @property(nonatomic, retain) NSColor* textColor; variable
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_notification_controller.h31 @property(nonatomic, retain) NSColor* textColor; variable
/external/chromium_org/ui/base/cocoa/controls/
H A Dhyperlink_button_cell.h33 @property(nonatomic, retain) NSColor* textColor; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTextLinkColors.h45 StyleColor textColor() const { return m_textColor; } function in class:WebCore::TextLinkColors
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp44 Color textColor = styleTextColor; local
133 Color textColor = m_renderer->resolveColor(style, CSSPropertyColor); local
140 if (textColor == c)
H A DRenderListBox.cpp409 Color textColor = element->renderStyle() ? resolveColor(element->renderStyle(), CSSPropertyColor) : resolveColor(CSSPropertyColor); local
412 textColor = theme()->activeListBoxSelectionForegroundColor();
415 textColor = theme()->inactiveListBoxSelectionForegroundColor();
418 paintInfo.context->setFillColor(textColor);
H A DInlineTextBox.cpp323 Color correctedTextColor(Color textColor, Color backgroundColor) argument
328 int d = differenceSquared(textColor, backgroundColor);
331 return textColor;
334 int distanceFromWhite = differenceSquared(textColor, Color::white);
335 int distanceFromBlack = differenceSquared(textColor, Color::black);
338 return textColor.dark();
341 return textColor.light();
830 void InlineTextBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color textColor) argument
847 if (textColor == c)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff}; field in class:TextSampleEntry.StyleRecord
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DTransparencyWin.cpp473 SkColor textColor = m_textCompositeColor.rgb(); local
481 row[x] = SkAlphaMulQ(textColor, SkAlpha255To256(255 - alpha));
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc278 void BoundedLabel::SetColors(SkColor textColor, SkColor backgroundColor) { argument
279 label_->SetEnabledColor(textColor);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindow.java83 @Override public void setTitleColor(int textColor) { argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp400 Color backColor, textColor, labelColor; local
403 textColor = RenderTheme::defaultTheme()->activeListBoxSelectionForegroundColor();
404 labelColor = textColor;
407 textColor = style.foregroundColor();
438 gc->fillRect(separatorRect, style.menuType() == PopupMenuStyle::AutofillPopup ? Color(0xdc, 0xdc, 0xdc) : textColor);
445 gc->setFillColor(textColor);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 623 milliseconds