Searched refs:setTextColor (Results 1 – 17 of 17) sorted by relevance
47 [self setTextColor:[HyperlinkButtonCell defaultTextColor]];111 - (void)setTextColor:(NSColor*)color {
59 [cell_ setTextColor:textColor];
324 [textFieldCell_ setTextColor:textColor];
65 [message_ setTextColor:[NSColor whiteColor]];
61 - (void)setTextColor:(NSColor*)color;
88 [noItemTextfield_ setTextColor:color];
165 - (void)setTextColor:(NSColor*)color {
1265 [cell setTextColor:color];1751 [cell setTextColor:color];1753 [[otherBookmarksButton_ cell] setTextColor:color];
45 [linkCell_ setTextColor:[NSColor whiteColor]];
284 [titleView_ setTextColor:titleColor ? titleColor : [NSColor textColor]];
336 [dangerousDownloadLabel_ setTextColor:color];
202 [showAllDownloadsCell_ setTextColor:color];
326 [textField setTextColor:[NSColor whiteColor]];
643 void setTextColor(const Color& color) { m_textColor = color; } in setTextColor() function
332 document()->setTextColor(style()->visitedDependentColor(CSSPropertyColor)); in styleDidChange()
28556 (WebCore::DocumentImpl::setTextColor):32488 (DOM::DocumentImpl::setTextColor):
33117 …* kwq/KWQTextArea.h: Added setTextColor and setBackgroundColor methods. This is really for another…33124 (-[KWQTextArea setTextColor:]): Added.