OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackForwardClientImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.cpp
32
#include "
BackForwardClientImpl
.h"
41
BackForwardClientImpl
::
BackForwardClientImpl
(WebViewImpl* webView)
46
BackForwardClientImpl
::~
BackForwardClientImpl
()
50
int
BackForwardClientImpl
::backListCount()
58
int
BackForwardClientImpl
::forwardListCount()
66
int
BackForwardClientImpl
::backForwardListCount()
BackForwardClientImpl.h
40
class
BackForwardClientImpl
: public WebCore::BackForwardClient {
42
explicit
BackForwardClientImpl
(WebViewImpl*);
43
virtual ~
BackForwardClientImpl
();
Completed in 24 milliseconds