OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backgroundcolor_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.mm
21
backgroundColor_
.reset([[NSColor whiteColor] retain]);
77
[
backgroundColor_
set];
105
return
backgroundColor_
;
109
backgroundColor_
.reset([backgroundColor retain]);
info_bubble_view.h
54
base::scoped_nsobject<NSColor>
backgroundColor_
;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.h
25
scoped_nsobject<NSColor>
backgroundColor_
;
sad_tab_view.mm
53
backgroundColor_
.reset(backgroundColor);
58
[
backgroundColor_
set];
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.h
24
base::scoped_nsobject<NSColor>
backgroundColor_
;
sad_tab_view.mm
55
backgroundColor_
.reset(backgroundColor);
60
[
backgroundColor_
set];
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm
27
base::scoped_nsobject<NSColor>
backgroundColor_
;
75
[
backgroundColor_
setFill];
82
return
backgroundColor_
;
86
backgroundColor_
.reset([backgroundColor retain]);
Completed in 176 milliseconds