OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kpreviewwidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc
28
static const int
kPreviewWidth
= 256;
577
GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_size(filename,
kPreviewWidth
,
/external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_gtk2.cc
183
static const int
kPreviewWidth
= 256;
620
GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_size(filename,
kPreviewWidth
,
/external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_gtk.cc
150
static const int
kPreviewWidth
= 256;
576
GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_size(filename,
kPreviewWidth
,
Completed in 92 milliseconds