Searched refs:m_history (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DFrameLoader.h102 HistoryController* history() const { return &m_history; }
436 mutable HistoryController m_history; member in class:WebCore::FrameLoader
H A DFrameLoader.cpp182 , m_history(frame)
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp437 if (m_history)
438 m_history->disconnectFrame();
439 m_history = 0;
535 if (!m_history)
536 m_history = History::create(m_frame);
537 return m_history.get();
H A DDOMWindow.h346 History* optionalHistory() const { return m_history.get(); }
459 mutable RefPtr<History> m_history; member in class:WebCore::DOMWindow

Completed in 104 milliseconds