OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemForFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp
129
HistoryItem* HistoryEntry::
itemForFrame
(Frame* frame)
185
HistoryItem* newItem = m_provisionalEntry->
itemForFrame
(frame);
186
HistoryItem* oldItem = m_currentEntry->
itemForFrame
(frame);
322
return m_currentEntry ? m_currentEntry->
itemForFrame
(frame) : 0;
339
HistoryItem* oldItem = m_currentEntry->
itemForFrame
(targetFrame);
HistoryController.h
119
HistoryItem*
itemForFrame
(Frame*);
Completed in 198 milliseconds