HomeSort by relevance Sort by last modified time
    Searched refs:m_pendingLoadDecisionURLMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 169 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();
WebIconDatabase.h 111 HashMap<uint64_t, String> m_pendingLoadDecisionURLMap;

Completed in 53 milliseconds