Searched refs:url2 (Results 26 - 50 of 95) sorted by relevance

1234

/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc168 // url2
173 // url2
191 GURL url2("http://url2");
210 model->AddURLWithCreationTimeAndMetaInfo(f2, 0, url2_title, url2, t2, NULL);
217 model->other_node(), 1, url2_title, url2, t2, NULL);
271 AssertBookmarkEntryEquals(parsed_bookmarks[1], true, url2, url2_title, t2,
282 AssertBookmarkEntryEquals(parsed_bookmarks[5], false, url2, url2_title, t2,
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc163 const FileSystemURL& url2) {
174 // Get the file info and the platform path for url2.
178 file_system_context(), url2, &info2));
182 file_system_context(), url2, &platform_path2));
233 FileSystemURL url2 = GetEntryURL(file_system_context(), local
236 root2, root1, url2);
238 directories.push(url2);
240 IsDirectoryEmpty(file_system_context(), url2)); local
243 base::FilePath relative = GetRelativeVirtualPath(root2, url2);
245 VerifyFilesHaveSameContent(url1, url2);
162 VerifyFilesHaveSameContent(const FileSystemURL& url1, const FileSystemURL& url2) argument
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc392 GURL url2("about:version");
403 chrome::AddSelectedTabWithURL(browser(), url2, local
438 // If this tab held url2, then restore this single tab.
439 if (tab.navigations[0].virtual_url() == url2) {
446 EXPECT_EQ(url2, content[0]->GetURL());
547 GURL url1, GURL url2) {
551 EXPECT_EQ(url2, controller.GetEntryAtIndex(1)->GetURL());
560 GURL url2("http://google2.com");
564 SerializedNavigationEntryTestHelper::CreateNavigation(url2.spec(), "two");
595 VerifyNavigationEntries(web_contents->GetController(), url1, url2);
545 VerifyNavigationEntries( const content::NavigationController& controller, GURL url1, GURL url2) argument
[all...]
/external/chromium_org/net/base/
H A Dsdch_manager_unittest.cc447 GURL url2("http://www.google2.com");
451 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2));
456 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2));
458 sdch_manager()->SetAllowLatencyExperiment(url2, true);
460 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url2));
465 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url2));
467 sdch_manager()->SetAllowLatencyExperiment(url2, false);
469 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2));
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector_unittest.cc145 GURL url2("http://www.example.com");
152 AddTab(browser2.get(), url2);
170 EXPECT_EQ(0, origin_power_map->GetPowerForOrigin(url2));
179 EXPECT_EQ(33, origin_power_map->GetPowerForOrigin(url2));
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_unittests.py230 self.url2 = 'http://localhost:%s/%s' % (self.PORT2,
238 for url in (self.url1, self.url2):
282 c = webforms_aggregator.Crawler(self.url2)
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py167 url2 = 'gs://%s/%s' % (bucket2, remote_path)
168 logging.info('Moving %s to %s' % (url1, url2))
169 _RunCommand(['mv', url1, url2])
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc242 GURL url2("http://a/");
254 contents->Navigate(url2);
337 GURL url2("http://b/");
340 contents2->Navigate(url2);
347 EXPECT_EQ(url2.spec(), GetPrefURLForApp(&profile, contents2->appid()));
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp456 const String url2 = "http://second.request/"; local
460 expectedUrls[1] = url2;
464 webRequests[1].setURL(KURL(ParsedURLString, url2));
506 const String url2 = "http://second.response/"; local
510 expectedUrls[1] = url2;
514 webResponses[1].setURL(KURL(ParsedURLString, url2));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
H A DSDLMain.m91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
92 if (CFURLGetFileSystemRepresentation(url2, 1, (UInt8 *)parentdir, MAXPATHLEN)) {
96 CFRelease(url2);
/external/chromium_org/components/history/core/browser/
H A Durl_database_unittest.cc83 const GURL url2("http://mail.google.com/");
84 URLRow url_info2(url2);
96 URLID id2 = GetRowForURL(url2, &info);
110 EXPECT_TRUE(GetRowForURL(url2, &info2));
157 // EXPECT_TRUE(db.GetURLInfo(url2, NULL) == NULL);
/external/chromium_org/components/url_matcher/
H A Durl_matcher_unittest.cc87 GURL url2("http://www.foobar.com/example.com/index.html");
107 EXPECT_FALSE(m2.IsMatch(matching_patterns, url2));
425 GURL url2("http://foo.example.com/index.html");
448 EXPECT_FALSE(condition_set->IsMatch(matching_patterns, url2));
790 GURL url2("http://foo.example.com/index.html");
806 EXPECT_EQ(0u, matcher.MatchURL(url2).size());
818 EXPECT_EQ(1u, matcher.MatchURL(url2).size());
835 EXPECT_EQ(1u, matcher.MatchURL(url2).size());
842 EXPECT_EQ(1u, matcher.MatchURL(url2).size());
849 EXPECT_EQ(0u, matcher.MatchURL(url2)
[all...]
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_classification_unittest.cc203 std::string url2 = "b.appspot.com"; local
206 EXPECT_TRUE(SSLErrorClassification::IsHostNameKnownTLD(url2));
/external/chromium_org/content/browser/devtools/
H A Ddevtools_manager_unittest.cc173 const GURL url2("http://www.yahoo.com");
175 url2, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_typed_urls_sync_test.cc196 GURL url2(kUrl2);
198 AddUrlToHistory(1, url2);
207 ASSERT_EQ(url2, post_sync_urls[0].url());
/external/chromium_org/net/cookies/
H A Dcanonical_cookie_unittest.cc94 GURL url2("http://www.foo.com");
95 cookie.reset(CanonicalCookie::Create(url2, "B=1", creation_time, options));
96 EXPECT_EQ(url2.GetOrigin().spec(), cookie->Source());

Completed in 7635 milliseconds

1234