OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERSTITIAL_PAGE
(Results
1 - 5
of
5
) 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/
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
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
95
#include "content/browser/tab_contents/
interstitial_page
.h"
[
all
...]
Completed in 398 milliseconds