OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:item_capacity_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
keychain_mock_mac.cc
10
:
item_capacity_
(item_capacity), item_count_(0), search_copy_count_(0),
27
calloc(
item_capacity_
, sizeof(SecKeychainAttributeList)));
29
calloc(
item_capacity_
, sizeof(KeychainPasswordData)));
30
for (unsigned int i = 0; i <
item_capacity_
; ++i) {
63
for (unsigned int i = 0; i <
item_capacity_
; ++i) {
292
int target_item = (item_count_ ==
item_capacity_
) ?
item_capacity_
- 1
426
CHECK(index <
item_capacity_
);
keychain_mock_mac.h
160
unsigned int
item_capacity_
;
member in class:MockKeychain
Completed in 83 milliseconds