OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ideal_bounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h
43
const gfx::Rect&
ideal_bounds
(int tab_data_index) {
function in class:BaseTabStrip
44
return tab_data_[tab_data_index].
ideal_bounds
;
144
gfx::Rect
ideal_bounds
;
member in struct:BaseTabStrip::TabData
174
// currently set in
ideal_bounds
.
199
tab_data_[index].
ideal_bounds
= bounds;
dragged_tab_controller.cc
986
const gfx::Rect&
ideal_bounds
= attached_tabstrip_->
ideal_bounds
(i);
local
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
172
gfx::Rect
ideal_bounds
;
member in struct:TabStripGtk::TabData
dragged_tab_controller_gtk.cc
467
gfx::Rect
ideal_bounds
= attached_tabstrip_->GetIdealBounds(i);
local
469
gfx::Rect left_half =
ideal_bounds
;
472
gfx::Rect right_half =
ideal_bounds
;
473
right_half.set_width(
ideal_bounds
.width() - left_half.width());
Completed in 348 milliseconds