OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interstitial_page
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc
264
// tab->
interstitial_page
() because the tab doesn't have a pointer
268
SafeBrowsingBlockingPage*
interstitial_page
=
local
271
ASSERT_TRUE(
interstitial_page
);
272
interstitial_page
->CommandReceived(command);
277
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
279
ASSERT_TRUE(
interstitial_page
);
280
interstitial_page
->DontProceed();
285
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
287
ASSERT_TRUE(
interstitial_page
);
288
interstitial_page
->Proceed()
308
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
[
all
...]
safe_browsing_service_browsertest.cc
340
InterstitialPage*
interstitial_page
= contents->
interstitial_page
();
local
341
return
interstitial_page
!= NULL;
/external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h
70
InterstitialPageImpl*
interstitial_page
) = 0;
render_frame_host_manager.h
198
// |
interstitial_page
| should be non NULL (use the remove_interstitial_page
201
void set_interstitial_page(InterstitialPageImpl*
interstitial_page
) {
202
DCHECK(!interstitial_page_ &&
interstitial_page
);
203
interstitial_page_ =
interstitial_page
;
214
InterstitialPageImpl*
interstitial_page
() const { return interstitial_page_; }
function in class:content::RenderFrameHostManager
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.cc
10
#include "content/browser/tab_contents/
interstitial_page
.h"
126
if (container_->tab_contents()->
interstitial_page
()) {
127
container_->tab_contents()->
interstitial_page
()->FocusThroughTabTraversal(
tab_contents_view_touch.cc
15
#include "content/browser/tab_contents/
interstitial_page
.h"
157
if (tab_contents()->
interstitial_page
()) {
158
tab_contents()->
interstitial_page
()->Focus();
319
if (tab_contents()->
interstitial_page
())
320
tab_contents()->
interstitial_page
()->SetSize(size);
tab_contents_view_views.cc
19
#include "content/browser/tab_contents/
interstitial_page
.h"
137
if (tab_contents()->
interstitial_page
()) {
138
tab_contents()->
interstitial_page
()->Focus();
311
if (tab_contents()->
interstitial_page
())
312
tab_contents()->
interstitial_page
()->SetSize(size);
tab_contents_view_gtk.cc
22
#include "content/browser/tab_contents/
interstitial_page
.h"
269
if (tab_contents()->
interstitial_page
()) {
270
tab_contents()->
interstitial_page
()->Focus();
446
if (tab_contents()->
interstitial_page
())
447
tab_contents()->
interstitial_page
()->SetSize(size);
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc
31
#include "content/public/browser/
interstitial_page
.h"
77
InterstitialPage*
interstitial_page
= tab->GetInterstitialPage();
local
78
ASSERT_TRUE(
interstitial_page
);
82
interstitial_page
->GetDelegateForTesting();
89
InterstitialPage*
interstitial_page
= tab->GetInterstitialPage();
local
90
ASSERT_TRUE(
interstitial_page
);
94
interstitial_page
->GetDelegateForTesting();
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc
31
#include "content/public/browser/
interstitial_page
.h"
409
SafeBrowsingBlockingPage*
interstitial_page
=
local
413
ASSERT_TRUE(
interstitial_page
);
414
interstitial_page
->CommandReceived(command);
420
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
422
ASSERT_TRUE(
interstitial_page
);
423
interstitial_page
->DontProceed();
429
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
431
ASSERT_TRUE(
interstitial_page
);
432
interstitial_page
->Proceed()
455
InterstitialPage*
interstitial_page
= InterstitialPage::GetInterstitialPage(
local
[
all
...]
safe_browsing_blocking_page.h
104
content::InterstitialPage*
interstitial_page
() const {
function in class:SafeBrowsingBlockingPage
safe_browsing_blocking_page_unittest.cc
16
#include "content/public/browser/
interstitial_page
.h"
48
interstitial_page
()->DontCreateViewForTesting();
63
interstitial_page
()->DontCreateViewForTesting();
safe_browsing_service_browsertest.cc
420
InterstitialPage*
interstitial_page
= contents->GetInterstitialPage();
local
421
return
interstitial_page
!= NULL;
[
all
...]
/external/chromium/chrome/browser/
browser_focus_uitest.cc
24
#include "content/browser/tab_contents/
interstitial_page
.h"
582
TestInterstitialPage*
interstitial_page
=
local
585
interstitial_page
->Show();
615
interstitial_page
->render_view_host(), L"",
626
interstitial_page
->tab());
661
interstitial_page
->tab());
675
interstitial_page
->render_view_host(), L"",
703
TestInterstitialPage*
interstitial_page
=
local
706
interstitial_page
->Show();
715
EXPECT_TRUE(
interstitial_page
->HasFocus())
[
all
...]
/external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc
23
#include "content/browser/tab_contents/
interstitial_page
.h"
170
TestInterstitialPage*
interstitial_page
)
171
: interstitial_page_(
interstitial_page
) {
[
all
...]
tab_contents.h
552
return render_manager_.
interstitial_page
() != NULL;
556
// |
interstitial_page
| should be non NULL (use the remove_interstitial_page
559
void set_interstitial_page(InterstitialPage*
interstitial_page
) {
560
render_manager_.set_interstitial_page(
interstitial_page
);
570
InterstitialPage*
interstitial_page
() const {
function in class:TabContents
571
return render_manager_.
interstitial_page
();
[
all
...]
tab_contents_view_gtk.cc
30
#include "content/browser/tab_contents/
interstitial_page
.h"
228
tab_contents()->
interstitial_page
()->Focus();
428
if (tab_contents()->
interstitial_page
())
429
tab_contents()->
interstitial_page
()->SetSize(size);
/external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc
13
#include "content/browser/tab_contents/
interstitial_page
.h"
64
EXPECT_EQ(interstitial ?
INTERSTITIAL_PAGE
: NORMAL_PAGE,
109
InterstitialPage*
interstitial_page
= tab->
interstitial_page
();
local
110
ASSERT_TRUE(
interstitial_page
);
111
interstitial_page
->Proceed();
299
InterstitialPage*
interstitial_page
= tab->
interstitial_page
();
local
300
ASSERT_TRUE(
interstitial_page
);
301
interstitial_page
->DontProceed()
[
all
...]
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor_browsertest.cc
28
#include "content/public/browser/
interstitial_page
.h"
277
content::InterstitialPage*
interstitial_page
=
local
279
interstitial_page
->Proceed();
322
content::InterstitialPage*
interstitial_page
=
local
324
interstitial_page
->Proceed();
/external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc
30
#include "content/public/browser/
interstitial_page
.h"
586
TestInterstitialPage*
interstitial_page
= new TestInterstitialPage(
local
619
interstitial_page
->render_view_host(),
630
interstitial_page
->render_view_host());
665
interstitial_page
->render_view_host());
679
interstitial_page
->render_view_host(),
708
TestInterstitialPage*
interstitial_page
= new TestInterstitialPage(
local
720
EXPECT_TRUE(
interstitial_page
->HasFocus());
723
interstitial_page
->DontProceed();
[
all
...]
/external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc
28
#include "content/public/browser/
interstitial_page
.h"
213
InterstitialPage*
interstitial_page
= tab->GetInterstitialPage();
local
214
ASSERT_TRUE(
interstitial_page
);
218
interstitial_page
->Proceed();
444
InterstitialPage*
interstitial_page
= tab->GetInterstitialPage();
local
445
ASSERT_TRUE(
interstitial_page
);
446
interstitial_page
->DontProceed();
1656
InterstitialPage*
interstitial_page
= tab->GetInterstitialPage();
local
[
all
...]
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc
12
#include "content/public/browser/
interstitial_page
.h"
70
content::InterstitialPage*
interstitial_page
=
local
73
interstitial_page
->DontCreateViewForTesting();
74
interstitial_page
->Show();
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc
41
#include "content/public/browser/
interstitial_page
.h"
408
content::InterstitialPage*
interstitial_page
=
local
410
if (
interstitial_page
) {
415
interstitial_page
->Proceed();
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc
74
explicit TestInterstitialPageDelegate(TestInterstitialPage*
interstitial_page
)
75
: interstitial_page_(
interstitial_page
) {}
216
TestInterstitialPage*
interstitial_page
)
217
: interstitial_page_(
interstitial_page
) {
[
all
...]
web_contents_impl.cc
[
all
...]
Completed in 515 milliseconds
1
2