OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_incognito_frame
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
847
GdkColor*
theme_incognito_frame
= NULL;
local
852
"incognito-frame-color", &
theme_incognito_frame
,
local
878
theme_incognito_frame
,
883
if (
theme_incognito_frame
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
790
GdkColor*
theme_incognito_frame
= NULL;
local
795
"incognito-frame-color", &
theme_incognito_frame
,
local
821
theme_incognito_frame
,
825
if (
theme_incognito_frame
)
826
gdk_color_free(
theme_incognito_frame
);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
800
const GdkColor*
theme_incognito_frame
= NULL;
local
805
"incognito-frame-color", &
theme_incognito_frame
,
local
827
theme_incognito_frame
,
[
all
...]
Completed in 80 milliseconds