Searched refs:m_pendingLoadDecisionURLMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebIconDatabase.cpp184 m_pendingLoadDecisionURLMap.set(callbackID, iconURL);
274 LOG(IconDatabase, "WK2 UIProcess URL import complete, notifying all %i pending page URL load decisions", m_pendingLoadDecisionURLMap.size());
276 HashMap<uint64_t, String>::iterator i = m_pendingLoadDecisionURLMap.begin();
277 HashMap<uint64_t, String>::iterator end = m_pendingLoadDecisionURLMap.end();
290 m_pendingLoadDecisionURLMap.clear();
H A DWebIconDatabase.h113 HashMap<uint64_t, String> m_pendingLoadDecisionURLMap; member in class:WebKit::WebIconDatabase

Completed in 140 milliseconds