Home | Sort by relevance Sort by last modified time |
/external/chromium_org/net/android/ | |
keystore_openssl.cc | 80 // cached_size contains the "size" of the key. This is the size of the 83 size_t cached_size; member in struct:net::android::__anon13602::KeyExData 169 return ex_data->cached_size; 342 ex_data->cached_size = VectorBignumSize(modulus); 451 return ex_data->cached_size; 525 ex_data->cached_size = VectorBignumSize(order); |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ | |
extension_set.h | 480 mutable int cached_size; member in struct:google::protobuf::internal::ExtensionSet::Extension [all...] |
/external/chromium_org/ui/views/controls/menu/ | |
menu_controller.cc | 1423 int cached_size = static_cast<int>(state_.open_leading.size()); local [all...] |