Home
last modified time | relevance | path

Searched refs:changeColor (Results 1 – 15 of 15) sorted by relevance

/external/javassist/sample/duplicate/
DBall.java14 changeColor(Color.orange); in Ball()
41 public void changeColor(Color color) { in changeColor() method in Ball
DViewer.java27 ball.changeColor(colorList[0]); in start()
48 ball.changeColor(colorList[++colorNo % colorList.length]); in actionPerformed()
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp593 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/
Draw_ostream.h218 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/
DWebView.h745 - (void)changeColor:(id)sender;
DWebHTMLView.mm2745 || 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.
DWebView.mm234 macro(changeColor) \
/external/llvm/lib/Support/
Draw_ostream.cpp605 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor() function in raw_fd_ostream
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl1168 - (void)changeColor:(id)sender;
1170 HRESULT changeColor([in] IUnknown* sender);
/external/webkit/Source/WebKit/win/
DWebView.h561 virtual HRESULT STDMETHODCALLTYPE changeColor(
DWebView.cpp4362 HRESULT STDMETHODCALLTYPE WebView::changeColor( in changeColor() function in WebView
DChangeLog-2009-06-1623802 (WebView::changeColor):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-098733 (-[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:]):
DChangeLog-2007-10-1411212 (-[WebHTMLView changeColor:]):
20821 (WebView::changeColor):
/external/webkit/Source/WebCore/
DChangeLog-2005-08-234341 * svg-tests/W3C-SVG-1.1/Resources/changeColor.ICM: Added.