Searched defs:map_key (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnotification_details.h28 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationDetails
H A Dnotification_source.h27 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationSource
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.cc95 const leveldb::Slice map_key = map_iterator_->first; local
96 return (db_key.compare(map_key) < 0) ? db_key : map_key;
108 const leveldb::Slice map_key = map_iterator_->first; local
109 if (db_key.compare(map_key) < 0)
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.cc354 const InputMethodNameMap map_key = {name.c_str(), 0}; local
356 std::lower_bound(map, map + map_size, map_key);
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map

Completed in 406 milliseconds