HomeSort by relevance Sort by last modified time
    Searched refs:item_count (Results 1 - 25 of 30) 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/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
accessibility_events.cc 71 int item_count)
75 item_count_(item_count) {
129 int item_count)
133 item_count_(item_count) {
173 int item_count)
177 item_count_(item_count) {
204 int item_count)
208 item_count_(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);
  /bionic/libc/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur;
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.h 41 int item_count,
chrome_views_delegate.cc 129 int item_count,
132 menu_name, menu_item_name, item_index, item_count, has_submenu);
accessibility_event_router_views.h 65 int item_count,
accessibility_event_router_views_unittest.cc 58 int item_count,
accessibility_event_router_views.cc 93 int item_count,
108 item_count);
  /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:__anon4260::Header
66 if (information->header.item_count != 2) // Username and Password
  /external/srec/srec/crec/
comp_stats.c 106 c->item_count / num_seconds,
107 c->item_count,
159 c->item_count += count;
169 c->item_count = 0;
  /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/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 200 combobox_info->item_count(),
214 listbox_info->item_count(),
227 menu_item_info->item_count(),
242 radio_info->item_count(),
  /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/srec/srec/include/
comp_stats.h 70 int item_count; member in struct:CS_CLOCK_t
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 261 // Returns the desired table size for |item_count| URLs.
262 uint32 NewTableSizeForCount(int32 item_count) const;
visitedlink_master.cc 794 uint32 VisitedLinkMaster::NewTableSizeForCount(int32 item_count) const {
813 int desired = item_count * 3;
823 return item_count * 2 - 1;
    [all...]
  /external/v8/src/
builtins.cc 845 int item_count = (n_arguments > 1) ? (n_arguments - 2) : 0; local
846 int new_length = len - actual_delete_count + item_count;
849 if (item_count < actual_delete_count) {
852 ((actual_start + item_count) <
855 const int delta = actual_delete_count - item_count;
868 elms, actual_start + item_count,
873 } else if (item_count > actual_delete_count) {
876 ASSERT((item_count - actual_delete_count) <= (Smi::kMaxValue - len));
897 actual_start + item_count, to_copy);
907 elms, actual_start + item_count,
    [all...]
  /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/chrome/browser/history/
in_memory_url_index.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 382 return ::item_count(menu);
561 if ( (i < 0) || (i >= ::item_count (menu)) )
menu.h 208 extern NCURSES_EXPORT(int) item_count (const MENU *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 382 return ::item_count(menu);
561 if ( (i < 0) || (i >= ::item_count (menu)) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 382 return ::item_count(menu);
561 if ( (i < 0) || (i >= ::item_count (menu)) )

Completed in 1423 milliseconds

1 2