Home
last modified time | relevance | path

Searched refs:otherWebView (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
DWebView.cpp4694 COMPtr<WebView> otherWebView; in loadBackForwardListFromOtherView() local
4695 if (FAILED(otherView->QueryInterface(&otherWebView))) in loadBackForwardListFromOtherView()
4697 BackForwardList* otherBackForwardList = otherWebView->m_page->backForwardList(); in loadBackForwardListFromOtherView()
4709 otherWebView->m_page->mainFrame()->loader()->saveDocumentAndScrollState(); in loadBackForwardListFromOtherView()