OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_custom_colors
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.cc
20
COLORREF ColorChooserDialog::
g_custom_colors
[16];
35
CopyCustomColors(
g_custom_colors
, custom_colors_);
75
CopyCustomColors(custom_colors_,
g_custom_colors
);
84
memcpy(dst, src, sizeof(COLORREF) * arraysize(
g_custom_colors
));
color_chooser_dialog.h
49
// |
g_custom_colors
| so future dialogs will see the changes.
57
static COLORREF
g_custom_colors
[16];
member in class:ColorChooserDialog
62
// problems if we gave them direct handles to |
g_custom_colors
|).
Completed in 1027 milliseconds