OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MINI
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/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
...]
/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
...]
Completed in 365 milliseconds