OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textcolor_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/base/cocoa/controls/
hyperlink_button_cell.mm
56
NSColor* color =
textColor_
.release();
58
cell->
textColor_
.reset([color copy]);
59
textColor_
.reset(color);
144
return
textColor_
.get();
150
textColor_
.reset([color retain]);
hyperlink_button_cell.h
28
base::scoped_nsobject<NSColor>
textColor_
;
/external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.mm
108
return
textColor_
.get();
112
textColor_
.reset([color retain]);
hyperlink_button_cell.h
19
scoped_nsobject<NSColor>
textColor_
;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.mm
216
if ([
textColor_
isEqualTo:color])
218
textColor_
.reset([color copy]);
228
dictionaryWithObjectsAndKeys:
textColor_
,
bookmark_button_cell.h
36
base::scoped_nsobject<NSColor>
textColor_
;
Completed in 184 milliseconds