OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebTestInterfaces
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestInterfaces.cpp
31
#include "public/testing/
WebTestInterfaces
.h"
44
WebTestInterfaces
::
WebTestInterfaces
()
49
WebTestInterfaces
::~
WebTestInterfaces
()
53
void
WebTestInterfaces
::setWebView(WebView* webView, WebTestProxyBase* proxy)
58
void
WebTestInterfaces
::setDelegate(WebTestDelegate* delegate)
63
void
WebTestInterfaces
::bindTo(WebFrame* frame)
68
void
WebTestInterfaces
::resetAll()
73
void
WebTestInterfaces
::setTestIsRunning(bool running
[
all
...]
WebTestProxy.cpp
50
#include "public/testing/
WebTestInterfaces
.h"
408
void WebTestProxyBase::setInterfaces(
WebTestInterfaces
* interfaces)
[
all
...]
/external/chromium_org/content/shell/renderer/
shell_render_process_observer.h
21
class
WebTestInterfaces
;
47
WebTestRunner::
WebTestInterfaces
* test_interfaces() const {
60
scoped_ptr<WebTestRunner::
WebTestInterfaces
> test_interfaces_;
shell_render_process_observer.cc
17
#include "third_party/WebKit/public/testing/
WebTestInterfaces
.h"
25
using WebTestRunner::
WebTestInterfaces
;
78
test_interfaces_.reset(new
WebTestInterfaces
);
shell_content_renderer_client.cc
20
#include "third_party/WebKit/public/testing/
WebTestInterfaces
.h"
40
using WebTestRunner::
WebTestInterfaces
;
117
WebTestInterfaces
* interfaces =
131
WebTestInterfaces
* interfaces =
142
WebTestInterfaces
* interfaces =
150
WebTestInterfaces
* interfaces =
webkit_test_runner.cc
46
#include "third_party/WebKit/public/testing/
WebTestInterfaces
.h"
86
using WebTestRunner::
WebTestInterfaces
;
469
WebTestInterfaces
* interfaces =
568
WebTestInterfaces
* interfaces =
616
WebTestInterfaces
* interfaces =
671
WebTestInterfaces
* interfaces =
/external/chromium_org/third_party/WebKit/public/testing/
WebTestInterfaces.h
58
class WEBTESTRUNNER_EXPORT
WebTestInterfaces
{
60
WebTestInterfaces
();
61
~
WebTestInterfaces
();
WebTestProxy.h
108
class
WebTestInterfaces
;
114
void setInterfaces(
WebTestInterfaces
*);
Completed in 1018 milliseconds