OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingURLNotifyMap
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h
191
typedef HashMap<uint64_t, std::pair<String, void*> >
PendingURLNotifyMap
;
192
PendingURLNotifyMap
m_pendingURLNotifications;
NetscapePlugin.cpp
556
PendingURLNotifyMap
::iterator it = m_pendingURLNotifications.find(requestID);
572
PendingURLNotifyMap
::iterator it = m_pendingURLNotifications.find(requestID);
Completed in 20 milliseconds