OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINI
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
120
MINI
,
162
if (tab->
mini
()) {
298
if (tabstrip_->GetTabAt(index)->
mini
())
331
// If the last non-
mini
-tab is being removed we force a layout on
336
// We do the same when the last
mini
-tab is being removed for the same
357
if (tab->
mini
()) {
372
if (tab->
mini
())
487
if (tab->
mini
())
507
if (!current_tab->
mini
()) {
520
// Handles a tabs
mini
-state changing while the tab does not change positio
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
141
MINI
,
183
if (tab->
mini
()) {
319
if (tabstrip_->GetTabAt(index)->
mini
())
352
// If the last non-
mini
-tab is being removed we force a layout on
357
// We do the same when the last
mini
-tab is being removed for the same
378
if (tab->
mini
()) {
393
if (tab->
mini
())
510
if (tab->
mini
())
530
if (!current_tab->
mini
()) {
543
// Handles a tabs
mini
-state changing while the tab does not change positio
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h
147
/* MAXI and
MINI
-- general max & min (not in ANSI) for integers */
149
#define
MINI
(x,y) ((x)>(y)?(y):(x))
[
all
...]
decNumber.c
[
all
...]
/external/icu4c/i18n/
decNumberLocal.h
135
/* MAXI and
MINI
-- general max & min (not in ANSI) for integers */
137
#define
MINI
(x,y) ((x)>(y)?(y):(x))
[
all
...]
decNumber.c
[
all
...]
Completed in 45 milliseconds