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

1 2

  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model_unittest.cc 21 int item_count = 0; local
22 CountEnabledExecutable(&model, &item_count);
23 EXPECT_GT(item_count, 0);
24 EXPECT_EQ(item_count, delegate_.execute_count_);
25 EXPECT_EQ(item_count, delegate_.enable_count_);
  /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 80 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 70 int item_count() const { return static_cast<int>(items_.size()); } function in class:ash::ShelfModel
  /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/chrome/browser/sync/engine/
update_applicator.cc 33 size_t item_count = end - begin; local
34 VLOG(1) << "UpdateApplicator created for " << item_count << " items.";
35 successful_ids_.reserve(item_count);
  /external/chromium_org/chrome/common/
automation_messages.cc 74 size_t item_count = 0; local
75 if (!ReadParam(m, iter, &item_count))
78 p->items.reserve(item_count);
79 for (size_t i = 0; i < item_count; ++i) {
  /external/chromium/chrome/browser/
accessibility_events.h 86 int item_count);
95 int item_count() const { return item_count_; } function in class:AccessibilityRadioButtonInfo
160 int item_count);
172 int item_count() const { return item_count_; } function in class:AccessibilityComboBoxInfo
223 int item_count);
235 int item_count() const { return item_count_; } function in class:AccessibilityListBoxInfo
264 int item_count);
271 int item_count() const { return item_count_; } function in class:AccessibilityMenuItemInfo
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 22 // item_count * sizeof(Entry);
30 DWORD item_count; // Number of entries. It should always be 2. One for member in struct:__anon2010::Header
66 if (information->header.item_count != 2) // Username and Password
  /external/chromium_org/ash/launcher/
launcher.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/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 111 int item_count = std::min(numerator / total_weight, local
114 for (int j = 0; j < item_count; ++j)
  /external/chromium_org/components/webdata/encryptor/
ie7_password_win.cc 23 // item_count * sizeof(Entry);
31 DWORD item_count; // Number of entries. Should be even. member in struct:__anon7562::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 263 const int item_count = model->GetItemCount(); local
264 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/harfbuzz_ng/src/
hb-uniscribe.cc 306 int item_count; local
322 &item_count);
340 for (unsigned int j = 0; j < item_count; j++)
342 unsigned int i = backward ? item_count - 1 - j : j;
  /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/icu4c/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 809 int item_count; local
825 &item_count);
838 for (unsigned int i = 0; i < item_count; i++)
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 134 name, controller_->model()->item_count());
140 return shelf_model()->items()[shelf_model()->item_count() - 1];
146 return shelf_model()->items()[shelf_model()->item_count() - 1];
243 int item_count = model_->item_count(); local
246 item_count);
248 EXPECT_EQ(++item_count, model_->item_count());
265 name, model_->item_count());
350 int item_count = shelf_model()->item_count() local
365 int item_count = shelf_model()->item_count(); local
397 int item_count = shelf_model()->item_count(); local
434 int item_count = shelf_model()->item_count(); local
482 int item_count = shelf_model()->item_count(); local
519 int item_count = shelf_model()->item_count(); local
560 int item_count = shelf_model()->item_count(); local
772 int item_count = shelf_model()->item_count(); local
945 int item_count = model_->item_count(); local
1370 int item_count = shelf_model()->item_count(); local
    [all...]

Completed in 1503 milliseconds

1 2