OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cf_url
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/test/
util_unittests.cc
146
ChromeFrameUrl
cf_url
;
local
150
EXPECT_TRUE(
cf_url
.Parse(
153
EXPECT_TRUE(
cf_url
.attach_to_external_tab());
154
EXPECT_FALSE(
cf_url
.is_chrome_protocol());
155
EXPECT_EQ(10,
cf_url
.cookie());
156
EXPECT_EQ(1,
cf_url
.disposition());
157
EXPECT_EQ(gfx::Rect(2, 3, 123, 321),
cf_url
.dimensions());
158
EXPECT_EQ(kProfileName,
cf_url
.profile_name());
160
EXPECT_TRUE(
cf_url
.Parse(
162
EXPECT_FALSE(
cf_url
.attach_to_external_tab())
[
all
...]
/external/chromium_org/chrome_frame/
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
618
ChromeFrameUrl
cf_url
;
local
619
if (
cf_url
.Parse(url) &&
cf_url
.attach_to_external_tab()) {
[
all
...]
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
750
ChromeFrameUrl
cf_url
;
local
1168
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
...]
Completed in 122 milliseconds