OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showing_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc
447
int
showing_width
= dangerous_hbox_start_width_ + progress;
local
448
gtk_widget_set_size_request(dangerous_hbox_.get(),
showing_width
, -1);
450
int
showing_width
= std::max(kMinDownloadItemWidth,
local
452
gtk_widget_set_size_request(body_.get(),
showing_width
, -1);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc
391
int
showing_width
= dangerous_hbox_start_width_ + progress;
local
392
gtk_widget_set_size_request(dangerous_hbox_.get(),
showing_width
, -1);
394
int
showing_width
= std::max(kMinDownloadItemWidth,
local
396
gtk_widget_set_size_request(body_.get(),
showing_width
, -1);
[
all
...]
Completed in 501 milliseconds