Searched refs:changeColor (Results 1 – 15 of 15) sorted by relevance
/external/javassist/sample/duplicate/ |
D | Ball.java | 14 changeColor(Color.orange); in Ball() 41 public void changeColor(Color color) { in changeColor() method in Ball
|
D | Viewer.java | 27 ball.changeColor(colorList[0]); in start() 48 ball.changeColor(colorList[++colorNo % colorList.length]); in actionPerformed()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 593 OS.changeColor(caretColor, true); in EmitCaretDiagnostic() 601 OS.changeColor(fixitColor, false); in EmitCaretDiagnostic() 891 OS.changeColor(savedColor, true); in HandleDiagnostic() 973 case Diagnostic::Note: OS.changeColor(noteColor, true); break; in HandleDiagnostic() 974 case Diagnostic::Warning: OS.changeColor(warningColor, true); break; in HandleDiagnostic() 975 case Diagnostic::Error: OS.changeColor(errorColor, true); break; in HandleDiagnostic() 976 case Diagnostic::Fatal: OS.changeColor(fatalColor, true); break; in HandleDiagnostic() 1064 case Diagnostic::Warning: OS.changeColor(savedColor, true); break; in HandleDiagnostic() 1065 case Diagnostic::Error: OS.changeColor(savedColor, true); break; in HandleDiagnostic() 1066 case Diagnostic::Fatal: OS.changeColor(savedColor, true); break; in HandleDiagnostic()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 218 virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) { 378 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.h | 745 - (void)changeColor:(id)sender;
|
D | WebHTMLView.mm | 2745 || action == @selector(changeColor:) 4719 // never called from the UI (see comment in changeColor:). 4730 - (void)changeColor:(id)sender 4735 // private call has earlier been made by [NSFontFontEffectsBox changeColor:], see 3674493.
|
D | WebView.mm | 234 macro(changeColor) \
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 605 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor() function in raw_fd_ostream
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 1168 - (void)changeColor:(id)sender; 1170 HRESULT changeColor([in] IUnknown* sender);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 561 virtual HRESULT STDMETHODCALLTYPE changeColor(
|
D | WebView.cpp | 4362 HRESULT STDMETHODCALLTYPE WebView::changeColor( in changeColor() function in WebView
|
D | ChangeLog-2009-06-16 | 23802 (WebView::changeColor):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 8733 (-[WebHTMLView changeColor:]): 11722 (-[WebHTMLView changeColor:]): Changed around a bit; still doesn't work yet. 14277 (-[WebHTMLView changeColor:]): 14304 (-[WebHTMLView changeColor:]): 14668 (-[WebHTMLView changeColor:]): Ditto. 16326 (-[WebView changeColor:]):
|
D | ChangeLog-2007-10-14 | 11212 (-[WebHTMLView changeColor:]): 20821 (WebView::changeColor):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 4341 * svg-tests/W3C-SVG-1.1/Resources/changeColor.ICM: Added.
|