HomeSort by relevance Sort by last modified time
    Searched refs:title1 (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 85 std::string title1 = base::UTF16ToUTF8(node1->GetTitle());
86 syncer::SyncAPINameToServerName(title1, &title1);
87 base::TruncateUTF8ToByteSize(title1, kTitleLimitBytes, &title1);
93 int result = title1.compare(title2);
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 322 TextView title1 = (TextView) view.findViewById(R.id.title1); local
329 title1.setVisibility(View.GONE);
333 title1.setText(tab.getTitle());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 1966 base::string16 title1 = ASCIIToUTF16("Test1"); local
2013 base::string16 title1 = ASCIIToUTF16("Test1"); local
2082 base::string16 title1 = ASCIIToUTF16("Test1"); local
2083 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2152 base::string16 title1 = ASCIIToUTF16("Test1"); local
2153 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2385 base::string16 title1 = ASCIIToUTF16("Test1"); local
2386 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2434 base::string16 title1 = ASCIIToUTF16("Test1"); local
2435 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc 308 std::string title1 = IndexedURLTitle(1); local
310 ASSERT_TRUE(AddURL(0, title1, GURL(kGenericURL)) != NULL);
801 std::string title1 = IndexedURLTitle(1); local
803 const BookmarkNode* bookmark1 = AddURL(0, 1, title1, url1);
1192 std::string title1 = IndexedURLTitle(2*i+1); local
1269 std::string title1 = IndexedURLTitle(i+7); local
1338 std::string title1 = IndexedURLTitle(2*i+1); local
1358 std::string title1 = IndexedURLTitle(i+50); local
1366 std::string title1 = IndexedFolderName(i+50); local
1373 std::string title1 = IndexedURLTitle(i+5*j+50); local
1608 std::string title1 = IndexedURLTitle(i+5); local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java 264 final String title1 = "title1"; local
277 mValues1.put(Organization.TITLE, title1);
278 mValues2.put(Organization.TITLE, title1);
280 mValues4.put(Organization.TITLE, title1);
293 assertEquals(title1, ((OrganizationDataItem) dataList.get(0)).getTitle());
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 815 const base::string16& title1 = GetResourceTitle(row1);
819 static_cast<const UChar*>(title1.c_str()),
820 static_cast<int>(title1.length()),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 628 var title1 = treeElement1.titleText;
630 result = title1.compareTo(title2);
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 368 const base::string16 title1(UTF8ToUTF16("cnn"));
401 url_row.set_title(title1);
457 EXPECT_EQ(title1, statement->statement()->ColumnString16(2));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 223 milliseconds