OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderViewHostTestHarness
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/test/
test_renderer_host.cc
78
//
RenderViewHostTestHarness
--------------------------------------------------
80
RenderViewHostTestHarness
::
RenderViewHostTestHarness
()
83
RenderViewHostTestHarness
::~
RenderViewHostTestHarness
() {
86
NavigationController&
RenderViewHostTestHarness
::controller() {
90
WebContents*
RenderViewHostTestHarness
::web_contents() {
94
RenderViewHost*
RenderViewHostTestHarness
::rvh() {
98
RenderViewHost*
RenderViewHostTestHarness
::pending_rvh() {
103
RenderViewHost*
RenderViewHostTestHarness
::active_rvh()
[
all
...]
test_renderer_host.h
120
friend class
RenderViewHostTestHarness
;
127
//
RenderViewHostTestHarness
---------------------------------------------------
128
class
RenderViewHostTestHarness
: public testing::Test {
130
RenderViewHostTestHarness
();
131
virtual ~
RenderViewHostTestHarness
();
168
//
RenderViewHostTestHarness
will take ownership of the returned
206
DISALLOW_COPY_AND_ASSIGN(
RenderViewHostTestHarness
);
Completed in 273 milliseconds