OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_text
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/llvm-size/
llvm-size.cpp
187
uint64_t
total_text
= 0;
local
208
total_text
+= size;
215
total =
total_text
+ total_data + total_bss;
222
total_text
,
/external/chromium_org/chrome/browser/download/
download_item_model.cc
312
base::string16
total_text
= ui::FormatBytes(total);
local
313
base::i18n::AdjustStringForLocaleDirection(&
total_text
);
317
IDS_DOWNLOAD_TAB_PROGRESS_SIZE, received_size,
total_text
);
/external/chromium/chrome/browser/download/
download_util.cc
690
string16
total_text
= FormatBytes(total, amount_units, true);
local
691
base::i18n::AdjustStringForLocaleDirection(&
total_text
);
696
total_text
);
[
all
...]
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc
460
string16
total_text
= FormatBytes(image_size, amount_units, true);
local
461
base::i18n::AdjustStringForLocaleDirection(&
total_text
);
465
total_text
);
Completed in 45 milliseconds