Home | History | Annotate | Download | only in win

Lines Matching refs:Keys

157     static BSTR keys[6] = {0};
158 if (!keys[0]) {
159 keys[0] = SysAllocString(WebHistoryItemsAddedNotification);
160 keys[1] = SysAllocString(WebHistoryItemsRemovedNotification);
161 keys[2] = SysAllocString(WebHistoryAllItemsRemovedNotification);
162 keys[3] = SysAllocString(WebHistoryLoadedNotification);
163 keys[4] = SysAllocString(WebHistoryItemsDiscardedWhileLoadingNotification);
164 keys[5] = SysAllocString(WebHistorySavedNotification);
166 return keys[notifyType];
478 DateToEntriesMap::const_iterator::Keys end = m_entriesByDate.end().keys();
480 for (DateToEntriesMap::const_iterator::Keys it = m_entriesByDate.begin().keys(); it != end; ++it, ++i)