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

  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp 115 m_iconLoadDecisionCallbacks.add(id, callback);
122 RefPtr<WebCore::IconLoadDecisionCallback> callback = m_iconLoadDecisionCallbacks.take(callbackID);
WebIconDatabaseProxy.h 84 HashMap<uint64_t, RefPtr<WebCore::IconLoadDecisionCallback> > m_iconLoadDecisionCallbacks;

Completed in 4268 milliseconds