Home
last modified time | relevance | path

Searched refs:setTextColor (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dhyperlink_button_cell.mm47 [self setTextColor:[HyperlinkButtonCell defaultTextColor]];
111 - (void)setTextColor:(NSColor*)color {
Dhyperlink_button_cell_unittest.mm59 [cell_ setTextColor:textColor];
Dprofile_menu_button.mm324 [textFieldCell_ setTextColor:textColor];
Dconfirm_quit_panel_controller.mm65 [message_ setTextColor:[NSColor whiteColor]];
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell.h61 - (void)setTextColor:(NSColor*)color;
Dbookmark_bar_view.mm88 [noItemTextfield_ setTextColor:color];
Dbookmark_button_cell.mm165 - (void)setTextColor:(NSColor*)color {
Dbookmark_bar_controller.mm1265 [cell setTextColor:color];
1751 [cell setTextColor:color];
1753 [[otherBookmarksButton_ cell] setTextColor:color];
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dsad_tab_view.mm45 [linkCell_ setTextColor:[NSColor whiteColor]];
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller.mm284 [titleView_ setTextColor:titleColor ? titleColor : [NSColor textColor]];
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm336 [dangerousDownloadLabel_ setTextColor:color];
Ddownload_shelf_controller.mm202 [showAllDownloadsCell_ setTextColor:color];
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm326 [textField setTextColor:[NSColor whiteColor]];
/external/webkit/Source/WebCore/dom/
DDocument.h643 void setTextColor(const Color& color) { m_textColor = color; } in setTextColor() function
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp332 document()->setTextColor(style()->visitedDependentColor(CSSPropertyColor)); in styleDidChange()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1028556 (WebCore::DocumentImpl::setTextColor):
32488 (DOM::DocumentImpl::setTextColor):
DChangeLog-2005-08-2333117 …* kwq/KWQTextArea.h: Added setTextColor and setBackgroundColor methods. This is really for another…
33124 (-[KWQTextArea setTextColor:]): Added.