HomeSort by relevance Sort by last modified time
    Searched refs:title1 (Results 1 - 12 of 12) 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 1960 base::string16 title1 = ASCIIToUTF16("Test1"); local
2007 base::string16 title1 = ASCIIToUTF16("Test1"); local
2076 base::string16 title1 = ASCIIToUTF16("Test1"); local
2077 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2146 base::string16 title1 = ASCIIToUTF16("Test1"); local
2147 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2379 base::string16 title1 = ASCIIToUTF16("Test1"); local
2380 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
2428 base::string16 title1 = ASCIIToUTF16("Test1"); local
2429 NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title1); local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc 328 std::string title1 = IndexedURLTitle(1); local
330 ASSERT_TRUE(AddURL(0, title1, GURL(kGenericURL)) != NULL);
821 std::string title1 = IndexedURLTitle(1); local
823 const BookmarkNode* bookmark1 = AddURL(0, 1, title1, url1);
1224 std::string title1 = IndexedURLTitle(2*i+1); local
1301 std::string title1 = IndexedURLTitle(i+7); local
1370 std::string title1 = IndexedURLTitle(2*i+1); local
1390 std::string title1 = IndexedURLTitle(i+50); local
1398 std::string title1 = IndexedFolderName(i+50); local
1405 std::string title1 = IndexedURLTitle(i+5*j+50); local
1640 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/pcre/dist/
RunTest 62 title1="Test 1: Main functionality (Compatible with Perl >= 5.10)"
93 echo $title1
424 echo $title1
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 785 const base::string16& title1 = GetResourceTitle(row1);
789 static_cast<const UChar*>(title1.c_str()),
790 static_cast<int>(title1.length()),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 649 var title1 = treeElement1.titleText;
651 result = title1.compareTo(title2);
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 365 const base::string16 title1(UTF8ToUTF16("cnn"));
397 url_rows[0].set_title(title1);
440 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 464 milliseconds