OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ideal_bounds
(Results
26 - 28
of
28
) sorted by null
1
2
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
803
const gfx::Rect& bounds = tab_data_.at(i).
ideal_bounds
;
893
return tab_data_.at(index).
ideal_bounds
;
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
835
const gfx::Rect& bounds = tab_data_.at(i).
ideal_bounds
;
925
return tab_data_.at(index).
ideal_bounds
;
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
629
gfx::Rect bounds = view_model_.
ideal_bounds
(i);
717
view->SetBoundsRect(view_model_.
ideal_bounds
(i));
[
all
...]
Completed in 84 milliseconds
1
2