Home
last modified time | relevance | path

Searched refs:values_read (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_database_unittest.cc73 DOMStorageValuesMap values_read; in CheckValuesMatch() local
74 db->ReadAllValues(&values_read); in CheckValuesMatch()
75 EXPECT_EQ(expected.size(), values_read.size()); in CheckValuesMatch()
77 DOMStorageValuesMap::const_iterator it = values_read.begin(); in CheckValuesMatch()
78 for (; it != values_read.end(); ++it) { in CheckValuesMatch()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c457 btm_cb.cmn_ble_vsc_cb.values_read = TRUE; in btm_ble_vendor_capability_vsc_cmpl_cback()
522 if (TRUE == btm_cb.cmn_ble_vsc_cb.values_read) in BTM_BleReadControllerFeatures()
3083 btm_cb.cmn_ble_vsc_cb.values_read = FALSE; in btm_ble_init()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h337 BOOLEAN values_read; member