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

  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.cpp 42 PendingRequestMap::const_iterator it = m_pendingRequests.begin();
43 PendingRequestMap::const_iterator end = m_pendingRequests.end();
47 m_pendingRequests.clear();
53 m_pendingRequests.add(geolocationID, request.get());
62 PendingRequestMap::iterator it = m_pendingRequests.find(geolocationID);
63 if (it == m_pendingRequests.end())
67 m_pendingRequests.remove(it);
GeolocationPermissionRequestManagerProxy.h 50 PendingRequestMap m_pendingRequests;

Completed in 42 milliseconds