OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendShouldCloseACK
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/test/
test_renderer_host.h
91
virtual void
SendShouldCloseACK
(bool proceed) = 0;
/external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc
116
RenderViewHostTester::For(old_rvh)->
SendShouldCloseACK
(true);
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc
122
old_rvh->
SendShouldCloseACK
(true);
170
ntp_rvh->
SendShouldCloseACK
(true);
221
ntp_rvh2->
SendShouldCloseACK
(true);
237
dest_rvh2->
SendShouldCloseACK
(true);
285
ntp_rvh->
SendShouldCloseACK
(true);
753
test_host->
SendShouldCloseACK
(true);
[
all
...]
navigation_controller_impl_unittest.cc
405
test_rvh()->
SendShouldCloseACK
(true);
456
test_rvh()->
SendShouldCloseACK
(true);
736
test_rvh()->
SendShouldCloseACK
(true);
816
test_rvh()->
SendShouldCloseACK
(true);
826
foo_rvh->
SendShouldCloseACK
(true);
[
all
...]
/external/chromium_org/content/test/
test_render_view_host.h
251
virtual void
SendShouldCloseACK
(bool proceed) OVERRIDE;
test_web_contents.cc
159
rvh->
SendShouldCloseACK
(true);
test_render_view_host.cc
370
void TestRenderViewHost::
SendShouldCloseACK
(bool proceed) {
/external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc
100
test_rvh()->
SendShouldCloseACK
(true);
/external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc
467
orig_rvh->
SendShouldCloseACK
(true);
503
pending_rvh->
SendShouldCloseACK
(true);
598
orig_rvh->
SendShouldCloseACK
(true);
613
rvh2->
SendShouldCloseACK
(true);
693
orig_rvh->
SendShouldCloseACK
(true);
734
orig_rvh->
SendShouldCloseACK
(true);
[
all
...]
Completed in 287 milliseconds