OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMiniWidth
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab.h
56
static int
GetMiniWidth
();
tab.cc
165
int Tab::
GetMiniWidth
() {
251
int mini_delta = kMiniTabRendererAsNormalTabWidth -
GetMiniWidth
();
252
int ideal_delta = width() -
GetMiniWidth
();
254
int ideal_x = (
GetMiniWidth
() - kFaviconSize) / 2;
tab_strip.cc
641
available_width -= mini_tab_count * (Tab::
GetMiniWidth
() + kTabHOffset);
906
tab_width = Tab::
GetMiniWidth
();
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
163
tab_width = TabGtk::
GetMiniWidth
();
282
target_width = TabGtk::
GetMiniWidth
();
299
return TabGtk::
GetMiniWidth
();
358
return animation_.CurrentValueBetween(TabGtk::
GetMiniWidth
(),
373
return TabGtk::
GetMiniWidth
();
488
return TabGtk::
GetMiniWidth
();
552
static_cast<double>(TabGtk::
GetMiniWidth
()));
555
static_cast<double>(TabGtk::
GetMiniWidth
()),
559
return TabGtk::
GetMiniWidth
();
641
TabGtk::
GetMiniWidth
() + kTabHOffset, 0)
[
all
...]
tab_renderer_gtk.cc
468
int TabRendererGtk::
GetMiniWidth
() {
682
int mini_delta = kMiniTabRendererAsNormalTabWidth -
GetMiniWidth
();
683
int ideal_delta = bounds_.width() -
GetMiniWidth
();
685
int ideal_x = (
GetMiniWidth
() - kFaviconSize) / 2;
[
all
...]
tab_renderer_gtk.h
191
static int
GetMiniWidth
();
dragged_tab_controller_gtk.cc
363
mini_ ? TabGtk::
GetMiniWidth
() : static_cast<int>(selected_width);
Completed in 213 milliseconds