HomeSort by relevance Sort by last modified time
    Searched defs:item_count (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_menu_model_unittest.cc 24 int item_count = 0; local
25 CountEnabledExecutable(&model, &item_count);
26 EXPECT_GT(item_count, 0);
27 EXPECT_EQ(item_count, delegate_.execute_count_);
28 EXPECT_EQ(item_count, delegate_.enable_count_);
  /external/chromium_org/ui/app_list/
app_list_item_list.h 59 size_t item_count() const { return app_list_items_.size(); } function in class:app_list::AppListItemList
  /external/chromium_org/ash/shelf/
shelf_navigator.cc 27 int item_count = model.item_count(); local
31 for (int i = 0; i < item_count; ++i) {
56 for (int i = (current_index + step + item_count) % item_count;
57 i != current_index; i = (i + step + item_count) % item_count) {
shelf_model.h 75 int item_count() const { return static_cast<int>(items_.size()); } function in class:ash::ShelfModel
shelf.cc 160 int item_count = shelf_model->item_count(); local
161 int indexes_left = item_index >= 0 ? item_index : item_count;
166 for (int i = 0; i < item_count && indexes_left >= 0; i++) {
  /external/chromium_org/ui/base/models/
menu_model.cc 17 const int item_count = (*model)->GetItemCount(); local
18 for (int i = 0; i < item_count; ++i) {
list_model.h 28 DCHECK_LE(index, item_count());
35 AddAt(item_count(), item);
41 DCHECK_LT(index, item_count());
50 size_t count = item_count();
70 DCHECK_LT(index, item_count());
71 DCHECK_LT(target_index, item_count());
114 size_t item_count() const { return items_.size(); } function in class:ui::ListModel
117 DCHECK_LT(index, item_count());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 93 int item_count = std::min(numerator / total_weight, local
96 for (int j = 0; j < item_count; ++j)
  /external/chromium_org/components/os_crypt/
ie7_password_win.cc 23 // item_count * sizeof(Entry);
31 DWORD item_count; // Number of entries. Should be even. member in struct:__anon11065::Header
65 const int entry_count = information->header.item_count;
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 176 unsigned long item_count, after; local
180 &item_count, &after, &data);
187 if (item_count == 0)
197 unsigned long item_count, after; local
202 &item_count, &after, &data);
210 HandleSelectionNotify(&event->xselection, type, format, item_count,
292 int item_count,
297 finished = HandleSelectionTargetsEvent(event, format, item_count, data);
300 finished = HandleSelectionStringEvent(event, format, item_count, data);
309 int item_count,
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 274 const int item_count = model->GetItemCount(); local
275 for (int i = 0; i < item_count; ++i) {
  /external/srec/srec/include/
comp_stats.h 70 int item_count; member in struct:CS_CLOCK_t
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 127 int item_count);
136 int item_count() const { return item_count_; } function in class:AccessibilityRadioButtonInfo
204 int item_count);
216 int item_count() const { return item_count_; } function in class:AccessibilityComboBoxInfo
270 int item_count);
282 int item_count() const { return item_count_; } function in class:AccessibilityListBoxInfo
312 int item_count);
319 int item_count() const { return item_count_; } function in class:AccessibilityMenuItemInfo
347 int item_count,
357 int item_count() const { return item_count_; function in class:AccessibilityTreeItemInfo
    [all...]
  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 143 int item_count = 0; local
153 ++item_count;
156 return item_count == map_size;
  /external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp 77 int32_t item_count; local
96 item_count = uset_getItemCount(unicode_point_set);
98 for (j = 0; j < item_count; ++j) {
121 int32_t item_count = uset_getItemCount(excludedCodePoints); local
122 for (int32_t j = 0; j < item_count; ++j) {
  /external/icu/icu4c/source/common/
ucnvsel.cpp 79 int32_t item_count; local
98 item_count = uset_getItemCount(unicode_point_set);
100 for (j = 0; j < item_count; ++j) {
123 int32_t item_count = uset_getItemCount(excludedCodePoints); local
124 for (int32_t j = 0; j < item_count; ++j) {
  /external/chromium_org/content/common/
page_state_serialization.cc 101 size_t item_count; local
102 if (!base::StringToSizeT(document_state[index++].string(), &item_count))
105 while (item_count--) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 810 int item_count; local
826 &item_count);
839 for (unsigned int i = 0; i < item_count; i++)
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 807 int item_count; local
823 &item_count);
836 for (unsigned int i = 0; i < item_count; i++)
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 130 name, controller_->model()->item_count());
136 return shelf_model()->items()[shelf_model()->item_count() - 1];
142 return shelf_model()->items()[shelf_model()->item_count() - 1];
239 int item_count = model_->item_count(); local
242 item_count);
244 EXPECT_EQ(++item_count, model_->item_count());
261 name, model_->item_count());
345 int item_count = shelf_model()->item_count() local
360 int item_count = shelf_model()->item_count(); local
392 int item_count = shelf_model()->item_count(); local
429 int item_count = shelf_model()->item_count(); local
477 int item_count = shelf_model()->item_count(); local
514 int item_count = shelf_model()->item_count(); local
556 int item_count = shelf_model()->item_count(); local
639 int item_count = shelf_model()->item_count(); local
809 int item_count = shelf_model()->item_count(); local
980 int item_count = model_->item_count(); local
1406 int item_count = shelf_model()->item_count(); local
1425 int item_count = shelf_model()->item_count(); local
2119 int item_count = shelf_model->item_count(); local
    [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 171 uint32 item_count = 0; variable
172 if (!BinaryRead(&item_count, kItemCountOffset, blob))
177 for (uint32 i = 0; i < item_count && !importer->cancelled(); ++i) {
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); local
617 total_byte_size = item_count * item_byte_size;
651 result.AppendErrorWithFormat("specify either the end address (0x%" PRIx64 ") or the count (--count %lu), not both.\n", end_addr, item_count);
657 item_count = total_byte_size / item_byte_size;
718 item_count = 1;
719 data_sp.reset (new DataBufferHeap ((item_byte_size+1) * item_count, '\0')); // account for NULLs as necessary
722 result.AppendErrorWithFormat ("can't allocate 0x%" PRIx64 " bytes for the memory read buffer, specify a smaller size to read", (uint64_t)((item_byte_size+1) * item_count));
728 auto count = item_count;
729 item_count = 0;
730 while (item_count < count
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 2823 int item_count = 300; \/\/ We should be able to do 300 or 3000 w\/o issue. local
    [all...]
  /external/chromium_org/v8/src/
builtins.cc 833 int item_count = (n_arguments > 1) ? (n_arguments - 2) : 0; local
834 int new_length = len - actual_delete_count + item_count;
863 if (item_count < actual_delete_count) {
866 ((actual_start + item_count) <
869 const int delta = actual_delete_count - item_count;
904 MoveDoubleElements(*elms, actual_start + item_count,
911 heap->MoveElements(*elms, actual_start + item_count,
917 } else if (item_count > actual_delete_count) {
921 ASSERT((item_count - actual_delete_count) <= (Smi::kMaxValue - len));
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 1345 UINT16 item_count; member in struct:__anon5998
    [all...]

Completed in 767 milliseconds