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

/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp169 m_pendingLoadDecisionURLMap.set(callbackID, iconURL);
241 LOG(IconDatabase, "WK2 UIProcess URL import complete, notifying all %i pending page URL load decisions", m_pendingLoadDecisionURLMap.size());
243 HashMap<uint64_t, String>::iterator i = m_pendingLoadDecisionURLMap.begin();
244 HashMap<uint64_t, String>::iterator end = m_pendingLoadDecisionURLMap.end();
257 m_pendingLoadDecisionURLMap.clear();
H A DWebIconDatabase.h111 HashMap<uint64_t, String> m_pendingLoadDecisionURLMap; member in class:WebKit::WebIconDatabase

Completed in 59 milliseconds