OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_style
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/win/
window_impl.h
60
DWORD
window_style
() const { return window_style_; }
function in class:gfx::WindowImpl
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
692
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
694
&
window_style
->bg[GTK_STATE_NORMAL]);
696
&
window_style
->bg[GTK_STATE_NORMAL]);
698
GdkColor toolbar_color =
window_style
->bg[GTK_STATE_NORMAL];
701
GdkColor button_color =
window_style
->bg[GTK_STATE_SELECTED];
1044
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
1056
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
729
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
731
&
window_style
->bg[GTK_STATE_NORMAL]);
733
GdkColor toolbar_color =
window_style
->bg[GTK_STATE_NORMAL];
736
GdkColor button_color =
window_style
->bg[GTK_STATE_SELECTED];
1090
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
1102
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
674
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
676
&
window_style
->bg[GTK_STATE_NORMAL]);
678
GdkColor toolbar_color =
window_style
->bg[GTK_STATE_NORMAL];
681
GdkColor button_color =
window_style
->bg[GTK_STATE_SELECTED];
1112
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
1123
GtkStyle*
window_style
= gtk_rc_get_style(fake_window_);
local
[
all
...]
Completed in 238 milliseconds