OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_foo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_action_unittest.cc
120
GURL
url_foo
("http://www.example.com/foo.html");
125
action_info.default_popup_url =
url_foo
;
128
ASSERT_EQ(
url_foo
, action.GetPopupUrl(1));
129
ASSERT_EQ(
url_foo
, action.GetPopupUrl(100));
/external/chromium_org/components/enhanced_bookmarks/
image_store_unittest.cc
168
const GURL
url_foo
("http://foo");
169
this->store_->Insert(
url_foo
, GURL("foo.jpg"), GenerateBlackImage());
171
this->store_->Insert(
url_foo
, GURL("bar.jpg"), GenerateWhiteImage());
175
EXPECT_FALSE(this->store_->HasKey(
url_foo
));
/external/chromium_org/content/browser/
site_instance_impl_unittest.cc
370
GURL
url_foo
= GURL("http://foo/a.html");
local
378
EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL,
url_foo
, url_foo2));
381
EXPECT_FALSE(SiteInstance::IsSameWebSite(NULL,
url_foo
, url_foo_https));
385
EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL,
url_foo
, url_foo_port));
388
EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript,
url_foo
));
393
EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL,
url_foo
, url_blank));
398
EXPECT_FALSE(SiteInstance::IsSameWebSite(NULL, url_blank,
url_foo
));
Completed in 872 milliseconds