OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normal_width_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.h
73
int normal_width() { return
normal_width_
; }
154
int
normal_width_
;
member in class:DraggedViewGtk
dragged_view_gtk.cc
59
normal_width_
(-1),
134
normal_width_
= normal_width;
175
int width = non_mini_tab_count * static_cast<int>(floor(
normal_width_
+ 0.5))
303
return drag_data_->get(index)->mini_? mini_width_ :
normal_width_
;
Completed in 768 milliseconds