OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interstitial_page
(Results
1 - 25
of
25
) sorted by null
/external/chromium/chrome/common/
view_types.h
22
INTERSTITIAL_PAGE
,
automation_messages.cc
387
case
INTERSTITIAL_PAGE
:
388
control = "
INTERSTITIAL_PAGE
";
/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_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/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_container.cc
11
#include "content/browser/tab_contents/
interstitial_page
.h"
tab_contents_container_views.cc
13
#include "content/browser/tab_contents/
interstitial_page
.h"
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_container_native.cc
11
#include "content/browser/tab_contents/
interstitial_page
.h"
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);
native_tab_contents_container_win.cc
11
#include "content/browser/tab_contents/
interstitial_page
.h"
/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
...]
pdf_unsupported_feature.cc
20
#include "content/browser/tab_contents/
interstitial_page
.h"
memory_details.cc
189
case ViewType::
INTERSTITIAL_PAGE
:
/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
...]
ssl_blocking_page.h
14
#include "content/browser/tab_contents/
interstitial_page
.h"
/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_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);
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/chrome/browser/chromeos/offline/
offline_load_page.h
13
#include "content/browser/tab_contents/
interstitial_page
.h"
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
95
#include "content/browser/tab_contents/
interstitial_page
.h"
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
110
#include "content/browser/tab_contents/
interstitial_page
.h"
[
all
...]
Completed in 668 milliseconds