OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interstitial_page
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
36
#include "content/browser/tab_contents/
interstitial_page
.h"
safe_browsing_service_browsertest.cc
340
InterstitialPage*
interstitial_page
= contents->
interstitial_page
();
local
341
return
interstitial_page
!= NULL;
/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();
captive_portal_tab_reloader.cc
12
#include "content/public/browser/
interstitial_page
.h"
/external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page.cc
27
#include "content/public/browser/
interstitial_page
.h"
merge_session_load_page_unittest.cc
14
#include "content/public/browser/
interstitial_page
.h"
/external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc
32
#include "content/public/browser/
interstitial_page
.h"
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_interstitial.cc
20
#include "content/public/browser/
interstitial_page
.h"
/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
...]
ssl_blocking_page.cc
21
#include "content/public/browser/
interstitial_page
.h"
/external/chromium/chrome/common/
automation_messages.cc
387
case
INTERSTITIAL_PAGE
:
388
control = "
INTERSTITIAL_PAGE
";
/external/chromium/chrome/browser/
pdf_unsupported_feature.cc
20
#include "content/browser/tab_contents/
interstitial_page
.h"
memory_details.cc
189
case ViewType::
INTERSTITIAL_PAGE
:
/external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h
16
#include "content/public/browser/
interstitial_page
.h"
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc
16
#include "content/public/browser/
interstitial_page
.h"
48
interstitial_page
()->DontCreateViewForTesting();
63
interstitial_page
()->DontCreateViewForTesting();
safe_browsing_blocking_page.h
104
content::InterstitialPage*
interstitial_page
() const {
function in class:SafeBrowsingBlockingPage
safe_browsing_service_browsertest.cc
420
InterstitialPage*
interstitial_page
= contents->GetInterstitialPage();
local
421
return
interstitial_page
!= NULL;
[
all
...]
safe_browsing_blocking_page.cc
34
#include "content/public/browser/
interstitial_page
.h"
[
all
...]
/external/chromium/chrome/browser/tab_contents/
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
...]
render_view_context_menu.cc
[
all
...]
/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/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc
25
#include "content/public/browser/
interstitial_page
.h"
/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
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
95
#include "content/browser/tab_contents/
interstitial_page
.h"
[
all
...]
Completed in 623 milliseconds
1
2
3