OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestWebViewClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.h
124
class
TestWebViewClient
: public WebViewClient {
126
virtual ~
TestWebViewClient
() { }
ChromeClientImplTest.cpp
57
class
TestWebViewClient
: public FrameTestHelpers::
TestWebViewClient
{
59
explicit
TestWebViewClient
(WebNavigationPolicy* target) : m_target(target) { }
60
~
TestWebViewClient
() { }
121
TestWebViewClient
m_webViewClient;
Completed in 40 milliseconds