HomeSort by relevance Sort by last modified time
    Searched defs:BackForwardClientImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.h 42 class BackForwardClientImpl : public WebCore::BackForwardClient {
44 explicit BackForwardClientImpl(WebViewImpl*);
45 virtual ~BackForwardClientImpl();
BackForwardClientImpl.cpp 32 #include "BackForwardClientImpl.h"
45 BackForwardClientImpl::BackForwardClientImpl(WebViewImpl* webView)
50 BackForwardClientImpl::~BackForwardClientImpl()
54 void BackForwardClientImpl::addItem(PassRefPtr<HistoryItem> item)
66 void BackForwardClientImpl::goToItem(HistoryItem* item)
74 HistoryItem* BackForwardClientImpl::itemAtIndex(int index)
99 int BackForwardClientImpl::backListCount()
107 int BackForwardClientImpl::forwardListCount(
    [all...]

Completed in 39 milliseconds