Searched defs:page1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_ui_utils_unittest.cc26 const BookmarkNode* page1 = model->AddURL(model->bookmark_bar_node(), local
30 nodes.push_back(page1);
69 const BookmarkNode* page1 = model->AddURL(model->bookmark_bar_node(), local
73 nodes.push_back(page1);
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model_unittest.cc41 ArticleEntryPage* page1 = entry1.add_pages(); local
42 page1->set_url("http://example.com/1");
59 EXPECT_TRUE(model.GetEntryByUrl(GURL(page1->url()), &found_entry));
82 ArticleEntryPage* page1 = entry1.add_pages(); local
83 page1->set_url("http://example.com/1");
99 EXPECT_TRUE(model.GetEntryByUrl(GURL(page1->url()), NULL));
H A Dtask_tracker_unittest.cc71 ArticleEntryPage* page1 = entry.add_pages(); local
73 page1->set_url(page_1_url_.spec());
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_archive_info_unittest.py20 page1 = MockPage('http://www.foo.com/', 'Foo') variable
32 """ % (recording1, page1.display_name, page2.display_name, recording2,
62 self.assertIsNotNone(self.archive_info.WprFilePathForPage(page1))
64 self.archive_info.WprFilePathForPage(page1)))
109 self.archive_info.WprFilePathForPage(page1))
149 }""" % page1.url)
170 self.archive_info.WprFilePathForPage(page1))
172 self.archive_info.AddRecordedPages([page1])
186 read_archive_info.WprFilePathForPage(page1))
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_utils_unittest.cc432 const BookmarkNode* page1 = model->AddURL(model->bookmark_bar_node(), local
436 nodes.push_back(page1);
/external/chromium_org/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc137 GURL page1("data:text/html,hello world1");
141 chrome::ShowSingletonTab(browser(), page1); local
149 EXPECT_EQ(tab1->GetURL(), page1);
227 GURL page1("data:text/html,hello world1");
230 chrome::ShowSingletonTab(browser(), page1); local
288 GURL page1("data:text/html,hello world1");
289 base::ProcessHandle pid1 = ShowSingletonTab(page1);
312 EXPECT_EQ(pid1, ShowSingletonTab(page1));
355 GURL page1("data:text/html,hello world1");
358 chrome::ShowSingletonTab(browser(), page1); local
405 chrome::ShowSingletonTab(browser(), page1); local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAllocTest.cpp277 WTF::PartitionPage* page1 = GetFullPage(kTestAllocSize); local
278 EXPECT_EQ(page1, bucket->activePagesHead);
279 EXPECT_EQ(0, page1->nextPage);
284 // Bounce page1 back into the non-full list then fill it up again.
285 char* ptr = reinterpret_cast<char*>(partitionPageToPointer(page1)) + kPointerOffset;
287 EXPECT_EQ(page1, bucket->activePagesHead);
289 EXPECT_EQ(page1, bucket->activePagesHead);
292 // Allocating another page at this point should cause us to scan over page1
309 // Work out a pointer into page1 and free it. This should pull the page
311 ptr = reinterpret_cast<char*>(partitionPageToPointer(page1))
358 WTF::PartitionPage* page1 = GetFullPage(kTestAllocSize * 2); local
874 WTF::PartitionPage* page1 = GetFullPage(kTestAllocSize); local
918 WTF::PartitionPage* page1 = GetFullPage(size); local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_sorting_unittest.cc976 syncer::StringOrdinal page1 = sorting->GetPageOrdinal(first_app_->id()); variable
980 EXPECT_TRUE(page1.IsValid());
982 EXPECT_TRUE(page1.Equals(page2));
986 1U, sorting->CountItemsVisibleOnNtp(sorting->ntp_ordinal_map_[page1]));
990 2U, sorting->CountItemsVisibleOnNtp(sorting->ntp_ordinal_map_[page1]));
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2310 u8 *page1 = pPage1->aData; local
2312 if( memcmp(page1, zMagicHeader, 16)!=0 ){
2317 if( page1[18]>1 ){
2320 if( page1[19]>1 ){
2324 if( page1[18]>2 ){
2327 if( page1[19]>2 ){
2335 ** required as the version of page 1 currently in the page1 buffer
2339 if( page1[19]==2 && pBt->doNotUseWAL==0 ){
2357 if( memcmp(&page1[21], "\100\040\040",3)!=0 ){
2360 pageSize = (page1[1
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c49429 u8 *page1 = pPage1->aData; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53960 u8 *page1 = pPage1->aData; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53980 u8 *page1 = pPage1->aData; local
[all...]

Completed in 8443 milliseconds