OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryFrameLoadSet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h
170
typedef HashMap<Frame*, RefPtr<HistoryItem> >
HistoryFrameLoadSet
;
171
HistoryFrameLoadSet
m_sameDocumentLoadsInProgress;
172
HistoryFrameLoadSet
m_differentDocumentLoadsInProgress;
HistoryController.cpp
173
for (
HistoryFrameLoadSet
::iterator it = m_sameDocumentLoadsInProgress.begin(); it != m_sameDocumentLoadsInProgress.end(); ++it)
175
for (
HistoryFrameLoadSet
::iterator it = m_differentDocumentLoadsInProgress.begin(); it != m_differentDocumentLoadsInProgress.end(); ++it)
Completed in 80 milliseconds