OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf_url
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome_frame/test/
util_unittests.cc
142
ChromeFrameUrl
cf_url
;
local
146
EXPECT_TRUE(
cf_url
.Parse(
149
EXPECT_TRUE(
cf_url
.attach_to_external_tab());
150
EXPECT_FALSE(
cf_url
.is_chrome_protocol());
151
EXPECT_EQ(10,
cf_url
.cookie());
152
EXPECT_EQ(1,
cf_url
.disposition());
153
EXPECT_EQ(gfx::Rect(2, 3, 123, 321),
cf_url
.dimensions());
154
EXPECT_EQ(kProfileName,
cf_url
.profile_name());
156
EXPECT_TRUE(
cf_url
.Parse(
158
EXPECT_FALSE(
cf_url
.attach_to_external_tab())
[
all
...]
/external/chromium_org/chrome_frame/
chrome_active_document.cc
249
ChromeFrameUrl
cf_url
;
local
250
if (!
cf_url
.Parse(url)) {
256
RendererType renderer_type =
cf_url
.is_chrome_protocol() ?
273
bool is_safe_scheme =
cf_url
.gurl().SchemeIs(chrome::kAboutScheme) ||
274
cf_url
.gurl().SchemeIs(content::kViewSourceScheme);
275
if (
cf_url
.is_chrome_protocol() && !is_safe_scheme &&
281
if (!LaunchUrl(
cf_url
, referrer)) {
286
if (!
cf_url
.is_chrome_protocol() && !
cf_url
.attach_to_external_tab())
396
ChromeFrameUrl
cf_url
;
local
749
ChromeFrameUrl
cf_url
;
local
1167
ChromeFrameUrl
cf_url
;
local
[
all
...]
chrome_frame_activex_base.h
455
ChromeFrameUrl
cf_url
;
local
456
cf_url
.Parse(UTF8ToWide(GetDocumentUrl()));
464
if (!
cf_url
.attach_to_external_tab())
1158
ChromeFrameUrl
cf_url
;
local
[
all
...]
chrome_frame_activex.cc
485
ChromeFrameUrl
cf_url
;
local
486
cf_url
.Parse(navigation_url.operator BSTR());
487
if (
cf_url
.attach_to_external_tab()) {
488
automation_client_->AttachExternalTab(
cf_url
.cookie());
protocol_sink_wrap.cc
622
ChromeFrameUrl
cf_url
;
local
623
if (
cf_url
.Parse(url) &&
cf_url
.attach_to_external_tab()) {
[
all
...]
chrome_active_document.h
404
bool LaunchUrl(const ChromeFrameUrl&
cf_url
, const std::string& referrer);
Completed in 210 milliseconds