title 114 android_webview/browser/renderer_host/print_manager.cc params->title = settings.title(); title 32 android_webview/common/print_messages.cc title(), title 58 android_webview/common/print_messages.cc title = base::string16(); title 50 android_webview/common/print_messages.h base::string16 title; title 142 android_webview/common/print_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 67 android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java public void onUpdateTitle(String title) { title 68 android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java mAwContentsClient.onReceivedTitle(title); title 140 android_webview/java/src/org/chromium/android_webview/AwContentsClient.java public String title; title 204 android_webview/java/src/org/chromium/android_webview/AwContentsClient.java public abstract void onReceivedTitle(String title); title 25 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java String acceptTypes, String title, String defaultFilename, boolean capture); title 159 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java String acceptTypes, String title, String defaultFilename, boolean capture) { title 163 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java params.title = title; title 380 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java private String makePageWithTitle(String title) { title 381 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java return CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", title 382 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java "<div> The title is: " + title + " </div>"); title 531 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java final String title = "existing file title"; title 533 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java TestFileUtil.createNewHtmlFile(fileName, title, ""); title 543 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java assertEquals(title, getTitleOnUiThread(mAwContents)); title 163 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java for (String title : pageTitles) { title 165 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", ""), title 204 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java private String getScript(String title) { title 205 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java return "document.title='" + title + "';"; title 1155 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java String title = getTitleOnUiThread(); title 1156 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java return expectPopupEnabled ? POPUP_ENABLED.equals(title) : title 1157 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java POPUP_BLOCKED.equals(title); title 31 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java public PageInfo(String title, String url) { title 32 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java mTitle = title; title 46 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java private static final String getHtml(String title) { title 49 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java if (title != null) { title 50 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java html.append("<title>" + title + "</title>"); title 85 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java final String title = loadFromDataAndGetTitle(getHtml(TITLE)); title 86 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java assertEquals("Title should be " + TITLE, TITLE, title); title 98 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java final String title = loadFromDataAndGetTitle(content); title 100 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java title); title 112 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java final String title = loadFromDataAndGetTitle(content); title 113 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java assertEquals("Title should be set to the data:text/html content", expectedTitle, title); title 161 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java final String title = loadFromDataAndGetTitle(page); title 162 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java assertEquals("Incorrect title :: ", expectedTitle, title); title 290 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java String title = getTitleOnUiThread(mAwContents); title 291 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java return IMAGE_LOADED.equals(title) || IMAGE_NOT_LOADED.equals(title); title 69 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java String title, boolean faviconNull) { title 72 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java assertEquals(title, item.getTitle()); title 291 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java String title = mAwContents.getContentViewCore().getTitle(); title 292 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java return LOGIN_RESPONSE_PAGE_TITLE.equals(title); title 302 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java String title = mAwContents.getContentViewCore().getTitle(); title 303 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java return PAGE_1_TITLE.equals(title); title 313 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java String title = mAwContents.getContentViewCore().getTitle(); title 314 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java return LOGIN_RESPONSE_PAGE_TITLE.equals(title); title 87 android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java public void onReceivedTitle(String title) { title 88 android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java mUpdatedTitle = title; title 392 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java final String title = "UNKNOWN_TYPE title"; title 395 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java "<title>" + title + "</title>", title 403 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java return mAwContents.getContentViewCore().getTitle().equals(title); title 114 android_webview/native/aw_web_contents_delegate.cc params.title.empty() ? NULL : title 115 android_webview/native/aw_web_contents_delegate.cc ConvertUTF16ToJavaString(env, params.title).obj(), title 229 android_webview/native/state_serializer.cc base::string16 title; title 230 android_webview/native/state_serializer.cc if (!iterator->ReadString16(&title)) title 232 android_webview/native/state_serializer.cc entry->SetTitle(title); title 49 android_webview/native/state_serializer_unittest.cc const base::string16 title(base::UTF8ToUTF16("title")); title 62 android_webview/native/state_serializer_unittest.cc entry->SetTitle(title); title 84 android_webview/native/state_serializer_unittest.cc EXPECT_EQ(title, copy->GetTitle()); title 1532 android_webview/renderer/print_web_view_helper.cc settings.params.title); title 175 android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java public void onReceivedTitle(String title) { title 522 apps/app_window.cc base::string16 title; title 525 apps/app_window.cc title = base::UTF8ToUTF16(extension()->name()); title 527 apps/app_window.cc title = web_contents()->GetTitle(); title 530 apps/app_window.cc base::RemoveChars(title, kBadChars, &title); title 531 apps/app_window.cc return title; title 66 ash/display/display_error_observer_chromeos.cc return (*iter)->title(); title 104 ash/display/resolution_notification_controller_unittest.cc return (*iter)->title(); title 118 ash/ime/infolist_window.cc title_label_ = new views::Label(entry.title, title_font_list); title 141 ash/ime/infolist_window.cc title_label_->SetText(entry_.title); title 65 ash/keyboard_overlay/keyboard_overlay_delegate.cc KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title, title 67 ash/keyboard_overlay/keyboard_overlay_delegate.cc : title_(title), title 26 ash/keyboard_overlay/keyboard_overlay_delegate.h KeyboardOverlayDelegate(const base::string16& title, const GURL& url); title 88 ash/shelf/shelf_item_types.h base::string16 title; title 47 ash/shelf/shelf_window_watcher_item_delegate.cc return GetShelfItemDetailsForWindow(window_)->title; title 54 ash/shell/app_list.cc std::string title(GetTitle(type)); title 56 ash/shell/app_list.cc SetName(title); title 162 ash/shell/app_list.cc base::string16 title = title 164 ash/shell/app_list.cc set_title(title); title 171 ash/shell/app_list.cc title = base::i18n::ToLower(title); title 172 ash/shell/app_list.cc size_t match_start = title.find(query); title 177 ash/shell/app_list.cc match_start = title.find(query, match_start + match_len); title 301 ash/shell/app_list.cc base::string16 title = title 304 ash/shell/app_list.cc query, title, NULL, NULL)) { title 35 ash/shell/window_watcher_shelf_item_delegate.cc return watcher_->GetWindowByID(id_)->title(); title 69 ash/system/chromeos/network/network_state_notifier.cc const base::string16& title, title 80 ash/system/chromeos/network/network_state_notifier.cc title, title 152 ash/system/chromeos/session/logout_button_tray.cc const base::string16 title = title 154 ash/system/chromeos/session/logout_button_tray.cc button_->SetText(title); title 155 ash/system/chromeos/session/logout_button_tray.cc button_->SetAccessibleName(title); title 124 ash/system/chromeos/session/tray_session_length_limit_unittest.cc base::string16 first_content = notification->title(); title 135 ash/system/chromeos/session/tray_session_length_limit_unittest.cc EXPECT_NE(first_content, notification->title()); title 153 ash/system/chromeos/tray_display_unittest.cc return notification ? notification->title() : base::string16(); title 787 ash/system/user/tray_user.cc const base::string16 title = user::GetLocalizedSignOutStringForStatus(login, title 789 ash/system/user/tray_user.cc TrayPopupLabelButton* logout_button = new TrayPopupLabelButton(this, title); title 790 ash/system/user/tray_user.cc logout_button->SetAccessibleName(title); title 31 ash/test/test_shelf_item_delegate.cc return window_ ? window_->title() : base::string16(); title 22 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java public static void createNewHtmlFile(String name, String title, String body) title 33 base/test/android/javatests/src/org/chromium/base/test/util/TestFileUtil.java "<head><title>" + title + "</title></head>" + title 63 base/win/metro.h wchar_t* title; title 101 base/win/metro.h const wchar_t* title, title 118 base/win/metro.h const string16& title, title 55 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java public static Intent createAddToHomeIntent(Context context, Intent shortcutIntent, String title, title 59 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java i.putExtra(Intent.EXTRA_SHORTCUT_NAME, title); title 76 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java public static Intent createAddToHomeIntent(Context context, String url, String title, title 80 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java context, shortcutIntent, title, favicon, rValue, gValue, bValue); title 292 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java private static BookmarkItem createBookmarkItem(long id, int type, String title, String url, title 294 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java return new BookmarkItem(new BookmarkId(id, type), title, url, isFolder, title 441 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java private BookmarkItem(BookmarkId id, String title, String url, boolean isFolder, title 444 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java mTitle = title; title 160 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java TextView title = addLabel(certificateView, label); title 161 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java title.setAllCaps(true); title 480 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title = values.getAsString(Browser.BookmarkColumns.TITLE); title 485 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java result = nativeUpdateBookmark(mNativeChromeBrowserProvider, bookmarkId, url, title, title 552 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title = values.getAsString(Browser.BookmarkColumns.TITLE); title 561 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java long id = nativeAddBookmark(mNativeChromeBrowserProvider, url, title, isFolder, parentId); title 612 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java private long createBookmarksFolderOnce(String title, long parentId) { title 613 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java return nativeCreateBookmarksFolderOnce(mNativeChromeBrowserProvider, title, parentId); title 1012 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java row.title, row.visits, row.parentId); title 1033 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java row.favicon, row.title, row.visits, row.parentId, selection, selectionArgs); title 1156 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title; title 1182 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java row.title = values.getAsString(BookmarkColumns.TITLE); title 1277 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java public static Intent getShortcutToBookmark(String url, String title, Bitmap favicon, int rValue, title 1280 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java context, url, title, favicon, rValue, gValue, bValue); title 1312 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String url, String title, boolean isFolder, long parentId); title 1317 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java long id, String url, String title, long parentId); title 1321 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title, Integer visits, long parentId); title 1328 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title, Integer visits, long parentId, String selection, String[] selectionArgs); title 1352 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java String title, long parentId); title 63 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderClient.java public static long createBookmarksFolderOnce(Context context, String title, long parentId) { title 66 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderClient.java argsToBundle(title, parentId)); title 84 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java public final String title; title 88 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java private ForeignSessionTab(String url, String title, long timestamp, int id) { title 90 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java this.title = title; title 115 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java ForeignSessionWindow window, String url, String title, long timestamp, int sessionId) { title 116 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java ForeignSessionTab tab = new ForeignSessionTab(url, title, timestamp, sessionId); title 36 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java private JavascriptAppModalDialog(String title, String message, title 38 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java mTitle = title; title 44 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public static JavascriptAppModalDialog createAlertDialog(String title, String message, title 46 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return new JavascriptAppAlertDialog(title, message, shouldShowSuppressCheckBox); title 50 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public static JavascriptAppModalDialog createConfirmDialog(String title, String message, title 52 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return new JavascriptAppConfirmDialog(title, message, shouldShowSuppressCheckBox); title 56 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public static JavascriptAppModalDialog createBeforeUnloadDialog(String title, String message, title 58 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return new JavascriptAppBeforeUnloadDialog(title, message, isReload, title 63 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public static JavascriptAppModalDialog createPromptDialog(String title, String message, title 65 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return new JavascriptAppPromptDialog(title, message, shouldShowSuppressCheckBox, title 203 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public JavascriptAppAlertDialog(String title, String message, title 205 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java super(title, message, shouldShowSuppressCheckBox); title 220 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public JavascriptAppConfirmDialog(String title, String message, title 222 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java super(title, message, shouldShowSuppressCheckBox); title 239 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public JavascriptAppBeforeUnloadDialog(String title, String message, title 241 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java super(title, message, shouldShowSuppressCheckBox); title 269 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java public JavascriptAppPromptDialog(String title, String message, title 271 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java super(title, message, shouldShowSuppressCheckBox); title 39 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java public final String title; title 42 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java private RecentlyClosedTab(int id, String title, String url) { title 44 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java this.title = title; title 51 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java List<RecentlyClosedTab> tabs, int id, String title, String url) { title 52 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java RecentlyClosedTab tab = new RecentlyClosedTab(id, title, url); title 61 chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java private static void addShortcut(Context context, String url, String title, Bitmap favicon, title 85 chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java context.sendBroadcast(BookmarkUtils.createAddToHomeIntent(context, shortcutIntent, title, title 1119 chrome/android/java/src/org/chromium/chrome/browser/Tab.java String title); title 150 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title = (Button) convertView.findViewById(R.id.title); title 158 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title.setText(titleItem.getTitle()); title 159 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title.setEnabled(titleItem.isEnabled()); title 160 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title.setFocusable(titleItem.isEnabled()); title 161 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title.setOnClickListener(new OnClickListener() { title 210 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java public Button title; title 242 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mTitleView.setText(mAppData.title()); title 259 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java R.string.app_banner_view_accessibility, mAppData.title(), mAppData.rating()); title 122 chrome/android/java/src/org/chromium/chrome/browser/banners/AppData.java public void setPackageInfo(String title, String imageUrl, float rating, title 124 chrome/android/java/src/org/chromium/chrome/browser/banners/AppData.java mTitle = title; title 24 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java public static MessageInfoBar createInfoBar(CharSequence title) { title 25 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java return new MessageInfoBar(null, 0, title, BACKGROUND_TYPE_INFO); title 34 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java public static MessageInfoBar createInfoBar(int iconResourceId, CharSequence title) { title 35 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java return new MessageInfoBar(null, iconResourceId, title, BACKGROUND_TYPE_INFO); title 43 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java public static MessageInfoBar createWarningInfoBar(CharSequence title) { title 44 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java return createWarningInfoBar(null, title); title 54 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java CharSequence title) { title 55 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java return new MessageInfoBar(listener, R.drawable.warning, title, BACKGROUND_TYPE_WARNING); title 59 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java CharSequence title, int backgroundType) { title 61 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java mTitle = title; title 44 chrome/android/java/src/org/chromium/chrome/browser/printing/TabPrinter.java String title = tab.getTitle(); title 45 chrome/android/java/src/org/chromium/chrome/browser/printing/TabPrinter.java if (!TextUtils.isEmpty(title)) return title; title 59 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java public static void share(boolean shareDirectly, Activity activity, String title, String url, title 62 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java shareWithLastUsed(activity, title, url, screenshot); title 64 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java showShareDialog(activity, title, url, screenshot); title 76 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java private static void showShareDialog(final Activity activity, final String title, title 78 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java Intent intent = getShareIntent(title, url, screenshot); title 101 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java Intent intent = getDirectShareIntentForComponent(title, url, screenshot, component); title 117 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java Activity activity, String title, String url, Bitmap screenshot) { title 120 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java Intent intent = getDirectShareIntentForComponent(title, url, screenshot, component); title 153 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java private static Intent getShareIntent(String title, String url, Bitmap screenshot) { title 156 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java intent.putExtra(Intent.EXTRA_SUBJECT, title); title 162 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java private static Intent getDirectShareIntentForComponent(String title, String url, title 164 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java Intent intent = getShareIntent(title, url, screenshot); title 52 chrome/android/javatests/src/org/chromium/chrome/browser/NavigationPopupTest.java String title, Bitmap favicon) { title 53 chrome/android/javatests/src/org/chromium/chrome/browser/NavigationPopupTest.java super(index, url, virtualUrl, originalUrl, title, favicon); title 153 chrome/android/javatests/src/org/chromium/chrome/browser/ShortcutHelperTest.java private void addShortcutToURL(String url, final String title) throws InterruptedException { title 162 chrome/android/javatests/src/org/chromium/chrome/browser/ShortcutHelperTest.java mActivity.getActiveTab(), title); title 40 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java private Uri addBookmark(String url, String title, long lastVisitTime, long created, int visits, title 49 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java values.put(BookmarkColumns.TITLE, title); title 64 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java final String title = "Google"; title 72 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java values.put(BookmarkColumns.TITLE, title); title 110 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java final String title[] = { "Google", "Mail" }; title 115 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java uris[i] = addBookmark(url[i], title[i], lastUpdateTime[i], createdTime[i], visits[i], title 189 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java final String title[] = { "Google", "Mail" }; title 193 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java Uri uri = addBookmark(url[0], title[0], lastUpdateTime[0], createdTime[0], visits[0], title 202 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java values.put(BookmarkColumns.TITLE, title[1]); title 244 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java final String title[] = { "Google", "Mail" }; title 249 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java uris[i] = addBookmark(url[i], title[i], lastUpdateTime[i], createdTime[i], visits[i], title 65 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java final AtomicReference<String> title = new AtomicReference<String>(); title 71 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java title.set(contentViewCore.get().getTitle()); title 79 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java assertNotNull("Title was null", title.get()); title 80 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java assertFalse("Title should not contain: " + welcomeUrl + ". Was: " + title.get(), title 81 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java title.get().toLowerCase(Locale.US).contains(welcomeUrl)); title 135 chrome/app/chrome_breakpad_client.cc bool ChromeBreakpadClient::ShouldShowRestartDialog(base::string16* title, title 157 chrome/app/chrome_breakpad_client.cc *title = base::UTF8ToUTF16(dlg_strings[0]); title 29 chrome/app/chrome_breakpad_client.h virtual bool ShouldShowRestartDialog(base::string16* title, title 119 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const base::string16& title) { title 122 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc node_rename_remove_map_[key] = title; title 65 chrome/browser/android/bookmarks/partner_bookmarks_shim.h void RenameBookmark(const BookmarkNode* node, const base::string16& title); title 47 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc const base::string16& title) { title 50 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc return model_->AddURL(parent, parent->child_count(), title, url); title 54 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc const base::string16& title) { title 57 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc return model_->AddFolder(parent, parent->child_count(), title); title 92 chrome/browser/android/dev_tools_server.cc TargetBase(const base::string16& title, const GURL& url) title 93 chrome/browser/android/dev_tools_server.cc : title_(base::UTF16ToUTF8(title)), title 112 chrome/browser/android/dev_tools_server.cc const base::string16& title, title 114 chrome/browser/android/dev_tools_server.cc return new TabTarget(tab_id, title, url); title 177 chrome/browser/android/dev_tools_server.cc TabTarget(int tab_id, const base::string16& title, const GURL& url) title 178 chrome/browser/android/dev_tools_server.cc : TargetBase(title, url), title 110 chrome/browser/android/foreign_session_helper.cc ConvertUTF16ToJavaString(env, current_navigation.title()).Release(), title 54 chrome/browser/android/most_visited_sites.cc titles->push_back(visited.title); title 245 chrome/browser/android/most_visited_sites.cc titles.push_back(base::UTF8ToUTF16(suggestion.title())); title 113 chrome/browser/android/provider/chrome_browser_provider.cc ScopedJavaLocalRef<jstring> title( title 118 chrome/browser/android/provider/chrome_browser_provider.cc env, node->id(), (jint) node->type(), title.obj(), url.obj(), title 180 chrome/browser/android/provider/chrome_browser_provider.cc const base::string16& title) { title 183 chrome/browser/android/provider/chrome_browser_provider.cc parent->GetChild(i)->GetTitle() == title) { title 197 chrome/browser/android/provider/chrome_browser_provider.cc int64 Run(const base::string16& title, title 204 chrome/browser/android/provider/chrome_browser_provider.cc model(), title, url, is_folder, parent_id, &result)); title 209 chrome/browser/android/provider/chrome_browser_provider.cc const base::string16& title, title 228 chrome/browser/android/provider/chrome_browser_provider.cc node = model->AddFolder(parent_node, parent_node->child_count(), title); title 230 chrome/browser/android/provider/chrome_browser_provider.cc node = model->AddURL(parent_node, 0, title, gurl); title 313 chrome/browser/android/provider/chrome_browser_provider.cc const base::string16& title, title 319 chrome/browser/android/provider/chrome_browser_provider.cc model(), id, title, url, parent_id)); title 325 chrome/browser/android/provider/chrome_browser_provider.cc const base::string16& title, title 331 chrome/browser/android/provider/chrome_browser_provider.cc if (node->GetTitle() != title) title 332 chrome/browser/android/provider/chrome_browser_provider.cc model->SetTitle(node, title); title 430 chrome/browser/android/provider/chrome_browser_provider.cc int64 Run(const base::string16& title, const int64 parent_id) { title 434 chrome/browser/android/provider/chrome_browser_provider.cc model(), title, parent_id, &result)); title 439 chrome/browser/android/provider/chrome_browser_provider.cc const base::string16& title, title 459 chrome/browser/android/provider/chrome_browser_provider.cc const BookmarkNode* node = GetChildFolderByTitle(parent, title); title 465 chrome/browser/android/provider/chrome_browser_provider.cc AddBookmarkTask::RunOnUIThread(model, title, base::string16(), true, title 1083 chrome/browser/android/provider/chrome_browser_provider.cc jstring title, title 1119 chrome/browser/android/provider/chrome_browser_provider.cc if (title) title 1120 chrome/browser/android/provider/chrome_browser_provider.cc row->set_title(ConvertJavaStringToUTF16(env, title)); title 1203 chrome/browser/android/provider/chrome_browser_provider.cc base::string16 title = ConvertJavaStringToUTF16(env, jtitle); title 1206 chrome/browser/android/provider/chrome_browser_provider.cc return task.Run(title, url, is_folder, parent_id); title 1223 chrome/browser/android/provider/chrome_browser_provider.cc base::string16 title = ConvertJavaStringToUTF16(env, jtitle); title 1226 chrome/browser/android/provider/chrome_browser_provider.cc return task.Run(id, title, url, parent_id); title 1237 chrome/browser/android/provider/chrome_browser_provider.cc jstring title, title 1243 chrome/browser/android/provider/chrome_browser_provider.cc FillBookmarkRow(env, obj, url, created, isBookmark, date, favicon, title, title 1319 chrome/browser/android/provider/chrome_browser_provider.cc jstring title, title 1325 chrome/browser/android/provider/chrome_browser_provider.cc FillBookmarkRow(env, obj, url, created, isBookmark, date, favicon, title, title 1493 chrome/browser/android/provider/chrome_browser_provider.cc base::string16 title = ConvertJavaStringToUTF16(env, jtitle); title 1494 chrome/browser/android/provider/chrome_browser_provider.cc if (title.empty()) title 1498 chrome/browser/android/provider/chrome_browser_provider.cc return task.Run(title, parent_id); title 63 chrome/browser/android/provider/chrome_browser_provider.h jstring title, title 75 chrome/browser/android/provider/chrome_browser_provider.h jstring title, title 94 chrome/browser/android/provider/chrome_browser_provider.h jstring title, title 138 chrome/browser/android/provider/chrome_browser_provider.h jstring title, title 33 chrome/browser/android/recently_closed_tabs_bridge.cc ConvertUTF16ToJavaString(env, current_navigation.title()).Release(), title 32 chrome/browser/android/shortcut_helper.cc const base::string16& title, title 38 chrome/browser/android/shortcut_helper.cc if (title.length() > 0) title 39 chrome/browser/android/shortcut_helper.cc title_ = title; title 128 chrome/browser/android/shortcut_helper.cc const base::string16& title, title 131 chrome/browser/android/shortcut_helper.cc new ShortcutBuilder(web_contents, title, launcher_large_icon_size); title 140 chrome/browser/android/shortcut_helper.cc const base::string16& title, title 164 chrome/browser/android/shortcut_helper.cc base::android::ConvertUTF16ToJavaString(env, title); title 205 chrome/browser/android/shortcut_helper.cc jstring title, title 210 chrome/browser/android/shortcut_helper.cc base::android::ConvertJavaStringToUTF16(env, title), title 46 chrome/browser/android/shortcut_helper.h const base::string16& title, title 79 chrome/browser/android/shortcut_helper.h const base::string16& title, title 85 chrome/browser/android/shortcut_helper.h const base::string16& title, title 179 chrome/browser/android/tab_android.cc const base::string16& title, title 480 chrome/browser/android/tab_android.cc base::string16 title; title 482 chrome/browser/android/tab_android.cc title = base::android::ConvertJavaStringToUTF16(env, jtitle); title 491 chrome/browser/android/tab_android.cc entry->SetTitle(title); title 104 chrome/browser/android/tab_android.h const base::string16& title, title 469 chrome/browser/apps/web_view_browsertest.cc const char* title) { title 470 chrome/browser/apps/web_view_browsertest.cc base::string16 expected_title(base::ASCIIToUTF16(title)); title 1640 chrome/browser/apps/web_view_browsertest.cc EXPECT_EQ("new_title", item->title()); title 297 chrome/browser/apps/web_view_interactive_browsertest.cc void WaitForTitle(const char* title) { title 298 chrome/browser/apps/web_view_interactive_browsertest.cc base::string16 expected_title(base::ASCIIToUTF16(title)); title 832 chrome/browser/autocomplete/base_search_provider.cc base::string16 title; title 834 chrome/browser/autocomplete/base_search_provider.cc descriptions->GetString(index, &title); title 836 chrome/browser/autocomplete/base_search_provider.cc *this, url, title, is_keyword_result, relevance, title 162 chrome/browser/autocomplete/bookmark_provider.cc const base::string16& title(title_match.node->GetTitle()); title 163 chrome/browser/autocomplete/bookmark_provider.cc DCHECK(!title.empty()); title 174 chrome/browser/autocomplete/bookmark_provider.cc match.description = title; title 229 chrome/browser/autocomplete/bookmark_provider.cc title_match.match_positions.end(), ScoringFunctor(title.size())); title 25 chrome/browser/autocomplete/bookmark_provider_unittest.cc std::string title; title 85 chrome/browser/autocomplete/bookmark_provider_unittest.cc base::ASCIIToUTF16(cur.title), url); title 59 chrome/browser/autocomplete/extension_app_provider_unittest.cc const char* title; title 80 chrome/browser/autocomplete/extension_app_provider_unittest.cc info.set_title(base::UTF8ToUTF16(kExtensionApps[i].title)); title 297 chrome/browser/autocomplete/history_quick_provider.cc match.description = info.title(); title 48 chrome/browser/autocomplete/history_quick_provider_unittest.cc std::string title; title 203 chrome/browser/autocomplete/history_quick_provider_unittest.cc i + 1, cur.url.c_str(), cur.title.c_str(), cur.visit_count, title 798 chrome/browser/autocomplete/history_url_provider.cc match->description = classifier.url_row().title(); title 1115 chrome/browser/autocomplete/history_url_provider.cc match.description = info.title(); title 39 chrome/browser/autocomplete/history_url_provider_unittest.cc const char* title; title 262 chrome/browser/autocomplete/history_url_provider_unittest.cc current_url, base::UTF8ToUTF16(cur.title), cur.visit_count, title 325 chrome/browser/autocomplete/zero_suggest_provider.cc NavigationResult nav(*this, url.url, url.title, false, relevance, true, title 125 chrome/browser/background/background_mode_manager_unittest.cc const base::string16& title, title 116 chrome/browser/bookmarks/bookmark_codec.cc const base::string16& title = node->GetTitle(); title 117 chrome/browser/bookmarks/bookmark_codec.cc value->SetString(kNameKey, title); title 124 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksumWithUrlNode(id, title, url); title 130 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksumWithFolderNode(id, title); title 287 chrome/browser/bookmarks/bookmark_codec.cc base::string16 title; title 288 chrome/browser/bookmarks/bookmark_codec.cc value.GetString(kNameKey, &title); title 317 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksumWithUrlNode(id_string, title, url_string); title 345 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksumWithFolderNode(id_string, title); title 353 chrome/browser/bookmarks/bookmark_codec.cc node->SetTitle(title); title 465 chrome/browser/bookmarks/bookmark_codec.cc const base::string16& title, title 469 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksum(title); title 475 chrome/browser/bookmarks/bookmark_codec.cc const base::string16& title) { title 477 chrome/browser/bookmarks/bookmark_codec.cc UpdateChecksum(title); title 169 chrome/browser/bookmarks/bookmark_codec.h const base::string16& title, title 172 chrome/browser/bookmarks/bookmark_codec.h const base::string16& title); title 256 chrome/browser/bookmarks/bookmark_codec_unittest.cc std::string title; title 257 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_TRUE(child1_value->GetString(BookmarkCodec::kNameKey, &title)); title 258 chrome/browser/bookmarks/bookmark_codec_unittest.cc child1_value->SetString(BookmarkCodec::kNameKey, title + "1"); title 265 chrome/browser/bookmarks/bookmark_codec_unittest.cc child1_value->SetString(BookmarkCodec::kNameKey, title); title 246 chrome/browser/bookmarks/bookmark_html_writer.cc std::string title, date_added_string, type_string; title 247 chrome/browser/bookmarks/bookmark_html_writer.cc if (!value.GetString(BookmarkCodec::kNameKey, &title) || title 284 chrome/browser/bookmarks/bookmark_html_writer.cc !Write(title, CONTENT) || title 317 chrome/browser/bookmarks/bookmark_html_writer.cc title = l10n_util::GetStringUTF8(IDS_BOOKMARK_BAR_FOLDER_NAME); title 321 chrome/browser/bookmarks/bookmark_html_writer.cc if (!Write(title, CONTENT) || title 79 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc result.append(entry.title); title 89 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc const base::string16& title, title 105 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc entry.title = title; title 113 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc const base::string16& title, title 118 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc EXPECT_EQ(BookmarkValuesToString(on_toolbar, url, title, creation_time, title 162 chrome/browser/bookmarks/bookmark_index_unittest.cc const char* title; title 180 chrome/browser/bookmarks/bookmark_index_unittest.cc model_->AddURL(model_->other_node(), 0, base::UTF8ToUTF16(data[i].title), title 193 chrome/browser/bookmarks/bookmark_index_unittest.cc const std::string title; title 209 chrome/browser/bookmarks/bookmark_index_unittest.cc titles.push_back(data[i].title); title 285 chrome/browser/bookmarks/bookmark_index_unittest.cc const char* title; title 296 chrome/browser/bookmarks/bookmark_index_unittest.cc info.set_title(base::UTF8ToUTF16(data[i].title)); title 301 chrome/browser/bookmarks/bookmark_index_unittest.cc model->AddURL(model->other_node(), i, base::UTF8ToUTF16(data[i].title), title 308 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[0].title, base::UTF16ToUTF8(result1.title())); title 312 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[1].title, base::UTF16ToUTF8(result2.title())); title 316 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[2].title, base::UTF16ToUTF8(result3.title())); title 320 chrome/browser/bookmarks/bookmark_index_unittest.cc EXPECT_EQ(data[3].title, base::UTF16ToUTF8(result4.title())); title 73 chrome/browser/bookmarks/bookmark_model.cc void BookmarkNode::SetTitle(const base::string16& title) { title 77 chrome/browser/bookmarks/bookmark_model.cc base::ReplaceChars(title, kInvalidChars, base::ASCIIToUTF16(" "), title 412 chrome/browser/bookmarks/bookmark_model.cc void BookmarkModel::SetTitle(const BookmarkNode* node, const base::string16& title) { title 417 chrome/browser/bookmarks/bookmark_model.cc if (node->GetTitle() == title) title 431 chrome/browser/bookmarks/bookmark_model.cc AsMutable(node)->SetTitle(title); title 609 chrome/browser/bookmarks/bookmark_model.cc bookmark.title = (*i)->GetTitle(); title 627 chrome/browser/bookmarks/bookmark_model.cc const base::string16& title) { title 637 chrome/browser/bookmarks/bookmark_model.cc new_node->SetTitle(title); title 645 chrome/browser/bookmarks/bookmark_model.cc const base::string16& title, title 648 chrome/browser/bookmarks/bookmark_model.cc base::CollapseWhitespace(title, false), title 655 chrome/browser/bookmarks/bookmark_model.cc const base::string16& title, title 669 chrome/browser/bookmarks/bookmark_model.cc new_node->SetTitle(title); title 81 chrome/browser/bookmarks/bookmark_model.h virtual void SetTitle(const base::string16& title) OVERRIDE; title 327 chrome/browser/bookmarks/bookmark_model.h void SetTitle(const BookmarkNode* node, const base::string16& title); title 367 chrome/browser/bookmarks/bookmark_model.h const base::string16& title); title 372 chrome/browser/bookmarks/bookmark_model.h const base::string16& title, title 378 chrome/browser/bookmarks/bookmark_model.h const base::string16& title, title 313 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 316 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddURL(root, 0, title, url); title 321 chrome/browser/bookmarks/bookmark_model_unittest.cc ASSERT_EQ(title, new_node->GetTitle()); title 333 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(base::WideToUTF16( title 337 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddURL(root, 0, title, url); title 342 chrome/browser/bookmarks/bookmark_model_unittest.cc ASSERT_EQ(title, new_node->GetTitle()); title 355 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title( title 359 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddURL(root, i, title, url); title 371 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 374 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddURL(root, 0, title, url); title 379 chrome/browser/bookmarks/bookmark_model_unittest.cc ASSERT_EQ(title, new_node->GetTitle()); title 391 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 393 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddFolder(root, 0, title); title 398 chrome/browser/bookmarks/bookmark_model_unittest.cc ASSERT_EQ(title, new_node->GetTitle()); title 407 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddFolder(root, 0, title); title 415 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title( title 418 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* new_node = model_.AddFolder(root, i, title); title 430 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 432 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(root, 0, title, url); title 451 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 453 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(folder, 0, title, url); title 473 chrome/browser/bookmarks/bookmark_model_unittest.cc base::string16 title(ASCIIToUTF16("foo")); title 475 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(bookmark_bar_node, 0, title, url); title 478 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* folder = model_.AddFolder(bookmark_bar_node, 0, title); title 479 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(folder, 0, title, url); title 496 chrome/browser/bookmarks/bookmark_model_unittest.cc base::string16 title(ASCIIToUTF16("foo")); title 498 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 502 chrome/browser/bookmarks/bookmark_model_unittest.cc title = ASCIIToUTF16("foo2"); title 503 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetTitle(node, title); title 506 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(title, node->GetTitle()); title 512 chrome/browser/bookmarks/bookmark_model_unittest.cc base::string16 title(ASCIIToUTF16("dummy")); title 514 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 516 chrome/browser/bookmarks/bookmark_model_unittest.cc title = ASCIIToUTF16(title_whitespace_test_cases[i].input_title); title 517 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.SetTitle(node, title); title 525 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 527 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 540 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 542 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 555 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 557 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 582 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 586 chrome/browser/bookmarks/bookmark_model_unittest.cc const BookmarkNode* node = model_.AddURL(root, 0, title, url); title 655 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 658 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(model_.other_node(), 0, title, url); title 666 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 669 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(model_.mobile_node(), 0, title, url); title 764 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("blah")); title 765 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(model_.bookmark_bar_node(), 0, title, url); title 766 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(model_.bookmark_bar_node(), 1, title, url); title 772 chrome/browser/bookmarks/bookmark_model_unittest.cc EXPECT_EQ(title, bookmarks[0].title); title 1058 chrome/browser/bookmarks/bookmark_model_unittest.cc const base::string16 title(ASCIIToUTF16("foo")); title 1061 chrome/browser/bookmarks/bookmark_model_unittest.cc model_.AddURL(root, 0, title, url); title 27 chrome/browser/bookmarks/bookmark_node_data.cc title(node->GetTitle()), title 43 chrome/browser/bookmarks/bookmark_node_data.cc pickle->WriteString16(title); title 65 chrome/browser/bookmarks/bookmark_node_data.cc !pickle->ReadString16(iterator, &title) || title 139 chrome/browser/bookmarks/bookmark_node_data.cc bool BookmarkNodeData::ReadFromTuple(const GURL& url, const base::string16& title) { title 146 chrome/browser/bookmarks/bookmark_node_data.cc element.title = title; title 164 chrome/browser/bookmarks/bookmark_node_data.cc const base::string16& title = elements[0].title; title 167 chrome/browser/bookmarks/bookmark_node_data.cc scw.WriteBookmark(title, url); title 200 chrome/browser/bookmarks/bookmark_node_data.cc base::string16 title; title 202 chrome/browser/bookmarks/bookmark_node_data.cc clipboard->ReadBookmark(&title, &url); title 207 chrome/browser/bookmarks/bookmark_node_data.cc element.title = title; title 57 chrome/browser/bookmarks/bookmark_node_data.h base::string16 title; title 105 chrome/browser/bookmarks/bookmark_node_data.h bool ReadFromTuple(const GURL& url, const base::string16& title); title 76 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const base::string16 title(ASCIIToUTF16("google.com")); title 79 chrome/browser/bookmarks/bookmark_node_data_unittest.cc data.SetURL(url, title); title 87 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, drag_data.elements[0].title); title 97 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const base::string16 title(ASCIIToUTF16("foo.com")); title 98 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const BookmarkNode* node = model()->AddURL(root, 0, title, url); title 104 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, drag_data.elements[0].title); title 119 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, read_data.elements[0].title); title 134 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, read_title); title 147 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(g12->GetTitle(), drag_data.elements[0].title); title 162 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(g12->GetTitle(), read_data.elements[0].title); title 182 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const base::string16 title(ASCIIToUTF16("blah2")); title 184 chrome/browser/bookmarks/bookmark_node_data_unittest.cc model()->AddURL(folder, 0, title, url); title 201 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, read_child.title); title 218 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const base::string16 title(ASCIIToUTF16("blah2")); title 220 chrome/browser/bookmarks/bookmark_node_data_unittest.cc const BookmarkNode* url_node = model()->AddURL(folder, 0, title, url); title 242 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(ASCIIToUTF16("g1"), read_folder.title); title 247 chrome/browser/bookmarks/bookmark_node_data_unittest.cc EXPECT_EQ(title, read_url.title); title 33 chrome/browser/bookmarks/bookmark_node_data_views.cc data->SetURL(elements[0].url, elements[0].title); title 58 chrome/browser/bookmarks/bookmark_node_data_views.cc base::string16 title; title 60 chrome/browser/bookmarks/bookmark_node_data_views.cc ui::OSExchangeData::CONVERT_FILENAMES, &url, &title)) title 61 chrome/browser/bookmarks/bookmark_node_data_views.cc ReadFromTuple(url, title); title 26 chrome/browser/bookmarks/bookmark_service.h base::string16 title; title 44 chrome/browser/bookmarks/bookmark_utils.cc cloned_node = model->AddURL(parent, index_to_add_at, element.title, title 49 chrome/browser/bookmarks/bookmark_utils.cc element.title, element.url, title 53 chrome/browser/bookmarks/bookmark_utils.cc cloned_node = model->AddFolder(parent, index_to_add_at, element.title); title 290 chrome/browser/bookmarks/bookmark_utils.cc if (query.title && node->GetTitle() != *query.title) title 356 chrome/browser/bookmarks/bookmark_utils.cc const base::string16& title) { title 364 chrome/browser/bookmarks/bookmark_utils.cc model->AddURL(parent, parent->child_count(), title, url); title 33 chrome/browser/bookmarks/bookmark_utils.h scoped_ptr<base::string16> title; title 105 chrome/browser/bookmarks/bookmark_utils.h const base::string16& title); title 181 chrome/browser/bookmarks/bookmark_utils_unittest.cc query.title.reset(new base::string16); title 182 chrome/browser/bookmarks/bookmark_utils_unittest.cc *query.title = ASCIIToUTF16("Google"); title 188 chrome/browser/bookmarks/bookmark_utils_unittest.cc *query.title = ASCIIToUTF16("Calendar"); title 194 chrome/browser/bookmarks/bookmark_utils_unittest.cc *query.title = ASCIIToUTF16("Folder"); title 221 chrome/browser/bookmarks/bookmark_utils_unittest.cc query.title.reset(new base::string16(ASCIIToUTF16("Google"))); title 228 chrome/browser/bookmarks/bookmark_utils_unittest.cc &query.word_phrase_query, &query.url, &query.title }; title 282 chrome/browser/bookmarks/bookmark_utils_unittest.cc base::string16 title(ASCIIToUTF16("foo")); title 284 chrome/browser/bookmarks/bookmark_utils_unittest.cc const BookmarkNode* n1 = model.AddURL(model.other_node(), 0, title, url); title 285 chrome/browser/bookmarks/bookmark_utils_unittest.cc const BookmarkNode* n2 = model.AddURL(model.other_node(), 1, title, url); title 1242 chrome/browser/browsing_data/cookies_tree_model.cc base::string16 title = CookieTreeHostNode::TitleForUrl(origin); title 1243 chrome/browser/browsing_data/cookies_tree_model.cc if (!filter.size() || title.find(filter) != base::string16::npos) { title 141 chrome/browser/browsing_data/cookies_tree_model.h explicit CookieTreeNode(const base::string16& title) title 142 chrome/browser/browsing_data/cookies_tree_model.h : ui::TreeNode<CookieTreeNode>(title) {} title 117 chrome/browser/chromeos/drive/change_list_loader_unittest.cc scoped_ptr<google_apis::ResourceEntry> AddNewFile(const std::string& title) { title 124 chrome/browser/chromeos/drive/change_list_loader_unittest.cc title, title 222 chrome/browser/chromeos/drive/change_list_loader_unittest.cc util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title()); title 289 chrome/browser/chromeos/drive/change_list_loader_unittest.cc util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title()); title 304 chrome/browser/chromeos/drive/change_list_processor.cc << ", title = " << it->second.title(); title 211 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("New Directory", entry_map[kNewFolderId].title()); title 212 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("File in new dir", entry_map[kNewFileId].title()); title 330 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("New SubDirectory File 1.txt", entry_map[kRenamedId].title()); title 371 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("Added file", entry_map[kFileId].title()); title 394 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("Added file", entry_map[kFileId].title()); title 427 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("Added file", entry_map[kFileId].title()); title 453 chrome/browser/chromeos/drive/change_list_processor_unittest.cc EXPECT_EQ("Added file", entry_map[kFileId].title()); title 522 chrome/browser/chromeos/drive/change_list_processor_unittest.cc dir1.set_title(dir1.title() + " (renamed)"); title 541 chrome/browser/chromeos/drive/change_list_processor_unittest.cc util::GetDriveMyDriveRootPath().AppendASCII(new_file.title()), &entry)); title 545 chrome/browser/chromeos/drive/change_list_processor_unittest.cc util::GetDriveMyDriveRootPath().AppendASCII(dir1.title()), &entry)); title 579 chrome/browser/chromeos/drive/change_list_processor_unittest.cc util::GetDriveMyDriveRootPath().AppendASCII(new_file.title()), &entry)); title 122 chrome/browser/chromeos/drive/directory_loader_unittest.cc scoped_ptr<google_apis::ResourceEntry> AddNewFile(const std::string& title) { title 129 chrome/browser/chromeos/drive/directory_loader_unittest.cc title, title 140 chrome/browser/chromeos/drive/fake_file_system_unittest.cc EXPECT_EQ(util::kDriveMyDriveRootDirName, entry->title()); title 467 chrome/browser/chromeos/drive/file_cache.cc if (it != recovered_cache_info.end() && !it->second.title.empty()) { title 469 chrome/browser/chromeos/drive/file_cache.cc dest_base_name = base::FilePath::FromUTF8Unsafe(it->second.title); title 93 chrome/browser/chromeos/drive/file_cache_unittest.cc recovered_cache_info["id_baz"].title = "baz.png"; title 30 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc base::FilePath title(components[0]); title 32 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc title.AppendRelativePath(relative_file_path, &remaining_path); title 36 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc entry.set_title(title.AsUTF8Unsafe()); title 343 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(entry->title(), resource_entry->title()); title 377 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(entry->title(), resource_entry->title()); title 438 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(entry->title(), resource_entry->title()); title 468 chrome/browser/chromeos/drive/file_system_unittest.cc EXPECT_EQ(entry->title(), resource_entry->title()); title 639 chrome/browser/chromeos/drive/file_system_unittest.cc found.insert(base::FilePath::FromUTF8Unsafe((*entries)[i].title())); title 74 chrome/browser/chromeos/drive/job_scheduler.cc std::string title; title 87 chrome/browser/chromeos/drive/job_scheduler.cc params.title, title 626 chrome/browser/chromeos/drive/job_scheduler.cc const std::string& title, title 640 chrome/browser/chromeos/drive/job_scheduler.cc params.title = title; title 194 chrome/browser/chromeos/drive/job_scheduler.h const std::string& title, title 37 chrome/browser/chromeos/drive/job_scheduler_unittest.cc title_list_out->push_back(resource_entry_in->title()); title 108 chrome/browser/chromeos/drive/job_scheduler_unittest.cc const std::string& title, title 117 chrome/browser/chromeos/drive/job_scheduler_unittest.cc title, title 47 chrome/browser/chromeos/drive/resource_entry_conversion.cc converted.set_title(input.title()); title 48 chrome/browser/chromeos/drive/resource_entry_conversion.cc converted.set_base_name(util::NormalizeFileName(converted.title())); title 91 chrome/browser/chromeos/drive/resource_entry_conversion.cc util::NormalizeFileName(converted.title() + document_extension)); title 31 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc EXPECT_EQ("File 1.mp3", entry.title()); title 107 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc EXPECT_EQ("Document 1", entry.title()); title 188 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc EXPECT_EQ("Sub Directory Folder", entry.title()); title 262 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc EXPECT_EQ("Deleted document", entry.title()); title 23 chrome/browser/chromeos/drive/resource_metadata.cc std::string base_name = entry->title(); title 566 chrome/browser/chromeos/drive/resource_metadata_storage.cc info->title = entry.title(); title 115 chrome/browser/chromeos/drive/resource_metadata_storage.h std::string title; title 524 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc EXPECT_EQ("foo", recovered_cache_info["id_foo"].title); title 527 chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc EXPECT_EQ("bar", recovered_cache_info["id_bar"].title); title 39 chrome/browser/chromeos/drive/resource_metadata_unittest.cc const std::string& title, title 43 chrome/browser/chromeos/drive/resource_metadata_unittest.cc entry.set_title(title); title 52 chrome/browser/chromeos/drive/resource_metadata_unittest.cc ResourceEntry CreateDirectoryEntry(const std::string& title, title 55 chrome/browser/chromeos/drive/resource_metadata_unittest.cc title, "id:" + title, parent_local_id); title 60 chrome/browser/chromeos/drive/resource_metadata_unittest.cc const std::string& title, title 64 chrome/browser/chromeos/drive/resource_metadata_unittest.cc entry.set_title(title); title 69 chrome/browser/chromeos/drive/resource_metadata_unittest.cc entry.mutable_file_specific_info()->set_md5("md5:" + title); title 74 chrome/browser/chromeos/drive/resource_metadata_unittest.cc ResourceEntry CreateFileEntry(const std::string& title, title 76 chrome/browser/chromeos/drive/resource_metadata_unittest.cc return CreateFileEntryWithResourceId(title, "id:" + title, parent_local_id); title 41 chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc updated_entry.set_title("Updated" + src_entry.title()); title 67 chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc EXPECT_EQ(src_entry.title(), result_entry.title()); title 268 chrome/browser/chromeos/drive/sync/entry_update_performer.cc local_state->entry.title(), title 280 chrome/browser/chromeos/drive/sync/entry_update_performer.cc options.title = local_state->entry.title(); title 313 chrome/browser/chromeos/drive/sync/entry_update_performer.cc local_state->entry.title(), title 335 chrome/browser/chromeos/drive/sync/entry_update_performer.cc local_state->entry.title(), last_modified, last_accessed, title 79 chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc src_entry.set_title("Moved" + src_entry.title()); title 117 chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc EXPECT_EQ(src_entry.title(), gdata_entry->title()); title 163 chrome/browser/chromeos/drive/sync_client_unittest.cc void AddFileEntry(const std::string& title) { title 170 chrome/browser/chromeos/drive/sync_client_unittest.cc title, title 176 chrome/browser/chromeos/drive/sync_client_unittest.cc resource_ids_[title] = entry->resource_id(); title 244 chrome/browser/chromeos/drive/sync_client_unittest.cc std::string GetLocalId(const std::string& title) { title 245 chrome/browser/chromeos/drive/sync_client_unittest.cc EXPECT_EQ(1U, resource_ids_.count(title)); title 248 chrome/browser/chromeos/drive/sync_client_unittest.cc metadata_->GetIdByResourceId(resource_ids_[title], &local_id)); title 313 chrome/browser/chromeos/drive/sync_client_unittest.cc EXPECT_EQ("moved_new_title", resource_entry->title()); title 178 chrome/browser/chromeos/extensions/file_manager/private_api_tasks.cc converted->title = task.task_title(); title 436 chrome/browser/chromeos/file_manager/file_tasks.cc (*i)->title, title 479 chrome/browser/chromeos/file_manager/file_tasks.cc handler->title(), title 15 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc base::string16 title; title 22 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc title = l10n_util::GetStringUTF16( title 27 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc title = l10n_util::GetStringUTF16( title 32 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc title = l10n_util::GetStringUTF16( title 37 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc title = l10n_util::GetStringUTF16( title 42 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc title = l10n_util::GetStringUTF16( title 50 chrome/browser/chromeos/file_manager/select_file_dialog_util.cc return title; title 69 chrome/browser/chromeos/file_manager/url_util.cc const base::string16& title, title 78 chrome/browser/chromeos/file_manager/url_util.cc arg_value.SetString("title", title); title 30 chrome/browser/chromeos/file_manager/url_util.h const base::string16& title, title 331 chrome/browser/chromeos/input_method/input_method_engine.cc entry.description_title = base::UTF8ToUTF16(ix->usage.title); title 93 chrome/browser/chromeos/input_method/input_method_engine_interface.h std::string title; title 52 chrome/browser/chromeos/login/login_web_dialog.cc const base::string16& title, title 58 chrome/browser/chromeos/login/login_web_dialog.cc title_(title), title 84 chrome/browser/chromeos/login/login_web_dialog.cc void LoginWebDialog::SetDialogTitle(const base::string16& title) { title 85 chrome/browser/chromeos/login/login_web_dialog.cc title_ = title; title 46 chrome/browser/chromeos/login/login_web_dialog.h const base::string16& title, title 57 chrome/browser/chromeos/login/login_web_dialog.h void SetDialogTitle(const base::string16& title); title 368 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc base::string16 title; title 377 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc title = l10n_util::GetStringUTF16( title 386 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc title = l10n_util::GetStringUTF16( title 397 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc actor_->ShowErrorPage(title, message, button); title 88 chrome/browser/chromeos/login/multi_profile_first_run_notification.cc const base::string16 title; title 93 chrome/browser/chromeos/login/multi_profile_first_run_notification.cc title, title 698 chrome/browser/chromeos/login/oauth2_browsertest.cc base::string16 title; title 699 chrome/browser/chromeos/login/oauth2_browsertest.cc ui_test_utils::GetCurrentTabTitle(browser, &title); title 700 chrome/browser/chromeos/login/oauth2_browsertest.cc DVLOG(1) << "Loaded page at the start : " << title; title 719 chrome/browser/chromeos/login/oauth2_browsertest.cc ui_test_utils::GetCurrentTabTitle(browser, &title); title 720 chrome/browser/chromeos/login/oauth2_browsertest.cc DVLOG(1) << "Loaded page at the end : " << title; title 231 chrome/browser/chromeos/memory/oom_priority_manager.cc str += it->title; title 583 chrome/browser/chromeos/memory/oom_priority_manager.cc stats.title = contents->GetTitle(); title 82 chrome/browser/chromeos/memory/oom_priority_manager.h base::string16 title; title 50 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc const base::string16& title) { title 52 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc protocol, url, title); title 327 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc const std::string& title) { title 329 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc base::UTF8ToUTF16(title)); title 78 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc handler_.title(), base::UTF8ToUTF16(handler_.url().host()), title 81 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc handler_.title(), base::UTF8ToUTF16(handler_.url().host()), title 82 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc GetProtocolName(handler_), old_handler.title()); title 89 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc handler_.title()) : title 50 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc handler_.title(), base::UTF8ToUTF16(handler_.url().host()), title 53 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc handler_.title(), base::UTF8ToUTF16(handler_.url().host()), title 54 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc GetProtocolName(handler_), old_handler.title()); title 65 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc GetProtocolName(handler_), old_handler.title()); title 64 chrome/browser/custom_home_pages_table_model.cc base::string16 title; title 82 chrome/browser/custom_home_pages_table_model.cc entries_[i].title.erase(); title 210 chrome/browser/custom_home_pages_table_model.cc return entries_[row].title.empty() ? FormattedURL(row) : entries_[row].title; title 214 chrome/browser/custom_home_pages_table_model.cc return entries_[row].title.empty() ? base::string16() : title 216 chrome/browser/custom_home_pages_table_model.cc entries_[row].title, FormattedURL(row)); title 246 chrome/browser/custom_home_pages_table_model.cc if (found_url && !row->title().empty()) { title 247 chrome/browser/custom_home_pages_table_model.cc entry->title = row->title(); title 130 chrome/browser/download/download_status_updater_win.cc base::string16 title = l10n_util::GetStringUTF16( title 142 chrome/browser/download/download_status_updater_win.cc title.c_str(), title 409 chrome/browser/drive/drive_api_service.cc const std::string& title, title 413 chrome/browser/drive/drive_api_service.cc DCHECK(!title.empty()); title 418 chrome/browser/drive/drive_api_service.cc drive::util::EscapeQueryStringValue(title).c_str()); title 707 chrome/browser/drive/drive_api_service.cc const std::string& title, title 719 chrome/browser/drive/drive_api_service.cc title, title 744 chrome/browser/drive/drive_api_service.cc request->set_title(options.title); title 86 chrome/browser/drive/drive_api_service.h const std::string& title, title 156 chrome/browser/drive/drive_api_service.h const std::string& title, title 312 chrome/browser/drive/drive_api_util.cc file->set_title(entry.title()); title 408 chrome/browser/drive/drive_api_util.cc entry->set_title(file_resource.title()); title 427 chrome/browser/drive/drive_api_util.cc entry->set_filename(file_resource.title()); title 428 chrome/browser/drive/drive_api_util.cc entry->set_suggested_filename(file_resource.title()); title 90 chrome/browser/drive/drive_service_interface.h std::string title; title 188 chrome/browser/drive/drive_service_interface.h const std::string& title, title 368 chrome/browser/drive/drive_service_interface.h const std::string& title, title 139 chrome/browser/drive/drive_uploader.cc const std::string& title, title 147 chrome/browser/drive/drive_uploader.cc DCHECK(!title.empty()); title 159 chrome/browser/drive/drive_uploader.cc title, title 250 chrome/browser/drive/drive_uploader.cc const std::string& title, title 260 chrome/browser/drive/drive_uploader.cc title, title 76 chrome/browser/drive/drive_uploader.h const std::string& title, title 125 chrome/browser/drive/drive_uploader.h const std::string& title, title 162 chrome/browser/drive/drive_uploader.h const std::string& title, title 81 chrome/browser/drive/drive_uploader_unittest.cc const std::string& title, title 84 chrome/browser/drive/drive_uploader_unittest.cc EXPECT_EQ(kTestDocumentTitle, title); title 214 chrome/browser/drive/drive_uploader_unittest.cc const std::string& title, title 255 chrome/browser/drive/drive_uploader_unittest.cc const std::string& title, title 71 chrome/browser/drive/dummy_drive_service.cc const std::string& title, title 160 chrome/browser/drive/dummy_drive_service.cc const std::string& title, title 42 chrome/browser/drive/dummy_drive_service.h const std::string& title, title 112 chrome/browser/drive/dummy_drive_service.h const std::string& title, title 101 chrome/browser/drive/fake_drive_service.cc if (entry.title().find(value) == std::string::npos) title 141 chrome/browser/drive/fake_drive_service.cc std::string title; title 155 chrome/browser/drive/fake_drive_service.cc std::string title) title 161 chrome/browser/drive/fake_drive_service.cc title(title), title 369 chrome/browser/drive/fake_drive_service.cc const std::string& title, title 373 chrome/browser/drive/fake_drive_service.cc DCHECK(!title.empty()); title 379 chrome/browser/drive/fake_drive_service.cc base::StringPrintf("title:'%s'", title.c_str()), title 977 chrome/browser/drive/fake_drive_service.cc const std::string& title, title 1004 chrome/browser/drive/fake_drive_service.cc title); title 1135 chrome/browser/drive/fake_drive_service.cc DCHECK(!session->title.empty()); title 1141 chrome/browser/drive/fake_drive_service.cc session->title, title 1221 chrome/browser/drive/fake_drive_service.cc const std::string& title, title 1225 chrome/browser/drive/fake_drive_service.cc title, shared_with_me, callback); title 1233 chrome/browser/drive/fake_drive_service.cc const std::string& title, title 1253 chrome/browser/drive/fake_drive_service.cc title, title 1340 chrome/browser/drive/fake_drive_service.cc const std::string& title, title 1364 chrome/browser/drive/fake_drive_service.cc new_file->set_title(title); title 1395 chrome/browser/drive/fake_drive_service.cc share_url_base_, "name", title); title 129 chrome/browser/drive/fake_drive_service.h const std::string& title, title 199 chrome/browser/drive/fake_drive_service.h const std::string& title, title 240 chrome/browser/drive/fake_drive_service.h const std::string& title, title 253 chrome/browser/drive/fake_drive_service.h const std::string& title, title 291 chrome/browser/drive/fake_drive_service.h const std::string& title, title 423 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new directory", resource_list->entries()[0]->title()); title 474 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_TRUE(entry.title().empty()); title 1103 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new title", resource_entry->title()); title 1152 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new title", resource_entry->title()); title 1206 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new title", resource_entry->title()); title 1263 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new title", resource_entry->title()); title 1310 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new title", resource_entry->title()); title 1585 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new directory", resource_entry->title()); title 1613 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new directory", resource_entry->title()); title 1638 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new directory", resource_entry->title()); title 1668 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ("new directory", resource_entry->title()); title 2085 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ(kTitle, resource_entry->title()); title 2120 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ(kTitle, resource_entry->title()); title 2159 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ(kTitle, resource_entry->title()); title 2244 chrome/browser/drive/fake_drive_service_unittest.cc EXPECT_EQ(kTitle, resource_entry->title()); title 280 chrome/browser/extensions/activity_log/activity_actions.cc base::StringValue title(page_title_); title 281 chrome/browser/extensions/activity_log/activity_actions.cc result += " PAGE_TITLE=" + Serialize(&title); title 86 chrome/browser/extensions/activity_log/activity_actions.h void set_page_title(const std::string& title) { page_title_ = title; } title 115 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc element->title = base::UTF16ToUTF8(node.GetTitle()); title 135 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc node_element->title = base::UTF16ToUTF8(element.title); title 64 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.cc bookmark_tree_node->title = base::UTF16ToUTF8(node->GetTitle()); title 67 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers_unittest.cc ASSERT_EQ("Digg", digg->title); title 78 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers_unittest.cc ASSERT_EQ("inner folder 1", inner_folder->title); title 250 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc change_info.title = base::UTF16ToUTF8(node->GetTitle()); title 455 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (object.title) title 456 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc query.title.reset(new base::string16(base::UTF8ToUTF16(*object.title))); title 552 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc base::string16 title; // Optional. title 553 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (params->bookmark.title.get()) title 554 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc title = base::UTF8ToUTF16(*params->bookmark.title.get()); title 568 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc node = model->AddURL(parent, index, title, url); title 570 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc node = model->AddFolder(parent, index, title); title 668 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc base::string16 title; title 670 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (params->changes.title.get()) { title 671 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc title = base::UTF8ToUTF16(*params->changes.title); title 695 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc model->SetTitle(node, title); title 752 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc std::string title; title 753 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc json->GetString(keys::kTitleKey, &title); title 757 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc bucket_id += title; title 155 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h std::string title; title 156 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h if (create_properties.title.get()) title 157 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h title = *create_properties.title; title 160 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h if (title.empty() && type != MenuItem::SEPARATOR) { title 176 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h new MenuItem(item_id, title, checked, enabled, type, contexts)); title 234 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h if (update_properties.title.get()) { title 235 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h std::string title(*update_properties.title); title 236 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h if (title.empty() && item->type() != MenuItem::SEPARATOR) { title 240 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h item->set_title(title); title 106 chrome/browser/extensions/api/declarative/declarative_apitest.cc base::string16 title( title 108 chrome/browser/extensions/api/declarative/declarative_apitest.cc return base::UTF16ToUTF8(title); title 708 chrome/browser/extensions/api/extension_action/extension_action_api.cc std::string title; title 709 chrome/browser/extensions/api/extension_action/extension_action_api.cc EXTENSION_FUNCTION_VALIDATE(details_->GetString("title", &title)); title 710 chrome/browser/extensions/api/extension_action/extension_action_api.cc extension_action_->SetTitle(tab_id_, title); title 882 chrome/browser/extensions/api/extension_action/extension_action_api.cc std::string title; title 886 chrome/browser/extensions/api/extension_action/extension_action_api.cc page_actions_keys::kTitleKey, &title)); title 916 chrome/browser/extensions/api/extension_action/extension_action_api.cc page_action->SetTitle(tab_id, title); title 82 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc bool AddTestFile(const std::string& title, title 88 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc "text/plain", data, parent_id, title, false, title 95 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc std::string AddTestDirectory(const std::string& title, title 100 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc parent_id, title, title 71 chrome/browser/extensions/api/history/history_api.cc history_item->title.reset(new std::string(base::UTF16ToUTF8(row.title()))); title 49 chrome/browser/extensions/api/i18n/i18n_apitest.cc base::string16 title; title 50 chrome/browser/extensions/api/i18n/i18n_apitest.cc ui_test_utils::GetCurrentTabTitle(browser(), &title); title 51 chrome/browser/extensions/api/i18n/i18n_apitest.cc EXPECT_EQ(std::string("FIRSTMESSAGE"), base::UTF16ToUTF8(title)); title 66 chrome/browser/extensions/api/i18n/i18n_apitest.cc ui_test_utils::GetCurrentTabTitle(browser(), &title); title 67 chrome/browser/extensions/api/i18n/i18n_apitest.cc EXPECT_EQ(std::string("SECONDMESSAGE"), base::UTF16ToUTF8(title)); title 167 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnAuthFlowTitleChange(const std::string& title) { title 173 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc if (StartsWithASCII(title, prefix, true)) { title 174 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GURL url(title.substr(prefix.length(), std::string::npos)); title 78 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h virtual void OnAuthFlowTitleChange(const std::string& title) OVERRIDE; title 308 chrome/browser/extensions/api/identity/identity_api.h virtual void OnAuthFlowTitleChange(const std::string& title) OVERRIDE {} title 188 chrome/browser/extensions/api/identity/web_auth_flow.cc std::pair<content::NavigationEntry*, bool>* title = title 192 chrome/browser/extensions/api/identity/web_auth_flow.cc if (title->first) { title 194 chrome/browser/extensions/api/identity/web_auth_flow.cc base::UTF16ToUTF8(title->first->GetTitle())); title 70 chrome/browser/extensions/api/identity/web_auth_flow.h virtual void OnAuthFlowTitleChange(const std::string& title) = 0; title 669 chrome/browser/extensions/api/input_ime/input_ime_api.cc candidates_out.back().usage.title = candidates_in[i]->usage->title; title 410 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc handler->SetString("title", action->title()); title 240 chrome/browser/extensions/api/notifications/notifications_api.cc !options->icon_url || !options->title || !options->message) { title 248 chrome/browser/extensions/api/notifications/notifications_api.cc const base::string16 title(base::UTF8ToUTF16(*options->title)); title 271 chrome/browser/extensions/api/notifications/notifications_api.cc base::UTF8ToUTF16((*options->buttons)[i]->title)); title 313 chrome/browser/extensions/api/notifications/notifications_api.cc base::UTF8ToUTF16(i->get()->title), title 328 chrome/browser/extensions/api/notifications/notifications_api.cc title, title 351 chrome/browser/extensions/api/notifications/notifications_api.cc if (options->title) title 352 chrome/browser/extensions/api/notifications/notifications_api.cc notification->set_title(base::UTF8ToUTF16(*options->title)); title 378 chrome/browser/extensions/api/notifications/notifications_api.cc base::UTF8ToUTF16((*options->buttons)[i]->title)); title 424 chrome/browser/extensions/api/notifications/notifications_api.cc base::UTF8ToUTF16(i->get()->title), title 723 chrome/browser/extensions/api/notifications/notifications_apitest.cc EXPECT_EQ(base::ASCIIToUTF16(kNewTitle), notification->title()); title 84 chrome/browser/extensions/api/sessions/sessions_api.cc std::string title = base::UTF16ToUTF8(current_navigation.title()); title 88 chrome/browser/extensions/api/sessions/sessions_api.cc if (!title.empty()) { title 89 chrome/browser/extensions/api/sessions/sessions_api.cc tab_struct->title.reset(new std::string(title)); title 93 chrome/browser/extensions/api/sessions/sessions_api.cc tab_struct->title.reset(new std::string(base::UTF16ToUTF8( title 539 chrome/browser/extensions/api/tabs/tabs_api.cc std::string title = title 543 chrome/browser/extensions/api/tabs/tabs_api.cc title, window_profile, urls[0], window_bounds, panel_create_mode); title 848 chrome/browser/extensions/api/tabs/tabs_api.cc std::string title; title 849 chrome/browser/extensions/api/tabs/tabs_api.cc if (params->query_info.title.get()) title 850 chrome/browser/extensions/api/tabs/tabs_api.cc title = *params->query_info.title; title 928 chrome/browser/extensions/api/tabs/tabs_api.cc if (!title.empty() && !MatchPattern(web_contents->GetTitle(), title 929 chrome/browser/extensions/api/tabs/tabs_api.cc base::UTF8ToUTF16(title))) title 39 chrome/browser/extensions/api/top_sites/top_sites_api.cc if (url.title.empty()) title 42 chrome/browser/extensions/api/top_sites/top_sites_api.cc page_value->SetString("title", url.title); title 117 chrome/browser/extensions/bookmark_app_helper_unittest.cc web_app_info.title = base::UTF8ToUTF16(kAppTitle); title 148 chrome/browser/extensions/bookmark_app_helper_unittest.cc web_app_info.title = base::UTF8ToUTF16(kAppTitle); title 168 chrome/browser/extensions/bookmark_app_helper_unittest.cc web_app_info.title = base::UTF8ToUTF16(kAlternativeAppTitle); title 64 chrome/browser/extensions/context_menu_matcher.cc base::string16 title; title 68 chrome/browser/extensions/context_menu_matcher.cc title = base::UTF8ToUTF16(extension->name()); title 73 chrome/browser/extensions/context_menu_matcher.cc title = item->TitleWithReplacement(selection_text, title 81 chrome/browser/extensions/context_menu_matcher.cc menu_model_->AddItem(menu_id, title); title 85 chrome/browser/extensions/context_menu_matcher.cc menu_model_->AddSubMenu(menu_id, title, submenu); title 107 chrome/browser/extensions/context_menu_matcher.cc base::string16 title; title 112 chrome/browser/extensions/context_menu_matcher.cc title = base::UTF8ToUTF16(extension->name()); title 115 chrome/browser/extensions/context_menu_matcher.cc title = item->TitleWithReplacement( title 118 chrome/browser/extensions/context_menu_matcher.cc return title; title 215 chrome/browser/extensions/context_menu_matcher.cc base::string16 title = item->TitleWithReplacement(selection_text, title 221 chrome/browser/extensions/context_menu_matcher.cc menu_model->AddItem(menu_id, title); title 225 chrome/browser/extensions/context_menu_matcher.cc menu_model->AddSubMenu(menu_id, title, submenu); title 230 chrome/browser/extensions/context_menu_matcher.cc menu_model->AddCheckItem(menu_id, title); title 240 chrome/browser/extensions/context_menu_matcher.cc menu_model->AddRadioItem(menu_id, title, radio_group_id); title 106 chrome/browser/extensions/convert_web_app.cc root->SetString(keys::kName, base::UTF16ToUTF8(web_app.title)); title 101 chrome/browser/extensions/convert_web_app_unittest.cc web_app.title = base::ASCIIToUTF16("Gearpad"); title 129 chrome/browser/extensions/convert_web_app_unittest.cc EXPECT_EQ(base::UTF16ToUTF8(web_app.title), extension->name()); title 155 chrome/browser/extensions/convert_web_app_unittest.cc web_app.title = base::ASCIIToUTF16("Gearpad"); title 174 chrome/browser/extensions/convert_web_app_unittest.cc EXPECT_EQ(base::UTF16ToUTF8(web_app.title), extension->name()); title 82 chrome/browser/extensions/extension_action.h void SetTitle(int tab_id, const std::string& title) { title 83 chrome/browser/extensions/extension_action.h SetValue(&title_, tab_id, title); title 265 chrome/browser/extensions/extension_context_menu_browsertest.cc ASSERT_GT(item->title().size(), limit); title 194 chrome/browser/extensions/extension_tab_util.cc tab->title.reset(); title 121 chrome/browser/extensions/menu_manager.cc const std::string& title, title 127 chrome/browser/extensions/menu_manager.cc title_(title), title 235 chrome/browser/extensions/menu_manager.cc std::string title; title 236 chrome/browser/extensions/menu_manager.cc if (type != SEPARATOR && !value.GetString(kTitleKey, &title)) title 254 chrome/browser/extensions/menu_manager.cc id, title, checked, enabled, type, contexts)); title 151 chrome/browser/extensions/menu_manager.h const std::string& title, title 163 chrome/browser/extensions/menu_manager.h const std::string& title() const { return title_; } title 213 chrome/browser/extensions/menu_manager_unittest.cc std::string title("TITLE"); title 238 chrome/browser/extensions/menu_manager_unittest.cc value.SetString("title", title); title 251 chrome/browser/extensions/menu_manager_unittest.cc EXPECT_EQ(title, item->title()); title 345 chrome/browser/extensions/tab_helper.cc if (web_app_info_.title.empty()) title 346 chrome/browser/extensions/tab_helper.cc web_app_info_.title = web_contents()->GetTitle(); title 347 chrome/browser/extensions/tab_helper.cc if (web_app_info_.title.empty()) title 348 chrome/browser/extensions/tab_helper.cc web_app_info_.title = base::UTF8ToUTF16(web_app_info_.app_url.spec()); title 71 chrome/browser/external_extension_browsertest.cc base::string16 title = data.tab->GetTitle(); title 72 chrome/browser/external_extension_browsertest.cc if (title.empty()) { title 75 chrome/browser/external_extension_browsertest.cc title = title_watcher.WaitAndGetTitle(); title 77 chrome/browser/external_extension_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("OK"), title); title 78 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc std::string title; title 79 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc dict->GetString("title", &title); title 80 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc if (title == kIdentityTitle) { title 406 chrome/browser/file_select_helper.cc params.title, title 102 chrome/browser/hang_monitor/hung_plugin_action.cc const base::string16 title = l10n_util::GetStringUTF16( title 117 chrome/browser/hang_monitor/hung_plugin_action.cc NULL, title, message, chrome::MESSAGE_BOX_TYPE_QUESTION) == title 75 chrome/browser/history/android/android_history_types.h void set_title(const base::string16& title) { title 77 chrome/browser/history/android/android_history_types.h title_ = title; title 79 chrome/browser/history/android/android_history_types.h const base::string16& title() const { title 814 chrome/browser/history/android/android_provider_backend.cc url_row.set_title(i->title); title 1058 chrome/browser/history/android/android_provider_backend.cc new_row.set_title(row.title()); title 288 chrome/browser/history/android/android_provider_backend_unittest.cc ASSERT_EQ(title3, url_row.title()); title 525 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), title 526 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.modified_details()->changed_urls[0].title()); title 532 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 543 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), title 544 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.modified_details()->changed_urls[0].title()); title 565 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), statement->statement()->ColumnString16(2)); title 580 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), statement->statement()->ColumnString16(2)); title 632 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 653 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), title 654 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.deleted_details()->rows[0].title()); title 672 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), statement->statement()->ColumnString16(2)); title 700 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), title 701 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.deleted_details()->rows[0].title()); title 821 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 860 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), title 861 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.deleted_details()->rows[0].title()); title 869 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), title 870 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.modified_details()->changed_urls[0].title()); title 898 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child1->GetTitle()); title 920 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), title 921 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.deleted_details()->rows[0].title()); title 1582 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 1605 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child1->GetTitle()); title 1909 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), title 1910 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.modified_details()->changed_urls[0].title()); title 1916 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 1927 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row2.title(), title 1928 chrome/browser/history/android/android_provider_backend_unittest.cc delegate_.modified_details()->changed_urls[0].title()); title 1971 chrome/browser/history/android/android_provider_backend_unittest.cc EXPECT_EQ(row1.title(), child->GetTitle()); title 34 chrome/browser/history/android/bookmark_model_sql_handler.cc const base::string16& title) { title 40 chrome/browser/history/android/bookmark_model_sql_handler.cc bookmark_model->AddURL(mobile_node, 0, title, url); title 44 chrome/browser/history/android/bookmark_model_sql_handler.cc const base::string16& title, title 51 chrome/browser/history/android/bookmark_model_sql_handler.cc bookmark_model->AddURL(parent, 0, title, url); title 69 chrome/browser/history/android/bookmark_model_sql_handler.cc const base::string16& title) { title 77 chrome/browser/history/android/bookmark_model_sql_handler.cc bookmark_model->SetTitle(*i, title); title 115 chrome/browser/history/android/bookmark_model_sql_handler.cc i->url, url_row.title(), row.parent_id())); title 121 chrome/browser/history/android/bookmark_model_sql_handler.cc i->url, url_row.title())); title 135 chrome/browser/history/android/bookmark_model_sql_handler.cc i->url, row.title())); title 163 chrome/browser/history/android/bookmark_model_sql_handler.cc row->url(), row->title(), row->parent_id())); title 169 chrome/browser/history/android/bookmark_model_sql_handler.cc row->url(), row->title())); title 46 chrome/browser/history/android/bookmark_model_sql_handler.h const base::string16& title); title 50 chrome/browser/history/android/bookmark_model_sql_handler.h const base::string16& title, title 58 chrome/browser/history/android/bookmark_model_sql_handler.h const base::string16& title); title 92 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(row.title(), nodes[0]->GetTitle()); title 113 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(row.title(), nodes[0]->GetTitle()); title 145 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), bookmarks[0].title); title 151 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), nodes[0]->GetTitle()); title 174 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), bookmarks[0].title); title 179 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), nodes[0]->GetTitle()); title 188 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc update_title.set_title(url_row.title()); title 196 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), bookmarks[0].title); title 201 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc EXPECT_EQ(url_row.title(), nodes[0]->GetTitle()); title 40 chrome/browser/history/android/urls_sql_handler.cc url_row.set_title(row->title()); title 108 chrome/browser/history/android/urls_sql_handler.cc update_row.set_title(row.title()); title 125 chrome/browser/history/android/urls_sql_handler_unittest.cc EXPECT_EQ(row.title(), url_row.title()); title 162 chrome/browser/history/android/urls_sql_handler_unittest.cc EXPECT_EQ(row.title(), url_row.title()); title 194 chrome/browser/history/android/urls_sql_handler_unittest.cc EXPECT_EQ(update_row.title(), url_row.title()); title 108 chrome/browser/history/history_backend.cc mv.title = page_data.GetTitle(); title 875 chrome/browser/history/history_backend.cc const base::string16& title) { title 902 chrome/browser/history/history_backend.cc if (row_id && row.title() != title) { title 903 chrome/browser/history/history_backend.cc row.set_title(title); title 921 chrome/browser/history/history_backend.cc const base::string16& title) { title 932 chrome/browser/history/history_backend.cc if (!title.empty()) { title 933 chrome/browser/history/history_backend.cc url_info.set_title(title); title 1484 chrome/browser/history/history_backend.cc data[i]->SetTitle(info.title()); title 137 chrome/browser/history/history_backend.h virtual void SetPageTitle(const GURL& url, const base::string16& title); title 138 chrome/browser/history/history_backend.h void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title); title 2608 chrome/browser/history/history_backend_unittest.cc base::string16 title(base::UTF8ToUTF16("Bookmark title")); title 2609 chrome/browser/history/history_backend_unittest.cc backend_->AddPageNoVisitForBookmark(url, title); title 2614 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(title, row.title()); title 2621 chrome/browser/history/history_backend_unittest.cc EXPECT_EQ(base::UTF8ToUTF16(url.spec()), row.title()); title 27 chrome/browser/history/history_querying_unittest.cc const char* title; title 66 chrome/browser/history/history_querying_unittest.cc result.title() == title 67 chrome/browser/history/history_querying_unittest.cc base::UTF8ToUTF16(test_entries[test_entry_index].title); title 156 chrome/browser/history/history_querying_unittest.cc history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title)); title 415 chrome/browser/history/history_querying_unittest.cc EXPECT_TRUE(row1.title() == results[0].title()); title 422 chrome/browser/history/history_querying_unittest.cc EXPECT_TRUE(row2.title() == results[0].title()); title 424 chrome/browser/history/history_querying_unittest.cc EXPECT_TRUE(row1.title() == results[1].title()); title 486 chrome/browser/history/history_service.cc const base::string16& title) { title 492 chrome/browser/history/history_service.cc &HistoryBackend::AddPageNoVisitForBookmark, url, title); title 496 chrome/browser/history/history_service.cc const base::string16& title) { title 498 chrome/browser/history/history_service.cc ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title); title 511 chrome/browser/history/history_service.cc const base::string16& title, title 527 chrome/browser/history/history_service.cc row.set_title(title); title 215 chrome/browser/history/history_service.h void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title); title 219 chrome/browser/history/history_service.h void SetPageTitle(const GURL& url, const base::string16& title); title 550 chrome/browser/history/history_service.h const base::string16& title, title 285 chrome/browser/history/history_types.cc const base::string16& title) title 287 chrome/browser/history/history_types.cc title(title) { title 291 chrome/browser/history/history_types.cc const base::string16& title, title 294 chrome/browser/history/history_types.cc title(title), title 306 chrome/browser/history/history_types.cc title(page_data.GetTitle()), title 88 chrome/browser/history/history_types.h const base::string16& title() const { title 91 chrome/browser/history/history_types.h void set_title(const base::string16& title) { title 94 chrome/browser/history/history_types.h if (title != title_) { title 95 chrome/browser/history/history_types.h title_ = title; title 510 chrome/browser/history/history_types.h MostVisitedURL(const GURL& url, const base::string16& title); title 512 chrome/browser/history/history_types.h const base::string16& title, title 517 chrome/browser/history/history_types.h base::string16 title; title 552 chrome/browser/history/history_types.h base::string16 title; title 1283 chrome/browser/history/history_unittest.cc EXPECT_EQ(existing_title, query_url_row_.title()); title 1292 chrome/browser/history/history_unittest.cc EXPECT_EQ(base::string16(), query_url_row_.title()); title 1775 chrome/browser/history/history_unittest.cc const base::string16 title(base::ASCIIToUTF16("Title1")); title 1791 chrome/browser/history/history_unittest.cc s.BindString16(2, title); title 1831 chrome/browser/history/history_unittest.cc EXPECT_EQ(title, results[0]->GetTitle()); title 52 chrome/browser/history/in_memory_url_index_types.cc base::string16 CleanUpTitleForMatching(const base::string16& title) { title 53 chrome/browser/history/in_memory_url_index_types.cc return base::i18n::ToLower(title.substr(0u, kCleanedUpTitleMaxLength)); title 54 chrome/browser/history/in_memory_url_index_types.h base::string16 CleanUpTitleForMatching(const base::string16& title); title 460 chrome/browser/history/in_memory_url_index_unittest.cc EXPECT_EQ(ASCIIToUTF16("DRUDGE REPORT 2010"), matches[0].url_info.title()); title 470 chrome/browser/history/in_memory_url_index_unittest.cc EXPECT_EQ(ASCIIToUTF16("DRUDGE REPORT 2010"), matches[0].url_info.title()); title 490 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 503 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 529 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 548 chrome/browser/history/in_memory_url_index_unittest.cc EXPECT_EQ(ASCIIToUTF16("DRUDGE REPORT 2010"), matches[0].url_info.title()); title 570 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 698 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 716 chrome/browser/history/in_memory_url_index_unittest.cc matches[0].url_info.title()); title 72 chrome/browser/history/scored_history_match.cc base::string16 title = CleanUpTitleForMatching(row.title()); title 78 chrome/browser/history/scored_history_match.cc TermMatches title_term_matches = MatchTermInString(term, title, term_num); title 39 chrome/browser/history/scored_history_match_unittest.cc const char* title, title 58 chrome/browser/history/scored_history_match_unittest.cc const base::string16& title); title 62 chrome/browser/history/scored_history_match_unittest.cc const char* title, title 67 chrome/browser/history/scored_history_match_unittest.cc row.set_title(ASCIIToUTF16(title)); title 79 chrome/browser/history/scored_history_match_unittest.cc String16SetFromString16(url_row.title(), &word_starts->title_word_starts_); title 100 chrome/browser/history/scored_history_match_unittest.cc const base::string16& title) { title 105 chrome/browser/history/scored_history_match_unittest.cc scored_match.title_matches_ = MatchTermInString(term, title, 0); title 108 chrome/browser/history/scored_history_match_unittest.cc String16SetFromString16(title, &word_starts.title_word_starts_); title 403 chrome/browser/history/scored_history_match_unittest.cc base::string16 title = ASCIIToUTF16("here is a title"); title 406 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("abc"), url, title); title 409 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("bc"), url, title); title 412 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("def"), url, title); title 415 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("ef"), url, title); title 418 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("com"), url, title); title 421 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("om"), url, title); title 424 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("path1"), url, title); title 427 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("ath1"), url, title); title 430 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("arg2"), url, title); title 433 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("rg2"), url, title); title 436 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("htt"), url, title); title 439 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("tt"), url, title); title 442 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("her"), url, title); title 445 chrome/browser/history/scored_history_match_unittest.cc ASCIIToUTF16("er"), url, title); title 53 chrome/browser/history/top_sites_cache_unittest.cc base::string16 title(base::ASCIIToUTF16("Title ") + title 55 chrome/browser/history/top_sites_cache_unittest.cc top_sites_.push_back(MostVisitedURL(GURL(spec_item), title)); title 459 chrome/browser/history/top_sites_database.cc url.title = statement.ColumnString16(2); title 507 chrome/browser/history/top_sites_database.cc statement.BindString16(0, url.title); title 536 chrome/browser/history/top_sites_database.cc statement.BindString16(2, url.title); title 601 chrome/browser/history/top_sites_impl.cc url.title = l10n_util::GetStringUTF16(kPrepopulatedPages[i].title_id); title 246 chrome/browser/history/top_sites_impl_unittest.cc void AddPageToHistory(const GURL& url, const base::string16& title) { title 253 chrome/browser/history/top_sites_impl_unittest.cc history_service()->SetPageTitle(url, title); title 258 chrome/browser/history/top_sites_impl_unittest.cc const base::string16& title, title 265 chrome/browser/history/top_sites_impl_unittest.cc history_service()->SetPageTitle(url, title); title 677 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(asdf_title, querier.urls()[0].title); title 687 chrome/browser/history/top_sites_impl_unittest.cc url2.title = google_title; title 690 chrome/browser/history/top_sites_impl_unittest.cc AddPageToHistory(url2.url, url2.title); title 705 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(asdf_title, querier.urls()[0].title); title 707 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(google_title, querier.urls()[1].title); title 725 chrome/browser/history/top_sites_impl_unittest.cc list[0].title = base::ASCIIToUTF16("forced1"); title 752 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(base::ASCIIToUTF16("forced1"), querier.urls()[0].title); title 785 chrome/browser/history/top_sites_impl_unittest.cc url.title = asdf_title; title 792 chrome/browser/history/top_sites_impl_unittest.cc AddPageToHistory(url.url, url.title, url.redirects, add_time); title 802 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(asdf_title, querier.urls()[0].title); title 812 chrome/browser/history/top_sites_impl_unittest.cc url2.title = google_title; title 817 chrome/browser/history/top_sites_impl_unittest.cc AddPageToHistory(google3_url, url2.title, url2.redirects, title 820 chrome/browser/history/top_sites_impl_unittest.cc AddPageToHistory(google3_url, url2.title, url2.redirects, title 836 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(google_title, querier.urls()[0].title); title 842 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(asdf_title, querier.urls()[1].title); title 916 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(google_title, querier.urls()[0].title); title 928 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_EQ(google_title, querier.urls()[0].title); title 285 chrome/browser/history/typed_url_syncable_service.cc std::string title = url.url().spec(); title 297 chrome/browser/history/typed_url_syncable_service.cc AddTypedUrlToChangeList(change_type, url, visit_vector, title, changes); title 306 chrome/browser/history/typed_url_syncable_service.cc std::string title, title 320 chrome/browser/history/typed_url_syncable_service.cc kTypedUrlTag, title, entity_specifics))); title 334 chrome/browser/history/typed_url_syncable_service.cc typed_url->set_title(base::UTF16ToUTF8(url.title())); title 101 chrome/browser/history/typed_url_syncable_service.h std::string title, title 98 chrome/browser/history/typed_url_syncable_service_unittest.cc const char* title, title 117 chrome/browser/history/typed_url_syncable_service_unittest.cc (base::UTF16ToUTF8(row.title()).compare(specifics.title()) == 0) && title 146 chrome/browser/history/typed_url_syncable_service_unittest.cc const char* title, title 157 chrome/browser/history/typed_url_syncable_service_unittest.cc history_url.set_title(base::UTF8ToUTF16(title)); title 123 chrome/browser/history/url_database.cc statement.BindString16(0, info.title()); title 157 chrome/browser/history/url_database.cc statement.BindString16(1, info.title()); title 191 chrome/browser/history/url_database.cc statement.BindString16(2, info.title()); title 386 chrome/browser/history/url_database.cc base::string16 title = base::i18n::ToLower(statement.ColumnString16(2)); title 387 chrome/browser/history/url_database.cc query_parser_.ExtractQueryWords(title, &query_words); title 26 chrome/browser/history/url_database_unittest.cc return a.title() == b.title() && title 306 chrome/browser/history/url_index_private_data.cc bool title_updated = row_to_update.title() != row.title(); title 322 chrome/browser/history/url_index_private_data.cc row_to_update.set_title(row.title()); title 723 chrome/browser/history/url_index_private_data.cc new_row.set_title(row.title()); title 762 chrome/browser/history/url_index_private_data.cc const base::string16& title = CleanUpTitleForMatching(row.title()); title 763 chrome/browser/history/url_index_private_data.cc String16Set title_words = String16SetFromString16(title, title 1005 chrome/browser/history/url_index_private_data.cc map_entry->set_title(base::UTF16ToUTF8(url_row.title())); title 1184 chrome/browser/history/url_index_private_data.cc base::string16 title(base::UTF8ToUTF16(iter->title())); title 1185 chrome/browser/history/url_index_private_data.cc url_row.set_title(title); title 1242 chrome/browser/history/url_index_private_data.cc const base::string16& title = CleanUpTitleForMatching(row.title()); title 1243 chrome/browser/history/url_index_private_data.cc String16VectorFromString16(title, false, &word_starts.title_word_starts_); title 150 chrome/browser/importer/firefox_importer_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("Google"), page[0].title()); title 152 chrome/browser/importer/firefox_importer_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("Google"), page[1].title()); title 155 chrome/browser/importer/firefox_importer_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("example form (POST)"), page[2].title()); title 321 chrome/browser/importer/ie_importer_browsertest_win.cc if (page[i].title() == kIEIdentifyTitle && title 13 chrome/browser/importer/importer_unittest_utils.cc ASSERT_EQ(base::WideToUTF16Hack(expected.title), entry.title); title 14 chrome/browser/importer/importer_unittest_utils.cc ASSERT_EQ(expected.in_toolbar, entry.in_toolbar) << entry.title; title 15 chrome/browser/importer/importer_unittest_utils.cc ASSERT_EQ(expected.path_size, entry.path.size()) << entry.title; title 16 chrome/browser/importer/importer_unittest_utils.cc ASSERT_EQ(expected.url, entry.url.spec()) << entry.title; title 19 chrome/browser/importer/importer_unittest_utils.cc entry.path[i]) << entry.title; title 18 chrome/browser/importer/importer_unittest_utils.h const wchar_t* title; title 36 chrome/browser/importer/in_process_importer_bridge.cc row.set_title(it->title); title 93 chrome/browser/importer/in_process_importer_bridge.cc TemplateURL* CreateTemplateURL(const base::string16& title, title 107 chrome/browser/importer/in_process_importer_bridge.cc data.short_name = title.empty() ? keyword : title; title 201 chrome/browser/importer/profile_writer.cc model->AddFolder(parent, parent->child_count(), bookmark->title); title 204 chrome/browser/importer/profile_writer.cc bookmark->title, bookmark->url, title 53 chrome/browser/importer/profile_writer_unittest.cc base::string16 title, title 58 chrome/browser/importer/profile_writer_unittest.cc row.set_title(title); title 85 chrome/browser/importer/profile_writer_unittest.cc bookmark_model->GetBookmarksWithTitlesMatching(bookmarks_record[i].title, title 120 chrome/browser/importer/profile_writer_unittest.cc void AddImportedBookmarkEntry(const GURL& url, const base::string16& title) { title 125 chrome/browser/importer/profile_writer_unittest.cc entry.title = title; title 69 chrome/browser/jumplist_updater_win.cc item->title().c_str())) { title 27 chrome/browser/jumplist_updater_win.h const std::wstring& title() const { return title_; } title 35 chrome/browser/jumplist_updater_win.h void set_title(const std::wstring& title) { title 36 chrome/browser/jumplist_updater_win.h title_ = title; title 294 chrome/browser/jumplist_win.cc link->set_title(!url.title.empty()? url.title : url_string_wide); title 363 chrome/browser/jumplist_win.cc link->set_title(current_navigation.title()); title 248 chrome/browser/local_discovery/privet_notifications.cc base::string16 title = l10n_util::GetStringUTF16(title_resource); title 265 chrome/browser/local_discovery/privet_notifications.cc title, title 182 chrome/browser/managed_mode/managed_user_shared_settings_service.cc std::string title = mu_id + ":" + key; title 183 chrome/browser/managed_mode/managed_user_shared_settings_service.cc return SyncData::CreateLocalData(title, title, specifics); title 165 chrome/browser/media/desktop_media_list_ash.cc SourceDescription window_source(id, (*it)->title()); title 182 chrome/browser/media/desktop_media_list_ash.cc content::DesktopMediaID::RegisterAuraWindow(*iter), (*iter)->title()); title 153 chrome/browser/media/media_capture_devices_dispatcher.cc std::string title; title 155 chrome/browser/media/media_capture_devices_dispatcher.cc title = extension->name(); title 158 chrome/browser/media/media_capture_devices_dispatcher.cc title = url.SchemeIsSecure() ? net::GetHostAndOptionalPort(url) title 161 chrome/browser/media/media_capture_devices_dispatcher.cc return base::UTF8ToUTF16(title); title 142 chrome/browser/media/native_desktop_media_list.cc base::string16 title; title 145 chrome/browser/media/native_desktop_media_list.cc title = l10n_util::GetStringFUTF16Int( title 149 chrome/browser/media/native_desktop_media_list.cc title = l10n_util::GetStringUTF16( title 153 chrome/browser/media/native_desktop_media_list.cc DesktopMediaID::TYPE_SCREEN, screens[i].id), title)); title 167 chrome/browser/media/native_desktop_media_list.cc base::UTF8ToUTF16(it->title))); title 172 chrome/browser/media/native_desktop_media_list_unittest.cc window.title = "Test window"; title 275 chrome/browser/media/native_desktop_media_list_unittest.cc window.title = "Test window 0"; title 325 chrome/browser/media/native_desktop_media_list_unittest.cc list[0].title = kTestTitle; title 285 chrome/browser/memory_details.cc base::string16 title = base::UTF8ToUTF16(extension->name()); title 286 chrome/browser/memory_details.cc process.titles.push_back(title); title 318 chrome/browser/memory_details.cc base::string16 title = contents->GetTitle(); title 319 chrome/browser/memory_details.cc if (!title.length()) title 320 chrome/browser/memory_details.cc title = l10n_util::GetStringUTF16(IDS_DEFAULT_TAB_TITLE); title 321 chrome/browser/memory_details.cc process.titles.push_back(title); title 621 chrome/browser/net/dns_probe_browsertest.cc std::string title; title 629 chrome/browser/net/dns_probe_browsertest.cc &title); title 633 chrome/browser/net/dns_probe_browsertest.cc return title; title 335 chrome/browser/notifications/desktop_notification_service.cc const base::string16& title, title 343 chrome/browser/notifications/desktop_notification_service.cc subst.push_back(net::EscapeForHTML(base::UTF16ToUTF8(title))); title 348 chrome/browser/notifications/desktop_notification_service.cc } else if (title.empty() || body.empty()) { title 350 chrome/browser/notifications/desktop_notification_service.cc base::string16 line = title.empty() ? body : title; title 353 chrome/browser/notifications/desktop_notification_service.cc title.empty() ? base::ASCIIToUTF16("description") title 359 chrome/browser/notifications/desktop_notification_service.cc subst.push_back(net::EscapeForHTML(base::UTF16ToUTF8(title))); title 389 chrome/browser/notifications/desktop_notification_service.cc const base::string16& title, title 397 chrome/browser/notifications/desktop_notification_service.cc Notification notification(origin_url, icon_url, title, message, title 406 chrome/browser/notifications/desktop_notification_service.cc icon_url, title, message, blink::WebTextDirectionDefault)); title 416 chrome/browser/notifications/desktop_notification_service.cc const base::string16& title, title 424 chrome/browser/notifications/desktop_notification_service.cc Notification notification(origin_url, icon, title, message, title 435 chrome/browser/notifications/desktop_notification_service.cc origin_url, title, message, icon_url, replace_id, delegate, profile); title 624 chrome/browser/notifications/desktop_notification_service.cc Notification notification(origin, params.icon_url, params.title, title 98 chrome/browser/notifications/desktop_notification_service.h const base::string16& title, title 114 chrome/browser/notifications/desktop_notification_service.h const base::string16& title, title 123 chrome/browser/notifications/desktop_notification_service.h const base::string16& title, title 41 chrome/browser/notifications/desktop_notification_service_win.cc notification.title().c_str(), title 163 chrome/browser/notifications/desktop_notifications_unittest.cc params.title = base::ASCIIToUTF16("Title"); title 271 chrome/browser/notifications/desktop_notifications_unittest.cc params.title = base::ASCIIToUTF16("Really Really Really Really Really Really " title 286 chrome/browser/notifications/desktop_notifications_unittest.cc params.title = base::ASCIIToUTF16("Short title"); title 464 chrome/browser/notifications/desktop_notifications_unittest.cc params.title = base::ASCIIToUTF16("<script>window.alert('uh oh');</script>"); title 34 chrome/browser/notifications/notification.cc const base::string16& title, title 42 chrome/browser/notifications/notification.cc title, title 56 chrome/browser/notifications/notification.cc icon_url, title, body, dir)); title 62 chrome/browser/notifications/notification.cc const base::string16& title, title 73 chrome/browser/notifications/notification.cc title, title 92 chrome/browser/notifications/notification.cc DesktopNotificationService::CreateDataUrl(icon_url_, title, body, dir)); title 98 chrome/browser/notifications/notification.cc const base::string16& title, title 106 chrome/browser/notifications/notification.cc title, title 38 chrome/browser/notifications/notification.h const base::string16& title, title 49 chrome/browser/notifications/notification.h const base::string16& title, title 59 chrome/browser/notifications/notification.h const base::string16& title, title 225 chrome/browser/notifications/notification_browsertest.cc const char* title, title 337 chrome/browser/notifications/notification_browsertest.cc const char* title, title 342 chrome/browser/notifications/notification_browsertest.cc icon, title, body, replace_id); title 539 chrome/browser/notifications/notification_browsertest.cc (*notifications.rbegin())->title()); title 548 chrome/browser/notifications/notification_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("My Title"), notification.title()); title 948 chrome/browser/notifications/notification_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("Title2"), (*notifications.rbegin())->title()); title 958 chrome/browser/notifications/notification_browsertest.cc EXPECT_EQ(base::ASCIIToUTF16("Title2"), notification.title()); title 35 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc const std::string& title, title 42 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc syncer::SyncData sync_data = CreateSyncData(title, text, app_icon_url, title 152 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc const std::string& title, title 159 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc SyncData sync_data = CreateSyncData(title, text, app_icon_url, image_url, title 77 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc const std::string& title, title 118 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc simple_expanded_layout->set_title(title); title 119 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc simple_collapsed_layout->set_heading(title); title 127 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc simple_collapsed_layout->set_heading(title); title 97 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h const std::string& title, title 158 chrome/browser/notifications/sync_notifier/synced_notification.cc std::string title = GetButtonTitle(i); title 159 chrome/browser/notifications/sync_notifier/synced_notification.cc if (title.empty()) title 161 chrome/browser/notifications/sync_notifier/synced_notification.cc message_center::ButtonInfo button_info(base::UTF8ToUTF16(title)); title 387 chrome/browser/notifications/sync_notifier/synced_notification.cc simple_expanded_layout().title(); title 271 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc EXPECT_EQ(std::string(kTitle1), base::UTF16ToUTF8(notification.title())); title 347 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc base::UTF16ToUTF8(notification_manager()->notification().title())); title 402 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc base::UTF16ToUTF8(notification_manager()->notification().title())); title 426 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc EXPECT_EQ(std::string(kTitle1), base::UTF16ToUTF8(notification2.title())); title 292 chrome/browser/policy/policy_browsertest.cc base::string16 title = base::UTF8ToUTF16(url.spec() + " was blocked"); title 293 chrome/browser/policy/policy_browsertest.cc EXPECT_NE(title, contents->GetTitle()); title 303 chrome/browser/policy/policy_browsertest.cc base::string16 title = base::UTF8ToUTF16(url.spec() + " was blocked"); title 304 chrome/browser/policy/policy_browsertest.cc EXPECT_EQ(title, contents->GetTitle()); title 777 chrome/browser/policy/policy_browsertest.cc base::string16 title; title 778 chrome/browser/policy/policy_browsertest.cc EXPECT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(), &title)); title 779 chrome/browser/policy/policy_browsertest.cc EXPECT_EQ(french_title, title); title 34 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc base::string16 title; title 142 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc row.set_title(test_row.title); title 177 chrome/browser/prerender/prerender_contents.cc const base::string16& title, title 165 chrome/browser/prerender/prerender_contents.h base::string16 title() const { return title_; } title 266 chrome/browser/printing/print_dialog_cloud.cc base::StringValue title(print_job_title_); title 275 chrome/browser/printing/print_dialog_cloud.cc "printApp._printDataUrl", base::StringValue(base64_data), title); title 83 chrome/browser/printing/print_dialog_cloud_unittest.cc MockCloudPrintFlowHandler(const base::string16& title, title 86 chrome/browser/printing/print_dialog_cloud_unittest.cc : CloudPrintFlowHandler(NULL, title, print_ticket, file_type) {} title 85 chrome/browser/printing/printing_message_filter.cc params->title = settings.title(); title 602 chrome/browser/referrer_policy_browsertest.cc std::string title; title 606 chrome/browser/referrer_policy_browsertest.cc &title)); title 608 chrome/browser/referrer_policy_browsertest.cc title); title 625 chrome/browser/referrer_policy_browsertest.cc &title)); title 628 chrome/browser/referrer_policy_browsertest.cc title); title 709 chrome/browser/renderer_context_menu/render_view_context_menu.cc const base::string16& title) { title 710 chrome/browser/renderer_context_menu/render_view_context_menu.cc menu_model_.AddItem(command_id, title); title 714 chrome/browser/renderer_context_menu/render_view_context_menu.cc const base::string16& title) { title 715 chrome/browser/renderer_context_menu/render_view_context_menu.cc menu_model_.AddCheckItem(command_id, title); title 1077 chrome/browser/renderer_context_menu/render_view_context_menu.cc handlers[i].title()); title 107 chrome/browser/renderer_context_menu/render_view_context_menu.h virtual void AddMenuItem(int command_id, const base::string16& title) = 0; title 108 chrome/browser/renderer_context_menu/render_view_context_menu.h virtual void AddCheckItem(int command_id, const base::string16& title) = 0; title 120 chrome/browser/renderer_context_menu/render_view_context_menu.h const base::string16& title) = 0; title 155 chrome/browser/renderer_context_menu/render_view_context_menu.h const base::string16& title) OVERRIDE; title 157 chrome/browser/renderer_context_menu/render_view_context_menu.h const base::string16& title) OVERRIDE; title 165 chrome/browser/renderer_context_menu/render_view_context_menu.h const base::string16& title) OVERRIDE; title 38 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc base::string16 title; title 64 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc const base::string16& title) OVERRIDE {} title 66 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc const base::string16& title) OVERRIDE {} title 74 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc const base::string16& title) OVERRIDE {} title 44 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc base::string16 title; title 52 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) OVERRIDE; title 54 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) OVERRIDE; title 62 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) OVERRIDE; title 106 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) { title 112 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc item.title = title; title 117 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) { title 123 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc item.title = title; title 150 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc const base::string16& title) { title 156 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc it->title = title; title 190 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc item->title = items_[i].title; title 45 chrome/browser/renderer_host/pepper/pepper_talk_host.cc base::string16 title; title 50 chrome/browser/renderer_host/pepper/pepper_talk_host.cc title = l10n_util::GetStringUTF16(IDS_GTALK_SCREEN_SHARE_DIALOG_TITLE); title 55 chrome/browser/renderer_host/pepper/pepper_talk_host.cc title = l10n_util::GetStringUTF16(IDS_GTALK_REMOTING_DIALOG_TITLE); title 60 chrome/browser/renderer_host/pepper/pepper_talk_host.cc title = l10n_util::GetStringUTF16(IDS_GTALK_REMOTING_DIALOG_TITLE); title 75 chrome/browser/renderer_host/pepper/pepper_talk_host.cc chrome::ShowMessageBox(parent, title, message, title 881 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc const base::string16& title, title 886 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc strings->SetString("title", title); title 1044 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc const base::string16& title, title 1049 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc strings->SetString("title", title); title 242 chrome/browser/safe_browsing/safe_browsing_blocking_page.h const base::string16& title, title 271 chrome/browser/safe_browsing/safe_browsing_blocking_page.h const base::string16& title, title 283 chrome/browser/search/instant_service.cc item.title = url.title; title 60 chrome/browser/search/suggestions/suggestions_service_unittest.cc EXPECT_EQ(kTestTitle, suggestions_profile.suggestions(0).title()); title 106 chrome/browser/search/suggestions/suggestions_source.cc line.append(net::EscapeForHTML(suggestion.title())); title 645 chrome/browser/search_engines/template_url_service.cc const base::string16& title, title 653 chrome/browser/search_engines/template_url_service.cc data.short_name = title; title 220 chrome/browser/search_engines/template_url_service.h const base::string16& title, title 86 chrome/browser/sessions/session_types_unittest.cc EXPECT_EQ(base::ASCIIToUTF16("title"),tab.navigations[i].title()); title 123 chrome/browser/sessions/session_types_unittest.cc EXPECT_EQ(base::UTF16ToUTF8(tab.navigations[i].title()), title 124 chrome/browser/sessions/session_types_unittest.cc sync_data.navigation(i).title()); title 105 chrome/browser/shell_integration.h base::string16 title; title 757 chrome/browser/shell_integration_linux.cc const base::string16& title, title 764 chrome/browser/shell_integration_linux.cc return GetDesktopFileContentsForCommand(cmd_line, app_name, url, title, title 772 chrome/browser/shell_integration_linux.cc const base::string16& title, title 788 chrome/browser/shell_integration_linux.cc std::string final_title = base::UTF16ToUTF8(title); title 837 chrome/browser/shell_integration_linux.cc std::string GetDirectoryFileContents(const base::string16& title, title 844 chrome/browser/shell_integration_linux.cc std::string final_title = base::UTF16ToUTF8(title); title 917 chrome/browser/shell_integration_linux.cc shortcut_info.title, title 949 chrome/browser/shell_integration_linux.cc shortcut_info.title, title 964 chrome/browser/shell_integration_linux.cc const std::string& title) { title 991 chrome/browser/shell_integration_linux.cc command_line, wm_class, GURL(), base::UTF8ToUTF16(title), icon_name, title 93 chrome/browser/shell_integration_linux.h const base::string16& title, title 105 chrome/browser/shell_integration_linux.h const base::string16& title, title 111 chrome/browser/shell_integration_linux.h std::string GetDirectoryFileContents(const base::string16& title, title 126 chrome/browser/shell_integration_linux.h const std::string& title); title 448 chrome/browser/shell_integration_linux_unittest.cc const char* title; title 576 chrome/browser/shell_integration_linux_unittest.cc base::ASCIIToUTF16(test_cases[i].title), title 608 chrome/browser/shell_integration_linux_unittest.cc const char* title; title 644 chrome/browser/shell_integration_linux_unittest.cc base::ASCIIToUTF16(test_cases[i].title), title 213 chrome/browser/signin/signin_error_notifier_ash_unittest.cc EXPECT_FALSE(notification->title().empty()); title 275 chrome/browser/ssl/ssl_blocking_page.cc strings.SetString("headLine", error_info.title()); title 21 chrome/browser/ssl/ssl_error_info.cc SSLErrorInfo::SSLErrorInfo(const base::string16& title, title 25 chrome/browser/ssl/ssl_error_info.cc : title_(title), title 35 chrome/browser/ssl/ssl_error_info.cc base::string16 title, details, short_description; title 39 chrome/browser/ssl/ssl_error_info.cc title = title 78 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_EXPIRED_TITLE); title 92 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_NOT_YET_VALID_TITLE); title 106 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_AUTHORITY_INVALID_TITLE); title 126 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_CONTAINS_ERRORS_TITLE); title 139 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 147 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 155 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_REVOKED_CERT_TITLE); title 166 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_INVALID_CERT_TITLE); title 178 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 192 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_WEAK_KEY_TITLE); title 204 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 214 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 223 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16( title 230 chrome/browser/ssl/ssl_error_info.cc title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_UNKNOWN_ERROR_TITLE); title 238 chrome/browser/ssl/ssl_error_info.cc return SSLErrorInfo(title, details, short_description, extra_info); title 61 chrome/browser/ssl/ssl_error_info.h const base::string16& title() const { return title_; } title 76 chrome/browser/ssl/ssl_error_info.h SSLErrorInfo(const base::string16& title, title 75 chrome/browser/status_icons/desktop_notification_balloon.cc const base::string16& title, title 86 chrome/browser/status_icons/desktop_notification_balloon.cc GURL(), title, contents, gfx::Image(icon), base::string16(), title 26 chrome/browser/status_icons/desktop_notification_balloon.h const base::string16& title, title 40 chrome/browser/status_icons/status_icon.h const base::string16& title, title 27 chrome/browser/status_icons/status_icon_unittest.cc const base::string16& title, title 20 chrome/browser/status_icons/status_tray_unittest.cc const base::string16& title, title 31 chrome/browser/sync/about_sync_util.cc const std::string& title) { title 34 chrome/browser/sync/about_sync_util.cc section->SetString("title", title); title 44 chrome/browser/sync/about_sync_util.cc const std::string& title) { title 47 chrome/browser/sync/about_sync_util.cc section->SetString("title", title); title 110 chrome/browser/sync/glue/bookmark_model_associator.cc const std::string& title, title 147 chrome/browser/sync/glue/bookmark_model_associator.cc const GURL& url, const std::string& title, bool is_folder) { title 150 chrome/browser/sync/glue/bookmark_model_associator.cc temp_node.SetTitle(base::UTF8ToUTF16(title)); title 625 chrome/browser/sync/glue/bookmark_model_associator.cc bk_delete_journals[i].specifics.bookmark().title(), title 86 chrome/browser/sync/glue/session_sync_test_helper.cc ASSERT_EQ(tab->navigations[0].title(), title 198 chrome/browser/sync/glue/synced_session_tracker.cc std::string title; title 200 chrome/browser/sync/glue/synced_session_tracker.cc title = " (" + base::UTF16ToUTF8( title 201 chrome/browser/sync/glue/synced_session_tracker.cc tab_ptr->navigations[tab_ptr->navigations.size()-1].title()) + ")"; title 203 chrome/browser/sync/glue/synced_session_tracker.cc DVLOG(1) << "Deleting closed tab " << tab_ptr->tab_id.id() << title title 347 chrome/browser/sync/glue/synced_session_tracker.cc std::string title; title 349 chrome/browser/sync/glue/synced_session_tracker.cc title = " (" + base::UTF16ToUTF8( title 350 chrome/browser/sync/glue/synced_session_tracker.cc tab_ptr->navigations[tab_ptr->navigations.size()-1].title()) + ")"; title 355 chrome/browser/sync/glue/synced_session_tracker.cc << "'s seen tab " << tab_id << " at " << tab_ptr << title; title 577 chrome/browser/sync/glue/typed_url_model_associator.cc base::string16 node_title(base::UTF8ToUTF16(node.title())); title 586 chrome/browser/sync/glue/typed_url_model_associator.cc if ((node_title.compare(url.title()) != 0) || title 594 chrome/browser/sync/glue/typed_url_model_associator.cc new_url->set_title(url.title()); title 600 chrome/browser/sync/glue/typed_url_model_associator.cc new_url->set_title(url.title()); title 694 chrome/browser/sync/glue/typed_url_model_associator.cc typed_url->set_title(base::UTF16ToUTF8(url.title())); title 825 chrome/browser/sync/glue/typed_url_model_associator.cc new_url->set_title(base::UTF8ToUTF16(typed_url.title())); title 27 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc const char* title, title 34 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc history_url.set_title(base::UTF8ToUTF16(title)); title 47 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc const char* title, title 52 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc typed_url.set_title(title); title 63 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc (lhs.title().compare(rhs.title()) == 0) && title 77 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddWithMetaInfo(const std::wstring& title, title 97 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(title); title 113 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 Add(const std::wstring& title, title 118 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return AddWithMetaInfo(title, url, NULL, is_folder, parent_id, title 123 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddFolder(const std::wstring& title, title 126 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return Add(title, std::string(), true, parent_id, predecessor_id); title 128 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddFolderWithMetaInfo(const std::wstring& title, title 132 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return AddWithMetaInfo(title, std::string(), meta_info_map, true, parent_id, title 137 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddURL(const std::wstring& title, title 141 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return Add(title, url, false, parent_id, predecessor_id); title 143 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddURLWithMetaInfo(const std::wstring& title, title 148 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc return AddWithMetaInfo(title, url, meta_info_map, false, parent_id, title 348 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc int64 AddFolderToShare(syncer::WriteTransaction* trans, std::string title) { title 358 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(base::ASCIIToWide(title)); title 373 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc std::string title) { title 380 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc specifics.set_url("http://www.google.com/search?q=" + title); title 381 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc specifics.set_title(title); title 386 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc node.SetTitle(base::ASCIIToWide(title)); title 659 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc void ExpectBrowserNodeTitle(int64 sync_id, const std::wstring& title) { title 663 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc EXPECT_EQ(bnode->GetTitle(), base::WideToUTF16Hack(title)); title 1128 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc base::string16 title = title 1130 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(model_->other_node(), 1, title); title 1137 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc base::string16 title = title 1139 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(model_->other_node(), count - 1, title); title 1284 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const wchar_t* title; title 1454 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddURLWithCreationTime(node, i, base::WideToUTF16Hack(item.title), title 1457 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_->AddFolder(node, i, base::WideToUTF16Hack(item.title)); title 1477 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc test_node.SetTitle(base::WideToUTF16Hack(item.title)); title 99 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc const base::string16& title)); title 283 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc new_url.set_title(base::UTF8ToUTF16(typed_url.title())); title 307 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (lhs.title().compare(rhs.title()) == 0) && title 313 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc const char* title, title 322 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc history_url.set_title(base::UTF8ToUTF16(title)); title 163 chrome/browser/sync/sync_error_notifier_ash_unittest.cc ASSERT_FALSE(notification->title().empty()); title 164 chrome/browser/sync/sync_error_notifier_ash_unittest.cc ASSERT_FALSE(notification->title().empty()); title 134 chrome/browser/sync/test/integration/bookmarks_helper.cc const base::string16& title) { title 141 chrome/browser/sync/test/integration/bookmarks_helper.cc if ((node->type() == node_type) && (node->GetTitle() == title)) title 408 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title, title 410 chrome/browser/sync/test/integration/bookmarks_helper.cc return AddURL(profile, GetBookmarkBarNode(profile), 0, title, url); title 415 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title, title 417 chrome/browser/sync/test/integration/bookmarks_helper.cc return AddURL(profile, GetBookmarkBarNode(profile), index, title, url); title 423 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title, title 431 chrome/browser/sync/test/integration/bookmarks_helper.cc AddURL(parent, index, base::WideToUTF16(title), url); title 433 chrome/browser/sync/test/integration/bookmarks_helper.cc LOG(ERROR) << "Could not add bookmark " << title << " to Profile " title 441 chrome/browser/sync/test/integration/bookmarks_helper.cc AddURL(v_parent, index, base::WideToUTF16(title), url); title 443 chrome/browser/sync/test/integration/bookmarks_helper.cc LOG(ERROR) << "Could not add bookmark " << title << " to the verifier"; title 452 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title) { title 453 chrome/browser/sync/test/integration/bookmarks_helper.cc return AddFolder(profile, GetBookmarkBarNode(profile), 0, title); title 458 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title) { title 459 chrome/browser/sync/test/integration/bookmarks_helper.cc return AddFolder(profile, GetBookmarkBarNode(profile), index, title); title 465 chrome/browser/sync/test/integration/bookmarks_helper.cc const std::wstring& title) { title 472 chrome/browser/sync/test/integration/bookmarks_helper.cc parent, index, base::WideToUTF16(title)); title 475 chrome/browser/sync/test/integration/bookmarks_helper.cc LOG(ERROR) << "Could not add folder " << title << " to Profile " title 483 chrome/browser/sync/test/integration/bookmarks_helper.cc v_parent, index, base::WideToUTF16(title)); title 485 chrome/browser/sync/test/integration/bookmarks_helper.cc LOG(ERROR) << "Could not add folder " << title << " to the verifier"; title 699 chrome/browser/sync/test/integration/bookmarks_helper.cc int CountBookmarksWithTitlesMatching(int profile, const std::wstring& title) { title 702 chrome/browser/sync/test/integration/bookmarks_helper.cc base::WideToUTF16(title)); title 705 chrome/browser/sync/test/integration/bookmarks_helper.cc int CountFoldersWithTitlesMatching(int profile, const std::wstring& title) { title 708 chrome/browser/sync/test/integration/bookmarks_helper.cc base::WideToUTF16(title)); title 41 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title, title 50 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title, title 60 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title, title 67 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title) WARN_UNUSED_RESULT; title 74 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title) WARN_UNUSED_RESULT; title 83 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title) WARN_UNUSED_RESULT; title 170 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title) WARN_UNUSED_RESULT; title 176 chrome/browser/sync/test/integration/bookmarks_helper.h const std::wstring& title) WARN_UNUSED_RESULT; title 98 chrome/browser/sync/test/integration/sessions_helper.cc if (nav.title().empty()) { title 307 chrome/browser/sync/test/integration/sessions_helper.cc if (expected.title() != actual.title()) { title 308 chrome/browser/sync/test/integration/sessions_helper.cc LOG(ERROR) << "Expected title " << expected.title() title 309 chrome/browser/sync/test/integration/sessions_helper.cc << ", actual " << actual.title(); title 85 chrome/browser/sync/test/integration/sync_auth_test.cc std::wstring title = base::StringPrintf(L"Bookmark %d", bookmark_index); title 87 chrome/browser/sync/test/integration/sync_auth_test.cc EXPECT_TRUE(AddURL(0, title, url) != NULL); title 103 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = L"Google"; title 105 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, title, initial_url) != NULL); title 234 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 236 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 238 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc 0, GetOtherNode(0), i, title, url) != NULL); title 252 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 254 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 256 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 257 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, i, title); title 261 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 264 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc AddURL(0, folder, i, title, url) != NULL); title 270 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 272 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, GetOtherNode(0), i, title, url) != NULL); title 311 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(1); title 312 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* bookmark = AddURL(0, title, GURL(kGenericURL)); title 347 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(1); title 348 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* bookmark = AddURL(0, title, GURL(kGenericURL)); title 358 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc SetTitle(0, bookmark, title); title 390 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(1); title 391 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, title); title 408 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(1); title 409 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, title); title 425 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(1); title 426 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, title); title 430 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 432 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 434 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubfolderName(i); title 435 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, folder, i, title) != NULL); title 456 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 458 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 460 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubfolderName(1); title 461 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* subfolder = AddFolder(0, folder, 0, title); title 464 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 466 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, subfolder, i, title, url) != NULL); title 468 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubsubfolderName(i); title 469 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, subfolder, i, title) != NULL); title 487 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(1); title 488 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* bookmark = AddURL(0, title, url); title 525 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 527 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 546 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 548 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 567 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 569 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 588 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 590 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 609 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 611 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 648 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 650 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 652 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 653 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, i, title) != NULL); title 675 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 677 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 679 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 680 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, i, title) != NULL); title 684 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 686 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 707 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 709 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 711 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 712 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, i, title) != NULL); title 717 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 719 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 721 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubfolderName(i); title 723 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc AddFolder(0, folder, i, title); title 728 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j); title 731 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc 0, subfolder, j, title, url) != NULL); title 733 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubsubfolderName(j); title 735 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc 0, subfolder, j, title) != NULL); title 758 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 760 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 767 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 769 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, subfolder, i, title, url) != NULL); title 771 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedSubsubfolderName(i); title 772 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(0, subfolder, i, title) != NULL); title 811 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 813 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 833 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 835 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 860 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 862 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 884 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 886 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 892 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i + 3); title 894 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, subfolder, i, title, url) != NULL); title 916 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 918 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 924 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i + 3); title 926 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, subfolder, i, title, url) != NULL); title 950 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 952 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 954 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(level); title 955 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc folder = AddFolder(0, folder, folder->child_count(), title); title 961 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i + 10); title 963 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder_L10, i, title, url) != NULL); title 991 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 993 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 995 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(level); title 996 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc folder = AddFolder(0, folder, folder->child_count(), title); title 1002 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i + 10); title 1004 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder_L0, 0, title, url) != NULL); title 1030 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1032 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 1034 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(level); title 1036 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc 0, folder, folder->child_count(), title); title 1062 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1064 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 1066 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(level); title 1067 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc folder = AddFolder(0, folder, folder->child_count(), title); title 1075 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1077 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 1098 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1100 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 1102 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(level); title 1104 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc 0, folder, folder->child_count(), title); title 1112 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1114 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, i, title, url) != NULL); title 1131 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 1132 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, i, title); title 1135 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j); title 1137 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, j, title, url) != NULL); title 1155 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(i); title 1156 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc const BookmarkNode* folder = AddFolder(0, i, title); title 1159 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(1000 * i + j); title 1161 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder, j, title, url) != NULL); title 1202 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1204 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, title, url) != NULL); title 1205 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, title, url) != NULL); title 1250 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1252 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 1253 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, i, title, url) != NULL); title 1278 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1280 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 1281 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, i, title, url) != NULL); title 1285 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1287 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, i, title, url) != NULL); title 1303 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1305 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 1306 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, i, title, url) != NULL); title 1370 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1372 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, title, url) != NULL); title 1373 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, title, url) != NULL); title 1392 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j); title 1394 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(i, folder, j, title, url) != NULL); title 1396 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedFolderName(j); title 1397 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddFolder(i, folder, j, title) != NULL); title 1414 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1416 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 1420 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j); title 1422 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, j, title, url) != NULL); title 1503 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i+1); title 1505 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, i, title, url) != NULL); title 1509 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j+4); title 1511 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, j, title, url) != NULL); title 1530 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1532 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, node_index, title, url) != NULL); title 1538 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i+1); title 1540 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(1, i, title, url) != NULL); title 1651 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1653 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder0, i, title, url) != NULL); title 1678 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1680 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folder0, i, title, url) != NULL); title 1721 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(i); title 1723 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, folderB[0], i, title, url) != NULL); title 1736 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc std::wstring title = IndexedURLTitle(j); title 1738 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(AddURL(0, subfolder, j, title, url) != NULL); title 355 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.title(), right.title()); title 136 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc const std::string& title) { title 140 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc parent_folder_id, title, &folder_id)); title 145 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc const std::string& title, title 150 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc parent_folder_id, title, content, &file_id)); title 239 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc const std::string& title) { title 243 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc parent_folder_id, title, &entries)); title 248 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc const std::string& title, title 254 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc parent_folder_id, title, &entries)); title 317 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc EXPECT_FALSE(ContainsKey(app_root_by_title, remote_entry.title())); title 318 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc app_root_by_title[remote_entry.title()] = *itr; title 349 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc EXPECT_FALSE(ContainsKey(remote_entry_by_title, remote_entry->title())) title 350 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc << "title: " << remote_entry->title(); title 351 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc remote_entry_by_title[remote_entry->title()] = remote_entry; title 364 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc std::string title = title 366 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc SCOPED_TRACE(testing::Message() << "Verifying entry: " << title); title 368 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc ASSERT_TRUE(ContainsKey(remote_entry_by_title, title)); title 370 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc *remote_entry_by_title[title]; title 382 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc remote_entry_by_title.erase(title); title 39 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.title(), right.title()); title 77 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc details->set_title(file_resource.title()); title 176 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc std::string GetMimeTypeFromTitle(const base::FilePath& title) { title 177 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc base::FilePath::StringType extension = title.Extension(); title 63 chrome/browser/sync_file_system/drive_backend/drive_backend_util.h std::string GetMimeTypeFromTitle(const base::FilePath& title); title 65 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc const std::string& title, title 68 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc GDataErrorCode error = AddFolder(root_folder_id, title, folder_id); title 85 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc const std::string& title, title 90 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc parent_folder_id, title, title 102 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc const std::string& title, title 110 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc parent_folder_id, temp_file, title, title 169 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc file_id, std::string(), entry->title(), title 249 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc const std::string& title, title 254 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc title, folder_id, title 30 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h const std::string& title, title 34 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h const std::string& title, title 38 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h const std::string& title, title 67 chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h const std::string& title, title 93 chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.cc const std::string& title, title 106 chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.cc title, title 115 chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.cc title, title 56 chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.h const std::string& title, title 30 chrome/browser/sync_file_system/drive_backend/folder_creator.cc const std::string& title) title 34 chrome/browser/sync_file_system/drive_backend/folder_creator.cc title_(title), title 39 chrome/browser/sync_file_system/drive_backend/folder_creator.h const std::string& title); title 277 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); title 280 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc remote_details.title() == title.AsUTF8Unsafe() && title 475 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); title 478 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc details.title() == title.AsUTF8Unsafe() && title 566 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); title 570 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc title.AsUTF8Unsafe(), title 571 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc GetMimeTypeFromTitle(title), title 609 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); title 616 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc title.AsUTF8Unsafe())); title 141 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title) { title 145 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc parent_folder_id, title, &folder_id)); title 150 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title, title 155 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc parent_folder_id, title, content, &file_id)); title 199 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title) { title 203 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc parent_folder_id, title, &entries)); title 208 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title) { title 210 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc GetResourceEntriesForParentAndTitle(parent_folder_id, title); title 217 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title, title 222 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc parent_folder_id, title, &entries)); title 228 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc const std::string& title) { title 232 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc parent_folder_id, title, &entries)); title 115 chrome/browser/sync_file_system/drive_backend/metadata_database.cc return tracker.synced_details().title(); title 361 chrome/browser/sync_file_system/drive_backend/metadata_database.cc bool HasInvalidTitle(const std::string& title) { title 362 chrome/browser/sync_file_system/drive_backend/metadata_database.cc return title.empty() || title 363 chrome/browser/sync_file_system/drive_backend/metadata_database.cc title.find('/') != std::string::npos || title 364 chrome/browser/sync_file_system/drive_backend/metadata_database.cc title.find('\\') != std::string::npos; title 383 chrome/browser/sync_file_system/drive_backend/metadata_database.cc const std::string& title, title 386 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (parent_tracker_id == kInvalidTrackerID || title.empty()) title 389 chrome/browser/sync_file_system/drive_backend/metadata_database.cc index->GetFileTrackerIDsByParentAndTitle(parent_tracker_id, title), title 482 chrome/browser/sync_file_system/drive_backend/metadata_database.cc const std::string& title) { title 497 chrome/browser/sync_file_system/drive_backend/metadata_database.cc tracker->synced_details().title() != title) title 593 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string title = GetTrackerTitle(*tracker); title 602 chrome/browser/sync_file_system/drive_backend/metadata_database.cc MarkTrackersDirtyByPath(parent_tracker_id, title, index, batch); title 885 chrome/browser/sync_file_system/drive_backend/metadata_database.cc const std::string& title, title 888 chrome/browser/sync_file_system/drive_backend/metadata_database.cc index_->GetFileTrackerIDsByParentAndTitle(parent_tracker_id, title); title 915 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string title = GetTrackerTitle(current); title 916 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (title.empty()) title 918 chrome/browser/sync_file_system/drive_backend/metadata_database.cc components.push_back(base::FilePath::FromUTF8Unsafe(title)); title 940 chrome/browser/sync_file_system/drive_backend/metadata_database.cc base::FilePath::FromUTF8Unsafe(tracker.synced_details().title())); title 966 chrome/browser/sync_file_system/drive_backend/metadata_database.cc const std::string title = base::FilePath(components[i]).AsUTF8Unsafe(); title 969 chrome/browser/sync_file_system/drive_backend/metadata_database.cc tracker_out->tracker_id(), title, &trackers) || title 1093 chrome/browser/sync_file_system/drive_backend/metadata_database.cc parent_tracker_id, resource.title()); title 1193 chrome/browser/sync_file_system/drive_backend/metadata_database.cc tracker->synced_details().title() == updated_details.title() && title 1215 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (tracker->synced_details().title() != updated_details.title()) { title 1230 chrome/browser/sync_file_system/drive_backend/metadata_database.cc updated_details.title()), title 1273 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string title = metadata->details().title(); title 1274 chrome/browser/sync_file_system/drive_backend/metadata_database.cc DCHECK(!HasInvalidTitle(title)); title 1281 chrome/browser/sync_file_system/drive_backend/metadata_database.cc parent_tracker_id, title)); title 1297 chrome/browser/sync_file_system/drive_backend/metadata_database.cc index_->GetFileTrackerIDsByParentAndTitle(parent_tracker_id, title); title 1409 chrome/browser/sync_file_system/drive_backend/metadata_database.cc parent_and_title.parent_id, parent_and_title.title); title 1575 chrome/browser/sync_file_system/drive_backend/metadata_database.cc tracker->synced_details().title() == metadata.details().title()) { title 1623 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (HasInvalidTitle(tracker.synced_details().title())) title 1628 chrome/browser/sync_file_system/drive_backend/metadata_database.cc tracker.synced_details().title()); title 1657 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (local_details.title() != remote_details.title()) title 1683 chrome/browser/sync_file_system/drive_backend/metadata_database.cc const std::string& title) const { title 1684 chrome/browser/sync_file_system/drive_backend/metadata_database.cc return index_->GetFileTrackerIDsByParentAndTitle(parent_tracker_id, title) title 1717 chrome/browser/sync_file_system/drive_backend/metadata_database.cc << metadata->details().title() << ")" title 1779 chrome/browser/sync_file_system/drive_backend/metadata_database.cc file->SetString("title", tracker->synced_details().title()); title 1858 chrome/browser/sync_file_system/drive_backend/metadata_database.cc dict->SetString("title", details.title()); title 1897 chrome/browser/sync_file_system/drive_backend/metadata_database.cc dict->SetString("title", details.title()); title 250 chrome/browser/sync_file_system/drive_backend/metadata_database.h const std::string& title, title 399 chrome/browser/sync_file_system/drive_backend/metadata_database.h const std::string& title) const; title 422 chrome/browser/sync_file_system/drive_backend/metadata_database.h const std::string& title, title 16 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc const std::string& title) title 17 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc : parent_id(parent_id), title(title) {} title 20 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return left.parent_id == right.parent_id && left.title == right.title; title 26 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return left.title < right.title; title 48 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return tracker.synced_details().title(); title 156 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc const std::string& title) const { title 161 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return FindItem(found->second, title); title 324 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc std::string title = GetTrackerTitle(new_tracker); title 327 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << parent << " " << title; title 329 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc trackers_by_parent_and_title_[parent][title].Insert(new_tracker); title 331 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (trackers_by_parent_and_title_[parent][title].size() > 1) { title 333 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc ParentIDAndTitle(parent, title))) title 334 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << " Add to multi_backing_file_paths_: " << parent << " " << title; title 335 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc multi_backing_file_paths_.insert(ParentIDAndTitle(parent, title)); title 350 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc std::string title = GetTrackerTitle(new_tracker); title 354 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (old_title != title) { title 368 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << parent << " " << title; title 370 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc (*trackers_by_title)[title].Insert(new_tracker); title 374 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc ParentIDAndTitle(parent, title))) title 376 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << parent << " " << title; title 377 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc multi_backing_file_paths_.erase(ParentIDAndTitle(parent, title)); title 380 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (trackers_by_parent_and_title_[parent][title].size() > 1) { title 382 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc ParentIDAndTitle(parent, title))) title 383 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << " Add to multi_backing_file_paths_: " << parent << " " << title; title 384 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc multi_backing_file_paths_.insert(ParentIDAndTitle(parent, title)); title 391 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc trackers_by_parent_and_title_[parent][title].Deactivate(tracker_id); title 393 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc trackers_by_parent_and_title_[parent][title].Activate(tracker_id); title 400 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc std::string title = GetTrackerTitle(tracker); title 403 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc DCHECK(ContainsKey(trackers_by_parent_and_title_[parent], title)); title 406 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << parent << " " << title; title 408 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc trackers_by_parent_and_title_[parent][title].Erase(tracker_id); title 410 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (trackers_by_parent_and_title_[parent][title].size() <= 1) { title 412 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc ParentIDAndTitle(parent, title))) title 414 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc << parent << " " << title; title 415 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc multi_backing_file_paths_.erase(ParentIDAndTitle(parent, title)); title 418 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (trackers_by_parent_and_title_[parent][title].empty()) { title 419 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc trackers_by_parent_and_title_[parent].erase(title); title 22 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h std::string title; title 25 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h ParentIDAndTitle(int64 parent_id, const std::string& title); title 40 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h return base::HashInts64(v.parent_id, hash<std::string>()(v.title)); title 46 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h return base::HashInts64(v.parent_id, hash_value(v.title)); title 98 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h const std::string& title) const; title 22 chrome/browser/sync_file_system/drive_backend/metadata_database_index_unittest.cc const std::string& title) { title 24 chrome/browser/sync_file_system/drive_backend/metadata_database_index_unittest.cc details.set_title(title); title 36 chrome/browser/sync_file_system/drive_backend/metadata_database_index_unittest.cc const std::string& title, title 39 chrome/browser/sync_file_system/drive_backend/metadata_database_index_unittest.cc details.set_title(title); title 292 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const std::string& title) { title 297 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc details->set_title(title); title 306 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const std::string& title) { title 311 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc details->set_title(title); title 360 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const std::string& title) { title 362 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc file.metadata = CreateFileMetadata(parent.metadata, title); title 368 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const std::string& title) { title 370 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc folder.metadata = CreateFolderMetadata(parent.metadata, title); title 386 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc file_resource->set_title(file.details().title()); title 645 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root.tracker.set_app_id(app_root.metadata.details().title()); title 669 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root.tracker.set_app_id(app_root.metadata.details().title()); title 728 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root_tracker.set_app_id(app_root.details().title()); title 779 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root_tracker.set_app_id(app_root.details().title()); title 940 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root.tracker.set_app_id(app_root.metadata.details().title()); title 1131 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc app_root.tracker.set_app_id(app_root.metadata.details().title()); title 169 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc synced_details.title() != remote_details.title() || title 225 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc if (synced_details.title() != remote_details.title()) { title 233 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc DCHECK_EQ(synced_details.title(), remote_details.title()); title 145 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc const std::string& title) { title 149 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc parent_folder_id, title, &folder_id)); title 154 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc const std::string& title, title 159 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc parent_folder_id, title, content, &file_id)); title 140 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc const std::string& title) { title 144 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc parent_folder_id, title, title 71 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc TitleAndParentQuery(const std::string& title, title 74 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc : title(title), title 79 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc return entry->title() == title && title 83 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title; title 90 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 96 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc TitleAndParentQuery(title, title 104 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 111 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc TitleAndParentQuery(title, parent_resource_id, parent_type)); title 132 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string GetMimeTypeFromTitle(const std::string& title) { title 134 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::FilePath::FromUTF8Unsafe(title).Extension(); title 330 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string title(directory_name); title 332 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc feed->entries(), title, resource_id, parent_type); title 342 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 350 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc DCHECK_EQ(directory_name, entry->title()); title 352 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc if (entry->title() == GetSyncRootDirectoryName()) title 359 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 377 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 410 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc if (entry->title() == GetSyncRootDirectoryName()) title 453 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::SearchByTitle(const std::string& title, title 457 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc DCHECK(!title.empty()); title 459 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc << "] with title [" << title << "]"; title 462 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 515 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 519 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc << "] with title [" << title << "]"; title 521 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string mime_type = GetMimeTypeFromTitle(title); title 527 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 532 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 557 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 566 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 571 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 651 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc GURL APIUtil::DirectoryTitleToOrigin(const std::string& title) { title 652 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc return extensions::Extension::GetBaseURLFromExtensionId(title); title 799 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const std::string& title, title 814 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc title, title 891 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string mime_type = GetMimeTypeFromTitle(entry->title()); title 81 chrome/browser/sync_file_system/drive_backend_v1/api_util.h const std::string& title, title 88 chrome/browser/sync_file_system/drive_backend_v1/api_util.h const std::string& title, title 99 chrome/browser/sync_file_system/drive_backend_v1/api_util.h static GURL DirectoryTitleToOrigin(const std::string& title); title 137 chrome/browser/sync_file_system/drive_backend_v1/api_util.h const std::string& title, title 148 chrome/browser/sync_file_system/drive_backend_v1/api_util.h void SearchByTitle(const std::string& title, title 189 chrome/browser/sync_file_system/drive_backend_v1/api_util.h const std::string& title, title 146 chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h const std::string& title, title 165 chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h const std::string& title, title 102 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc const std::string& title, title 109 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc title, title 119 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc const std::string& title, title 125 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc parent_resource_id, title, &entries)); title 132 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc const std::string& title) { title 136 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc parent_resource_id, title, &entries)); title 537 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc file->title(), title 569 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc file->title(), title 617 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc file->title(), title 954 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc base::FilePath path = TitleToPath(entry.title()); title 1008 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc base::FilePath path = TitleToPath(entry.title()); title 1255 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc base::FilePath DriveFileSyncService::TitleToPath(const std::string& title) { title 1257 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc return base::FilePath::FromUTF8Unsafe(title); title 1259 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc return fileapi::StringToFilePath(title).NormalizePathSeparators(); title 1350 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc DVLOG(3) << " * change:" << entry.title() title 149 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h static base::FilePath TitleToPath(const std::string& title); title 380 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc const std::string& title, title 386 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc parent_resource_id, title, content, &file_id)); title 400 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc CreateURL(origin, title), metadata, title 750 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc const std::string title("file"); title 752 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc const fileapi::FileSystemURL& url(CreateURL(origin, title)); title 755 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc AddNewFile(origin, origin_resource_id, title, content, &entry); title 259 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc EXPECT_FALSE(ContainsKey(origin_root_by_title, remote_entry.title())); title 260 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc origin_root_by_title[remote_entry.title()] = *itr; title 311 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc EXPECT_FALSE(ContainsKey(remote_entry_by_title, remote_entry.title())); title 312 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc remote_entry_by_title[remote_entry.title()] = *itr; title 326 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc std::string title = DriveFileSyncService::PathToTitle(entry_url.path()); title 327 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc ASSERT_TRUE(ContainsKey(remote_entry_by_title, title)); title 328 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc const ResourceEntry& remote_entry = *remote_entry_by_title[title]; title 340 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc remote_entry_by_title.erase(title); title 25 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.title != right.title) title 26 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.title < right.title; title 49 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc const std::string& title, title 57 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc title(title), title 175 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc const std::string& title, title 188 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc const std::string& title, title 208 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc deleted_directory.title, title 226 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc const std::string& title, title 232 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc parent_resource_id, parent_title, title, resource_id, title 249 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc entry->set_title(resource.title); title 32 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h std::string title; title 42 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h const std::string& title, title 85 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h const std::string& title, title 92 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h const std::string& title, title 103 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h const std::string& title, title 91 chrome/browser/task_manager/background_information.cc base::string16 title = application_name_; title 93 chrome/browser/task_manager/background_information.cc if (title.empty()) { title 96 chrome/browser/task_manager/background_information.cc title = base::i18n::GetDisplayStringInLTRDirectionality( title 99 chrome/browser/task_manager/background_information.cc return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_BACKGROUND_PREFIX, title); title 162 chrome/browser/task_manager/child_process_resource_provider.cc base::string16 title = name_; title 163 chrome/browser/task_manager/child_process_resource_provider.cc if (title.empty()) { title 168 chrome/browser/task_manager/child_process_resource_provider.cc title = l10n_util::GetStringUTF16(IDS_TASK_MANAGER_UNKNOWN_PLUGIN_NAME); title 180 chrome/browser/task_manager/child_process_resource_provider.cc base::i18n::AdjustStringForLocaleDirection(&title); title 189 chrome/browser/task_manager/child_process_resource_provider.cc return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_PLUGIN_PREFIX, title); title 192 chrome/browser/task_manager/child_process_resource_provider.cc title); title 196 chrome/browser/task_manager/child_process_resource_provider.cc return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_NACL_PREFIX, title); title 213 chrome/browser/task_manager/child_process_resource_provider.cc return title; title 67 chrome/browser/task_manager/guest_information.cc base::string16 title = util::GetTitleFromWebContents(web_contents); title 68 chrome/browser/task_manager/guest_information.cc return l10n_util::GetStringFUTF16(message_id, title); title 73 chrome/browser/task_manager/panel_information.cc base::string16 title = panel_->GetWindowTitle(); title 82 chrome/browser/task_manager/panel_information.cc base::i18n::AdjustStringForLocaleDirection(&title); title 84 chrome/browser/task_manager/panel_information.cc return l10n_util::GetStringFUTF16(message_prefix_id_, title); title 414 chrome/browser/task_manager/task_manager.cc values.title = GetResource(index)->GetTitle(); title 416 chrome/browser/task_manager/task_manager.cc return values.title; title 358 chrome/browser/task_manager/task_manager.h base::string16 title; title 94 chrome/browser/task_manager/task_manager_browsertest.cc int FindResourceIndex(const base::string16& title) { title 96 chrome/browser/task_manager/task_manager_browsertest.cc if (title == model()->GetResourceTitle(i)) title 149 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchTab(const char* title) { title 151 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 158 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchExtension(const char* title) { title 160 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 165 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchApp(const char* title) { title 167 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 172 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchWebView(const char* title) { title 174 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 179 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchBackground(const char* title) { title 181 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 186 chrome/browser/task_manager/task_manager_browsertest_util.cc base::string16 MatchPrint(const char* title) { title 188 chrome/browser/task_manager/task_manager_browsertest_util.cc base::ASCIIToUTF16(title)); title 25 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchTab(const char* title); // "Tab: " + title title 28 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchExtension(const char* title); // "Extension: " + title title 30 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchApp(const char* title); // "App: " + title title 32 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchWebView(const char* title); // "WebView: " + title title 34 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchBackground(const char* title); // "Background: " + title title 36 chrome/browser/task_manager/task_manager_browsertest_util.h base::string16 MatchPrint(const char* title); // "Print: " + title title 63 chrome/browser/task_manager/task_manager_util.cc base::string16 title = web_contents->GetTitle(); title 64 chrome/browser/task_manager/task_manager_util.cc if (title.empty()) { title 66 chrome/browser/task_manager/task_manager_util.cc title = base::UTF8ToUTF16(url.spec()); title 68 chrome/browser/task_manager/task_manager_util.cc title = base::i18n::GetDisplayStringInLTRDirectionality(title); title 79 chrome/browser/task_manager/task_manager_util.cc base::i18n::AdjustStringForLocaleDirection(&title); title 81 chrome/browser/task_manager/task_manager_util.cc return title; title 60 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc ScopedJavaLocalRef<jstring> title = title 61 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc ConvertUTF16ToJavaString(env, dialog_->title()); title 68 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc title.obj(), message.obj(), title 75 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc env, title.obj(), message.obj(), dialog_->is_reload(), title 79 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc title.obj(), message.obj(), title 88 chrome/browser/ui/android/javascript_app_modal_dialog_android.cc title.obj(), message.obj(), title 12 chrome/browser/ui/android/simple_message_box_android.cc const base::string16& title, title 80 chrome/browser/ui/app_list/app_list_controller_browsertest.cc if (observed_results_list_->GetItemAt(i)->title() != item_to_observe_) title 61 chrome/browser/ui/app_list/search/app_result.cc void AppResult::UpdateFromMatch(const TokenizedString& title, title 70 chrome/browser/ui/app_list/search/app_result.cc set_title(title.text()); title 102 chrome/browser/ui/app_list/search/app_result.cc copy->set_title(title()); title 42 chrome/browser/ui/app_list/search/app_result.h void UpdateFromMatch(const TokenizedString& title, title 63 chrome/browser/ui/app_list/search/app_search_provider_unittest.cc result_str += base::UTF16ToUTF8(results[i]->title()); title 79 chrome/browser/ui/app_list/search/mixer.cc ui_result->set_title(result->title()); title 114 chrome/browser/ui/app_list/search/mixer_unittest.cc result += base::UTF16ToUTF8(results_->GetItemAt(i)->title()); title 218 chrome/browser/ui/app_list/search/people/people_provider_browsertest.cc results += base::UTF16ToUTF8((*it)->title()); title 128 chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc results += base::UTF16ToUTF8((*it)->title()); title 18 chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc const base::string16& title) title 19 chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc : title_(title), title 26 chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h const base::string16& title); title 42 chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h base::string16 title() const { return title_; } title 66 chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc const base::string16& title, title 74 chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc : AppModalDialog(web_contents, title), title 37 chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h const base::string16& title, title 207 chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc const base::string16 title = l10n_util::GetStringUTF16(is_reload ? title 222 chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc title, title 151 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc base::string16 title = launcher_controller()->GetAppListTitle(web_contents); title 153 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc title, &app_icon, web_contents, i == 0)); title 215 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc base::string16 title = app_window->web_contents()->GetTitle(); title 216 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc if (!title.empty()) title 217 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc return title; title 179 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc base::string16 title = GetBrowserListTitle(web_contents); title 181 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc title, &app_icon, browser, items.size() == 1)); title 188 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc base::string16 title = title 193 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc title, &app_icon, web_contents, leading_separator)); title 255 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc base::string16 title = web_contents->GetTitle(); title 256 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc if (!title.empty()) title 257 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc return title; title 8 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc const base::string16 title, title 11 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc : title_(title), title 16 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h ChromeLauncherAppMenuItem(const base::string16 title, title 23 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h const base::string16& title() const { return title_; } title 17 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_browser.cc const base::string16 title, title 21 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_browser.cc : ChromeLauncherAppMenuItem(title, icon, has_leading_separator), title 21 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_browser.h ChromeLauncherAppMenuItemBrowser(const base::string16 title, title 15 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.cc const base::string16 title, title 19 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.cc : ChromeLauncherAppMenuItem(title, icon, has_leading_separator), title 25 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h ChromeLauncherAppMenuItemTab(const base::string16 title, title 10 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.cc const base::string16 title, title 16 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.cc : ChromeLauncherAppMenuItem(title, icon, has_leading_separator), title 24 chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h const base::string16 title, title 1298 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc base::string16 title = web_contents->GetTitle(); title 1299 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (!title.empty()) title 1300 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc return title; title 893 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc const std::string& title, title 901 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc browser, GURL(url), ASCIIToUTF16(title)); title 2130 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc base::string16 title[], title 2143 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc EXPECT_EQ(title[i], items[1 + i]->title()); title 2674 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc base::string16 title = ASCIIToUTF16("Test"); title 2675 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc NavigateAndCommitActiveTabWithTitle(browser(), GURL(gmail_url), title); title 2706 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc base::string16 title = ASCIIToUTF16("Test"); title 2709 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc title); title 58 chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc AddItem(i, item->title()); title 12 chrome/browser/ui/ash/launcher/launcher_item_util.cc item_details.title = window->title(); title 117 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc base::string16 title = l10n_util::GetStringFUTF16( title 125 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc title, title 103 chrome/browser/ui/bookmarks/bookmark_browsertest.cc ASSERT_EQ(base::ASCIIToUTF16(kPersistBookmarkTitle), urls[0].title); title 216 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc base::string16 title; title 219 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc &url, &title); title 223 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc parent, index, url, title), title 102 chrome/browser/ui/bookmarks/bookmark_editor.cc const base::string16& title) { title 107 chrome/browser/ui/bookmarks/bookmark_editor.cc details.title = title; title 48 chrome/browser/ui/bookmarks/bookmark_editor.h const base::string16& title); title 88 chrome/browser/ui/bookmarks/bookmark_editor.h base::string16 title; title 290 chrome/browser/ui/bookmarks/bookmark_utils.cc base::string16* title) { title 292 chrome/browser/ui/bookmarks/bookmark_utils.cc *title = web_contents->GetTitle(); title 86 chrome/browser/ui/bookmarks/bookmark_utils.h base::string16* title); title 556 chrome/browser/ui/browser.cc base::string16 title; title 561 chrome/browser/ui/browser.cc title = contents->GetTitle(); title 562 chrome/browser/ui/browser.cc FormatTitleForDisplay(&title); title 564 chrome/browser/ui/browser.cc if (title.empty()) title 565 chrome/browser/ui/browser.cc title = CoreTabHelper::GetDefaultTitle(); title 570 chrome/browser/ui/browser.cc return title; title 576 chrome/browser/ui/browser.cc return title; title 580 chrome/browser/ui/browser.cc title : title 581 chrome/browser/ui/browser.cc l10n_util::GetStringFUTF16(IDS_BROWSER_WINDOW_TITLE_FORMAT, title); title 585 chrome/browser/ui/browser.cc void Browser::FormatTitleForDisplay(base::string16* title) { title 588 chrome/browser/ui/browser.cc while ((match_index = title->find(L'\n', current_index)) != title 590 chrome/browser/ui/browser.cc title->replace(match_index, 1, base::string16()); title 1609 chrome/browser/ui/browser.cc const base::string16& title, title 1617 chrome/browser/ui/browser.cc ProtocolHandler::CreateProtocolHandler(protocol, url, title); title 291 chrome/browser/ui/browser.h static void FormatTitleForDisplay(base::string16* title); title 622 chrome/browser/ui/browser.h const base::string16& title, title 2008 chrome/browser/ui/browser_browsertest.cc base::string16 title = ASCIIToUTF16("Title Of Awesomeness"); title 2010 chrome/browser/ui/browser_browsertest.cc browser()->tab_strip_model()->GetActiveWebContents(), title); title 2012 chrome/browser/ui/browser_browsertest.cc EXPECT_EQ(title, title_watcher.WaitAndGetTitle()); title 177 chrome/browser/ui/browser_commands.cc base::string16 title; title 180 chrome/browser/ui/browser_commands.cc GetURLAndTitleToBookmark(web_contents, &url, &title); title 187 chrome/browser/ui/browser_commands.cc bookmark_utils::AddIfNotBookmarked(model, url, title); title 901 chrome/browser/ui/browser_commands.cc std::string title = net::EscapeQueryParamValue( title 905 chrome/browser/ui/browser_commands.cc title + "&body=%0A%0A" + page_url; title 85 chrome/browser/ui/browser_navigator_browsertest.cc base::string16* title) { title 107 chrome/browser/ui/browser_navigator_browsertest.cc *title = param.target_contents->GetTitle(); title 1336 chrome/browser/ui/browser_navigator_browsertest.cc base::string16 title; title 1338 chrome/browser/ui/browser_navigator_browsertest.cc test_server()->GetURL(kEchoTitleCommand), post_data, true, &title)); title 1339 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_EQ(expected_title, title); title 1352 chrome/browser/ui/browser_navigator_browsertest.cc base::string16 title; title 1354 chrome/browser/ui/browser_navigator_browsertest.cc test_server()->GetURL(kEchoTitleCommand), post_data, false, &title)); title 1355 chrome/browser/ui/browser_navigator_browsertest.cc EXPECT_NE(expected_title, title); title 50 chrome/browser/ui/browser_navigator_browsertest.h base::string16* title); title 50 chrome/browser/ui/chrome_select_file_policy_unittest.cc const base::string16 title = base::string16(); title 54 chrome/browser/ui/chrome_select_file_policy_unittest.cc title, title 37 chrome/browser/ui/cocoa/applescript/bookmark_node_applescript.h - (NSString*)title; title 44 chrome/browser/ui/cocoa/applescript/tab_applescript.h - (NSString*)title; title 31 chrome/browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h title:(const base::string16&)title title 18 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title; title 27 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title; title 77 chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h - (void)setTitle:(NSString*)title parentFolder:(const BookmarkNode*)parent; title 76 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h - (void)setBookmarkCellText:(NSString*)title title 19 chrome/browser/ui/cocoa/bookmarks/bookmark_drag_drop_cocoa.h NSImage* DragImageForBookmark(NSImage* favicon, const base::string16& title); title 63 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h title:(const base::string16&)title title 122 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (const base::string16&)title; title 29 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h title:(const base::string16&)title title 35 chrome/browser/ui/cocoa/confirm_bubble_controller.h - (NSString*)title; title 39 chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h - (void)addButtonWithTitle:(NSString*)title title 25 chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h - (NSString*)title; title 74 chrome/browser/ui/cocoa/history_menu_bridge.h base::string16 title; title 30 chrome/browser/ui/cocoa/infobars/infobar_utilities.h void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title, title 33 chrome/browser/ui/cocoa/l10n_util.h NSString* TooltipForURLAndTitle(NSString* url, NSString* title); title 112 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h - (NSTextField*)title; title 56 chrome/browser/ui/cocoa/profile_menu_controller.h - (NSMenuItem*)createItemWithTitle:(NSString*)title action:(SEL)sel; title 34 chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac.h const base::string16& title) OVERRIDE; title 31 chrome/browser/ui/cocoa/status_icons/status_icon_mac.h const base::string16& title, title 85 chrome/browser/ui/cocoa/tabs/tab_view.h @property(retain, nonatomic) NSString* title; title 515 chrome/browser/ui/content_settings/content_setting_bubble_model.cc std::string title(iter->second.spec()); title 517 chrome/browser/ui/content_settings/content_setting_bubble_model.cc if (title.empty()) title 518 chrome/browser/ui/content_settings/content_setting_bubble_model.cc title = l10n_util::GetStringUTF8(IDS_TAB_LOADING_TITLE); title 522 chrome/browser/ui/content_settings/content_setting_bubble_model.cc title, title 911 chrome/browser/ui/content_settings/content_setting_bubble_model.cc domain_list.title = l10n_util::GetStringUTF8(title_id); title 1035 chrome/browser/ui/content_settings/content_setting_bubble_model.cc pending_handler_.title(), title 1041 chrome/browser/ui/content_settings/content_setting_bubble_model.cc pending_handler_.title(), title 1043 chrome/browser/ui/content_settings/content_setting_bubble_model.cc protocol, previous_handler_.title())); title 1048 chrome/browser/ui/content_settings/content_setting_bubble_model.cc pending_handler_.title()); title 1164 chrome/browser/ui/content_settings/content_setting_bubble_model.cc domain_list.title = l10n_util::GetStringUTF8(title_id); title 38 chrome/browser/ui/content_settings/content_setting_bubble_model.h PopupItem(const gfx::Image& image, const std::string& title, int32 popup_id) title 39 chrome/browser/ui/content_settings/content_setting_bubble_model.h : image(image), title(title), popup_id(popup_id) {} title 42 chrome/browser/ui/content_settings/content_setting_bubble_model.h std::string title; title 53 chrome/browser/ui/content_settings/content_setting_bubble_model.h std::string title; title 62 chrome/browser/ui/content_settings/content_setting_bubble_model.h std::string title; title 81 chrome/browser/ui/content_settings/content_setting_bubble_model.h std::string title; title 132 chrome/browser/ui/content_settings/content_setting_bubble_model.h void set_title(const std::string& title) { bubble_content_.title = title; } title 46 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_TRUE(bubble_content.title.empty()); title 68 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(bubble_content.title.empty()); title 85 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc std::string title = bubble_content.title; title 86 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(title.empty()); title 102 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(bubble_content_2.title.empty()); title 103 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_NE(title, bubble_content_2.title); title 137 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(bubble_content.title, title 265 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(bubble_content.title, title 294 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(new_bubble_content.title, title 335 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(bubble_content.title, title 364 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(new_bubble_content.title, title 407 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(bubble_content.title, title 434 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(new_bubble_content.title, title 459 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(bubble_content.title.empty()); title 478 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc std::string title = bubble_content.title; title 479 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(title.empty()); title 495 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(bubble_content_2.title.empty()); title 496 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_NE(title, bubble_content_2.title); title 552 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc std::string title = title 554 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc ASSERT_NE(std::string::npos, title.find(file_url)); title 572 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_FALSE(bubble_content.title.empty()); title 637 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(base::ASCIIToUTF16("Handler"), handler.title()); title 666 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc EXPECT_EQ(base::ASCIIToUTF16("Handler"), handler.title()); title 666 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc base::string16 title = app_window_->GetTitle(); title 667 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc gtk_window_set_title(window_, base::UTF16ToUTF8(title).c_str()); title 1381 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc base::string16 title = GetNameForURL(url); title 1382 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc model_->AddURL(dest_node, index, title, url); title 343 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc std::string title; title 346 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc title = base::UTF16ToUTF8(details_.existing_node->GetTitle()); title 349 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc title = l10n_util::GetStringUTF8(IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME); title 352 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc title = base::UTF16ToUTF8(details_.title); title 354 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc gtk_entry_set_text(GTK_ENTRY(name_entry_), title.c_str()); title 64 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc base::string16 title = title 69 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc bb_node, bb_node->child_count(), title); title 88 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc bb_model->SetTitle(child_bb_node, title); title 62 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc const base::string16& title, title 77 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc std::string label_string = base::UTF16ToUTF8(title); title 193 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc const base::string16& title, title 200 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc pixbuf, title, title 222 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc PackButton(pixbuf, title, true, provider, floating_button); title 445 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc base::string16 title; title 446 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc if (!ui::ExtractNamedURL(selection_data, &url, &title)) title 449 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc model->AddURL(parent, idx, title, url); title 460 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc base::string16 title = GetNameForURL(urls[i]); title 461 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc model->AddURL(parent, idx++, title, urls[i]); title 471 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc base::string16 title; title 472 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc if (!ui::ExtractNetscapeURL(selection_data, &url, &title)) title 475 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc model->AddURL(parent, idx, title, url); title 36 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h const base::string16& title, title 607 chrome/browser/ui/gtk/browser_titlebar.cc base::string16 title = title 610 chrome/browser/ui/gtk/browser_titlebar.cc base::UTF16ToUTF8(title).c_str()); title 735 chrome/browser/ui/gtk/browser_window_gtk.cc base::string16 title = browser_->GetWindowTitleForCurrentTab(); title 736 chrome/browser/ui/gtk/browser_window_gtk.cc gtk_window_set_title(window_, base::UTF16ToUTF8(title).c_str()); title 109 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc if (!content.title.empty()) { title 111 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc GtkWidget* label = theme_provider->BuildLabel(content.title.c_str(), title 144 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc BuildElidedText(i->title).c_str()); title 269 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc BuildElidedText(i->title).c_str(), ui::kGdkBlack); title 164 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc std::string title(base::UTF16ToUTF8(shortcut_info_.title)); title 166 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc (description.empty() ? title : description).c_str()); title 47 chrome/browser/ui/gtk/first_run_bubble.cc GtkWidget* title = theme_service->BuildLabel(std::string(), ui::kGdkBlack); title 53 chrome/browser/ui/gtk/first_run_bubble.cc gtk_label_set_markup(GTK_LABEL(title), markup); title 64 chrome/browser/ui/gtk/first_run_bubble.cc gtk_box_pack_start(GTK_BOX(top_line), title, FALSE, FALSE, 0); title 70 chrome/browser/ui/gtk/global_history_menu.cc base::string16 title; title 164 chrome/browser/ui/gtk/global_history_menu.cc item->title = visited.title; title 185 chrome/browser/ui/gtk/global_history_menu.cc item->title = current_navigation.title(); title 196 chrome/browser/ui/gtk/global_history_menu.cc base::string16 title = item->title; title 199 chrome/browser/ui/gtk/global_history_menu.cc if (title.empty()) title 200 chrome/browser/ui/gtk/global_history_menu.cc title = base::UTF8ToUTF16(url_string); title 201 chrome/browser/ui/gtk/global_history_menu.cc gfx::ElideString(title, kMaximumMenuWidthInChars, &title); title 204 chrome/browser/ui/gtk/global_history_menu.cc base::UTF16ToUTF8(title).c_str()); title 212 chrome/browser/ui/gtk/global_history_menu.cc std::string tooltip = gtk_util::BuildTooltipTitleFor(item->title, item->url); title 351 chrome/browser/ui/gtk/global_history_menu.cc std::string title = item->tabs.size() == 1 ? title 359 chrome/browser/ui/gtk/global_history_menu.cc GtkWidget* parent_item = gtk_menu_item_new_with_label(title.c_str()); title 333 chrome/browser/ui/gtk/gtk_custom_menu_item.cc GtkWidget* gtk_custom_menu_item_new(const char* title) { title 336 chrome/browser/ui/gtk/gtk_custom_menu_item.cc gtk_label_set_text(GTK_LABEL(item->label), title); title 86 chrome/browser/ui/gtk/gtk_custom_menu_item.h GtkWidget* gtk_custom_menu_item_new(const char* title); title 225 chrome/browser/ui/gtk/gtk_tree.cc base::UTF16ToUTF8(it->title).c_str(), title 648 chrome/browser/ui/gtk/gtk_util.cc std::string BuildTooltipTitleFor(base::string16 title, const GURL& url) { title 650 chrome/browser/ui/gtk/gtk_util.cc const std::string& title_str = base::UTF16ToUTF8(title); title 659 chrome/browser/ui/gtk/gtk_util.cc if (url_str == title_str || title.empty()) { title 663 chrome/browser/ui/gtk/gtk_util.cc title, kMaxTooltipTitleLength)); title 185 chrome/browser/ui/gtk/gtk_util.h std::string BuildTooltipTitleFor(base::string16 title, const GURL& url); title 188 chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc std::string title = base::UTF16ToUTF8(it->GetTitle()); title 189 chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc if (title.empty()) title 190 chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc title = base::UTF16ToUTF8(CoreTabHelper::GetDefaultTitle()); title 200 chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc COL_TITLE, title.c_str(), title 96 chrome/browser/ui/gtk/javascript_app_modal_dialog_gtk.cc base::UTF16ToUTF8(dialog_->title()).c_str()); title 921 chrome/browser/ui/gtk/panels/panel_gtk.cc base::string16 title = panel_->GetWindowTitle(); title 922 chrome/browser/ui/gtk/panels/panel_gtk.cc gtk_window_set_title(window_, base::UTF16ToUTF8(title).c_str()); title 239 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.cc base::string16 title = delegate_->GetTitle(); title 240 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.cc gtk_window_set_title(window_, base::UTF16ToUTF8(title).c_str()); title 56 chrome/browser/ui/gtk/password_generation_bubble_gtk.cc GtkWidget* title = gtk_label_new( title 58 chrome/browser/ui/gtk/password_generation_bubble_gtk.cc gtk_box_pack_start(GTK_BOX(title_line), title, FALSE, FALSE, 0); title 228 chrome/browser/ui/gtk/renderer_context_menu/render_view_context_menu_gtk.cc const base::string16& title) { title 241 chrome/browser/ui/gtk/renderer_context_menu/render_view_context_menu_gtk.cc base::UTF16ToUTF8(title).c_str()); title 43 chrome/browser/ui/gtk/renderer_context_menu/render_view_context_menu_gtk.h const base::string16& title) OVERRIDE; title 107 chrome/browser/ui/gtk/sad_tab_gtk.cc GtkWidget* title = MakeWhiteMarkupLabel( title 111 chrome/browser/ui/gtk/sad_tab_gtk.cc gtk_box_pack_start(GTK_BOX(vbox), title, FALSE, FALSE, 0); title 13 chrome/browser/ui/gtk/simple_message_box_gtk.cc void SetDialogTitle(GtkWidget* dialog, const base::string16& title) { title 14 chrome/browser/ui/gtk/simple_message_box_gtk.cc gtk_window_set_title(GTK_WINDOW(dialog), base::UTF16ToUTF8(title).c_str()); title 23 chrome/browser/ui/gtk/simple_message_box_gtk.cc gtk_util::GetWidgetSizeFromCharacters(dialog, title.length(), 0, title 47 chrome/browser/ui/gtk/simple_message_box_gtk.cc const base::string16& title, title 71 chrome/browser/ui/gtk/simple_message_box_gtk.cc SetDialogTitle(dialog, title); title 48 chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc const base::string16& title, title 50 chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc notification_.DisplayBalloon(icon, title, contents); title 27 chrome/browser/ui/gtk/status_icons/status_icon_gtk.h const base::string16& title, title 53 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.cc const base::string16& title) { title 54 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.cc bookmark_drag_data_.ReadFromTuple(url, title); title 30 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.h const base::string16& title) OVERRIDE; title 33 chrome/browser/ui/gtk/tabs/tab_gtk.cc int GetTitleWidth(gfx::Font* font, base::string16 title) { title 35 chrome/browser/ui/gtk/tabs/tab_gtk.cc if (title.empty()) title 38 chrome/browser/ui/gtk/tabs/tab_gtk.cc return gfx::GetStringWidth(title, gfx::FontList(*font)); title 358 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc data_.title = contents->GetTitle(); title 626 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc return data_.title; title 876 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc base::string16 title = data_.title; title 877 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc if (title.empty()) { title 878 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc title = data_.loading ? title 882 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc Browser::FormatTitleForDisplay(&title); title 901 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc title, gfx::Canvas::TruncateFadeTail, gfx::FontList(*title_font_), title 254 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h base::string16 title; title 288 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc std::string title = l10n_util::GetStringUTF8( title 291 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc CreatePermissionTabSection(title, title 296 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc title = l10n_util::GetStringUTF8(IDS_WEBSITE_SETTINGS_TITLE_SITE_PERMISSIONS); title 298 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc CreatePermissionTabSection(title, title 553 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc GtkWidget* title = theme_service_->BuildLabel( title 559 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc gtk_label_set_attributes(GTK_LABEL(title), attributes); title 561 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc gtk_misc_set_alignment(GTK_MISC(title), 0, 0); title 568 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc gtk_box_pack_start(GTK_BOX(section_contents), title, FALSE, FALSE, 0); title 54 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h const base::string16& title, title 61 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const base::string16& title, title 92 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const std::string& title, title 96 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GtkWidget* CreateFileOpenDialog(const std::string& title, title 99 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GtkWidget* CreateMultiFileOpenDialog(const std::string& title, title 102 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GtkWidget* CreateSaveAsDialog(const std::string& title, title 123 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GtkWidget* CreateFileOpenHelper(const std::string& title, title 205 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const base::string16& title, title 221 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::string title_string = base::UTF16ToUTF8(title); title 362 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const std::string& title, title 366 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc gtk_file_chooser_dialog_new(title.c_str(), NULL, title 393 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const std::string& title, title 396 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::string title_string = title; title 429 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const std::string& title, title 432 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::string title_string = !title.empty() ? title : title 443 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc const std::string& title, title 446 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::string title_string = !title.empty() ? title : title 456 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GtkWidget* SelectFileDialogImplGTK::CreateSaveAsDialog(const std::string& title, title 458 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::string title_string = !title.empty() ? title : title 34 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc std::string GetTitle(const std::string& title, int message_id) { title 35 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc return title.empty() ? l10n_util::GetStringUTF8(message_id) : title; title 59 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const base::string16& title, title 71 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc KDialogParams(const std::string& type, const std::string& title, title 77 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc : type(type), title(title), default_path(default_path), parent(parent), title 84 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc std::string title; title 98 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc void GetKDialogCommandLine(const std::string& type, const std::string& title, title 118 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const std::string& title, title 122 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc void CreateFileOpenDialog(const std::string& title, title 126 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc void CreateMultiFileOpenDialog(const std::string& title, title 130 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc void CreateSaveAsDialog(const std::string& title, title 190 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const base::string16& title, title 204 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc std::string title_string = base::UTF16ToUTF8(title); title 272 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc GetKDialogCommandLine(params.type, params.title, params.default_path, title 296 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& path, title 307 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc if (!title.empty()) title 308 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative("--title", title); title 356 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc Type type, const std::string& title, const base::FilePath& default_path, title 368 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc GetTitle(title, title_message_id), title 375 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 384 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc GetTitle(title, IDS_OPEN_FILE_DIALOG_TITLE), title 391 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 400 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc GetTitle(title, IDS_OPEN_FILES_DIALOG_TITLE), title 407 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 416 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc GetTitle(title, IDS_SAVE_AS_DIALOG_TITLE), title 155 chrome/browser/ui/metro_pin_tab_helper_win.cc PinPageTaskRunner(const base::string16& title, title 174 chrome/browser/ui/metro_pin_tab_helper_win.cc PinPageTaskRunner::PinPageTaskRunner(const base::string16& title, title 177 chrome/browser/ui/metro_pin_tab_helper_win.cc : title_(title), title 235 chrome/browser/ui/metro_pin_tab_helper_win.cc const base::string16& title, title 271 chrome/browser/ui/metro_pin_tab_helper_win.cc const base::string16& title, title 275 chrome/browser/ui/metro_pin_tab_helper_win.cc title_(title), title 376 chrome/browser/ui/metro_pin_tab_helper_win.cc base::string16 title = web_contents()->GetTitle(); title 387 chrome/browser/ui/metro_pin_tab_helper_win.cc favicon_chooser_.reset(new FaviconChooser(this, title, url_str, favicon)); title 412 chrome/browser/ui/omnibox/omnibox_edit_model.cc base::string16* title, title 417 chrome/browser/ui/omnibox/omnibox_edit_model.cc *title = web_contents->GetTitle(); title 119 chrome/browser/ui/omnibox/omnibox_edit_model.h base::string16* title, title 91 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc const char* title; title 303 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc history_service->AddPageWithDetails(url, base::UTF8ToUTF16(entry.title), title 1606 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc base::string16 title; title 1608 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc clipboard->ReadBookmark(&title, &url); title 1610 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc EXPECT_EQ(ASCIIToUTF16(target_url), title); title 1652 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc base::string16 title; title 1654 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc clipboard->ReadBookmark(&title, &url); title 1656 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc EXPECT_EQ(ASCIIToUTF16(target_url), title); title 756 chrome/browser/ui/panels/panel.cc base::string16 title; title 760 chrome/browser/ui/panels/panel.cc title = contents->GetTitle(); title 761 chrome/browser/ui/panels/panel.cc FormatTitleForDisplay(&title); title 764 chrome/browser/ui/panels/panel.cc if (title.empty()) title 765 chrome/browser/ui/panels/panel.cc title = base::UTF8ToUTF16(app_name()); title 767 chrome/browser/ui/panels/panel.cc return title; title 894 chrome/browser/ui/panels/panel.cc void Panel::FormatTitleForDisplay(base::string16* title) { title 897 chrome/browser/ui/panels/panel.cc while ((match_index = title->find(L'\n', current_index)) != title 899 chrome/browser/ui/panels/panel.cc title->replace(match_index, 1, base::string16()); title 342 chrome/browser/ui/panels/panel.h static void FormatTitleForDisplay(base::string16* title); title 66 chrome/browser/ui/passwords/manage_passwords_bubble_model.h const base::string16& title() { return title_; } title 24 chrome/browser/ui/screen_capture_notification_ui_stub.cc const base::string16& title) { title 260 chrome/browser/ui/search/search_tab_helper_unittest.cc const base::string16 title = l10n_util::GetStringUTF16(IDS_NEW_TAB_TITLE); title 261 chrome/browser/ui/search/search_tab_helper_unittest.cc EXPECT_EQ(title, title_observer.title_on_start()); title 262 chrome/browser/ui/search/search_tab_helper_unittest.cc EXPECT_EQ(title, title_observer.title_on_commit()); title 263 chrome/browser/ui/search/search_tab_helper_unittest.cc EXPECT_EQ(title, web_contents()->GetTitle()); title 24 chrome/browser/ui/search_engines/edit_search_engine_controller.h const base::string16& title, title 35 chrome/browser/ui/search_engines/keyword_editor_controller.cc int KeywordEditorController::AddTemplateURL(const base::string16& title, title 43 chrome/browser/ui/search_engines/keyword_editor_controller.cc table_model_->Add(new_index, title, keyword, url); title 49 chrome/browser/ui/search_engines/keyword_editor_controller.cc const base::string16& title, title 61 chrome/browser/ui/search_engines/keyword_editor_controller.cc if ((template_url->short_name() == title) && title 65 chrome/browser/ui/search_engines/keyword_editor_controller.cc table_model_->ModifyTemplateURL(index, title, keyword, url); title 30 chrome/browser/ui/search_engines/keyword_editor_controller.h int AddTemplateURL(const base::string16& title, title 37 chrome/browser/ui/search_engines/keyword_editor_controller.h const base::string16& title, title 222 chrome/browser/ui/search_engines/template_url_table_model.cc search_engine_group.title = title 228 chrome/browser/ui/search_engines/template_url_table_model.cc other_group.title = title 234 chrome/browser/ui/search_engines/template_url_table_model.cc extension_group.title = title 282 chrome/browser/ui/search_engines/template_url_table_model.cc const base::string16& title, title 292 chrome/browser/ui/search_engines/template_url_table_model.cc template_url_service_->ResetTemplateURL(template_url, title, keyword, url); title 68 chrome/browser/ui/search_engines/template_url_table_model.h const base::string16& title, title 33 chrome/browser/ui/simple_message_box.h const base::string16& title, title 45 chrome/browser/ui/simple_message_box.h const base::string16& title, title 109 chrome/browser/ui/startup/bad_flags_prompt.cc const base::string16& title = title 119 chrome/browser/ui/startup/bad_flags_prompt.cc ShowMessageBox(NULL, title, message, chrome::MESSAGE_BOX_TYPE_WARNING); title 183 chrome/browser/ui/tabs/tab_utils.cc base::string16 AssembleTabTooltipText(const base::string16& title, title 186 chrome/browser/ui/tabs/tab_utils.cc return title; title 188 chrome/browser/ui/tabs/tab_utils.cc base::string16 result = title; title 79 chrome/browser/ui/tabs/tab_utils.h base::string16 AssembleTabTooltipText(const base::string16& title, title 79 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc void LoadURLAndUpdateState(const char* url, const char* title) { title 81 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc controller().GetLastCommittedEntry()->SetTitle(base::UTF8ToUTF16(title)); title 25 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc base::string16 title; title 66 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc base::string16 title; title 142 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc const base::string16& title) { title 146 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc tab_info.title = title; title 171 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc base::string16 title = title 172 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc sessions_[session_index].windows[window_index].tabs[tab_index].title; title 173 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc if (title.empty()) { title 174 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc title = base::UTF8ToUTF16(ToTabTitle( title 179 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc return title; title 252 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc pair.title = GetTabTitle(s, w, t); title 262 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc titles.push_back(tabs[i].title); title 42 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h const base::string16& title); title 145 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc const base::string16& title, title 149 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc title(title), title 160 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc base::string16 title; title 340 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc base::string16* title) { title 347 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc *title = item.title; title 405 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc current_navigation.title(), title 503 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc const base::string16& title, title 506 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc TabNavigationItem item(std::string(), session_id, title, url); title 512 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc title.empty() ? base::UTF8ToUTF16(item.url.spec()) : title); title 542 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc current_navigation.title(), title 550 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc current_navigation.title().empty() ? title 551 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc base::UTF8ToUTF16(item.url.spec()) : current_navigation.title()); title 69 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h base::string16* title); title 89 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.h const base::string16& title, title 217 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc base::string16 title; title 218 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); title 219 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); title 220 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); title 260 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc base::string16 title; title 261 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); title 262 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); title 263 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); title 264 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(3, &url, &title)); title 265 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title)); title 371 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc base::string16 title; title 372 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); title 373 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); title 374 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); title 375 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(3, &url, &title)); title 376 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title)); title 377 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(5, &url, &title)); title 462 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc base::string16 title; title 463 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); title 464 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); title 465 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); title 466 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(3, &url, &title)); title 467 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(4, &url, &title)); title 468 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(5, &url, &title)); title 469 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(6, &url, &title)); title 470 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(7, &url, &title)); title 471 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(8, &url, &title)); title 472 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(9, &url, &title)); title 473 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(10, &url, &title)); title 474 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(11, &url, &title)); title 475 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(12, &url, &title)); title 133 chrome/browser/ui/views/accessibility/browser_views_accessibility_browsertest.cc std::wstring title = UTF16ToWide(l10n_util::GetStringFUTF16( title 136 chrome/browser/ui/views/accessibility/browser_views_accessibility_browsertest.cc TestAccessibilityInfo(acc_obj, title, ROLE_SYSTEM_WINDOW); title 76 chrome/browser/ui/views/accessibility/invert_bubble_view.cc views::Label* title = new views::Label( title 78 chrome/browser/ui/views/accessibility/invert_bubble_view.cc title->SetMultiLine(true); title 108 chrome/browser/ui/views/accessibility/invert_bubble_view.cc layout->AddView(title, 4, 1); title 118 chrome/browser/ui/views/accessibility/invert_bubble_view.cc title->SetText(l10n_util::GetStringUTF16(IDS_HIGH_CONTRAST_NOTIFICATION)); title 119 chrome/browser/ui/views/accessibility/invert_bubble_view.cc title->SizeToFit(size.width()); title 57 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc shortcut_info.title, hwnd); title 102 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc .Append(web_app::internals::GetSanitizedFileName(shortcut_info.title)) title 1522 chrome/browser/ui/views/autofill/autofill_dialog_views.cc base::string16 title = delegate_->DialogTitle(); title 1526 chrome/browser/ui/views/autofill/autofill_dialog_views.cc return title.empty() ? base::ASCIIToUTF16(" ") : title; title 152 chrome/browser/ui/views/avatar_menu_bubble_view.cc explicit EditProfileLink(const base::string16& title, title 167 chrome/browser/ui/views/avatar_menu_bubble_view.cc EditProfileLink::EditProfileLink(const base::string16& title, title 169 chrome/browser/ui/views/avatar_menu_bubble_view.cc : views::Link(title), title 151 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const base::string16& title) title 152 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc : TextButton(listener, title) { title 186 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const base::string16& title, title 188 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc : BookmarkButtonBase(listener, title), title 226 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const base::string16& title) title 227 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc : BookmarkButtonBase(listener, title) { title 249 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const base::string16& title, title 252 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc : MenuButton(listener, title, menu_button_listener, show_menu_marker) { title 601 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const base::string16& title, title 611 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (!title.empty()) { title 612 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc base::string16 localized_title = title; title 619 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (title != base::UTF8ToUTF16(url.spec())) { title 156 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h const base::string16& title, title 268 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc base::string16 title; title 271 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc title = details_.existing_node->GetTitle(); title 274 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc title = l10n_util::GetStringUTF16(IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME); title 277 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc title = details_.title; title 282 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc title_tf_->SetText(title); title 631 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc const base::string16& title) { title 632 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc if (!title.empty()) title 633 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ui::TreeNodeModel<EditorNode>::SetTitle(node, title); title 67 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h const base::string16& title) OVERRIDE; title 73 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc void SetTitleText(const base::string16& title) { title 74 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc editor_->title_tf_->SetText(title); title 195 chrome/browser/ui/views/content_setting_bubble_contents.cc if (!bubble_content.title.empty()) { title 197 chrome/browser/ui/views/content_setting_bubble_contents.cc bubble_content.title)); title 224 chrome/browser/ui/views/content_setting_bubble_contents.cc views::Link* link = new views::Link(base::UTF8ToUTF16(i->title)); title 350 chrome/browser/ui/views/content_setting_bubble_contents.cc views::Label* section_title = new views::Label(base::UTF8ToUTF16(i->title)); title 459 chrome/browser/ui/views/content_setting_bubble_contents.cc base::string16 title = button->text(); title 468 chrome/browser/ui/views/content_setting_bubble_contents.cc button->SetText(title); title 63 chrome/browser/ui/views/create_application_shortcut_view.cc AppInfoView(const base::string16& title, title 68 chrome/browser/ui/views/create_application_shortcut_view.cc void UpdateText(const base::string16& title, title 79 chrome/browser/ui/views/create_application_shortcut_view.cc void Init(const base::string16& title, title 93 chrome/browser/ui/views/create_application_shortcut_view.cc AppInfoView::AppInfoView(const base::string16& title, title 99 chrome/browser/ui/views/create_application_shortcut_view.cc Init(title, description, icon); title 168 chrome/browser/ui/views/create_application_shortcut_view.cc void AppInfoView::UpdateText(const base::string16& title, title 170 chrome/browser/ui/views/create_application_shortcut_view.cc title_->SetText(title); title 263 chrome/browser/ui/views/create_application_shortcut_view.cc app_info_ = new AppInfoView(shortcut_info_.title, shortcut_info_.description, title 526 chrome/browser/ui/views/create_application_shortcut_view.cc shortcut_info_.title = base::UTF8ToUTF16(app->name()); title 168 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc : web_app_info_.title); title 259 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc install_info.title = title_tf_->text(); title 57 chrome/browser/ui/views/extensions/extension_dialog.cc const base::string16& title, title 71 chrome/browser/ui/views/extensions/extension_dialog.cc dialog->set_title(title); title 48 chrome/browser/ui/views/extensions/extension_dialog.h const base::string16& title, title 59 chrome/browser/ui/views/extensions/extension_dialog.h void set_title(const base::string16& title) { window_title_ = title; } title 43 chrome/browser/ui/views/first_run_bubble.cc views::Label* title = new views::Label( title 72 chrome/browser/ui/views/first_run_bubble.cc layout->AddView(title); title 98 chrome/browser/ui/views/frame/browser_root_view.cc base::string16 title; title 101 chrome/browser/ui/views/frame/browser_root_view.cc ui::OSExchangeData::CONVERT_FILENAMES, &url, &title) || title 293 chrome/browser/ui/views/frame/global_menu_bar_x11.cc base::string16 title; title 517 chrome/browser/ui/views/frame/global_menu_bar_x11.cc item->title = current_navigation.title(); title 528 chrome/browser/ui/views/frame/global_menu_bar_x11.cc base::string16 title = item->title; title 531 chrome/browser/ui/views/frame/global_menu_bar_x11.cc if (title.empty()) title 532 chrome/browser/ui/views/frame/global_menu_bar_x11.cc title = base::UTF8ToUTF16(url_string); title 533 chrome/browser/ui/views/frame/global_menu_bar_x11.cc gfx::ElideString(title, kMaximumMenuWidthInChars, &title); title 535 chrome/browser/ui/views/frame/global_menu_bar_x11.cc DbusmenuMenuitem* menu_item = BuildMenuItem(base::UTF16ToUTF8(title), tag); title 566 chrome/browser/ui/views/frame/global_menu_bar_x11.cc item->title = visited.title; title 673 chrome/browser/ui/views/frame/global_menu_bar_x11.cc std::string title = tabs.size() == 1 ? title 680 chrome/browser/ui/views/frame/global_menu_bar_x11.cc title, TAG_RECENTLY_CLOSED); title 46 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc void SetWindowTitle(const base::string16& title) { title 47 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc window_title_ = title; title 123 chrome/browser/ui/views/hung_renderer_view.cc base::string16 title = tab_observers_[row]->web_contents()->GetTitle(); title 124 chrome/browser/ui/views/hung_renderer_view.cc if (title.empty()) title 125 chrome/browser/ui/views/hung_renderer_view.cc title = CoreTabHelper::GetDefaultTitle(); title 129 chrome/browser/ui/views/hung_renderer_view.cc base::i18n::AdjustStringForLocaleDirection(&title); title 130 chrome/browser/ui/views/hung_renderer_view.cc return title; title 18 chrome/browser/ui/views/hung_renderer_view_win.cc const wchar_t* title, title 107 chrome/browser/ui/views/javascript_app_modal_dialog_views.cc return parent_->title(); title 85 chrome/browser/ui/views/network_profile_bubble_view.cc views::Label* title = new views::Label( title 88 chrome/browser/ui/views/network_profile_bubble_view.cc title->SetMultiLine(true); title 89 chrome/browser/ui/views/network_profile_bubble_view.cc title->SizeToFit(kNotificationBubbleWidth); title 90 chrome/browser/ui/views/network_profile_bubble_view.cc title->SetHorizontalAlignment(gfx::ALIGN_LEFT); title 91 chrome/browser/ui/views/network_profile_bubble_view.cc layout->AddView(title); title 906 chrome/browser/ui/views/omnibox/omnibox_view_views.cc base::string16 title = selected_text; title 908 chrome/browser/ui/views/omnibox/omnibox_view_views.cc model()->GetDataForURLExport(&url, &title, &favicon); title 909 chrome/browser/ui/views/omnibox/omnibox_view_views.cc button_drag_utils::SetURLAndDragImage(url, title, favicon.AsImageSkia(), title 911 chrome/browser/ui/views/omnibox/omnibox_view_views.cc data->SetURL(url, title); title 927 chrome/browser/ui/views/omnibox/omnibox_view_views.cc base::string16 title; title 929 chrome/browser/ui/views/omnibox/omnibox_view_views.cc ui::OSExchangeData::CONVERT_FILENAMES, &url, &title)) { title 40 chrome/browser/ui/views/open_pdf_in_reader_bubble_view.cc base::string16 title = model_->GetMessageText(); title 41 chrome/browser/ui/views/open_pdf_in_reader_bubble_view.cc views::Label* title_label = new views::Label(title); title 287 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc new views::Label(manage_passwords_bubble_model_->title()); title 196 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.cc const base::string16& title) { title 203 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.cc item->SetTitle(title); title 40 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h const base::string16& title) OVERRIDE; title 107 chrome/browser/ui/views/sad_tab_view.cc views::Label* title = CreateLabel(l10n_util::GetStringUTF16( title 111 chrome/browser/ui/views/sad_tab_view.cc title->SetFontList(rb.GetFontList(ui::ResourceBundle::MediumFont)); title 113 chrome/browser/ui/views/sad_tab_view.cc layout->AddView(title); title 320 chrome/browser/ui/views/select_file_dialog_extension.cc const base::string16& title, title 403 chrome/browser/ui/views/select_file_dialog_extension.cc title, title 70 chrome/browser/ui/views/select_file_dialog_extension.h const base::string16& title, title 31 chrome/browser/ui/views/simple_message_box_views.cc SimpleMessageBoxViews(const base::string16& title, title 72 chrome/browser/ui/views/simple_message_box_views.cc SimpleMessageBoxViews::SimpleMessageBoxViews(const base::string16& title, title 78 chrome/browser/ui/views/simple_message_box_views.cc : window_title_(title), title 189 chrome/browser/ui/views/simple_message_box_views.cc const base::string16& title, title 200 chrome/browser/ui/views/simple_message_box_views.cc title, GetMessageBoxFlagsFromType(type)); title 205 chrome/browser/ui/views/simple_message_box_views.cc << title << " - " << message; title 212 chrome/browser/ui/views/simple_message_box_views.cc title, message, type, yes_text, no_text, &result); title 229 chrome/browser/ui/views/simple_message_box_views.cc const base::string16& title, title 233 chrome/browser/ui/views/simple_message_box_views.cc parent, title, message, type, base::string16(), base::string16()); title 237 chrome/browser/ui/views/simple_message_box_views.cc const base::string16& title, title 242 chrome/browser/ui/views/simple_message_box_views.cc parent, title, message, MESSAGE_BOX_TYPE_QUESTION, yes_text, no_text); title 34 chrome/browser/ui/views/status_icons/status_icon_linux_wrapper.cc const base::string16& title, title 36 chrome/browser/ui/views/status_icons/status_icon_linux_wrapper.cc notification_.DisplayBalloon(icon, title, contents); title 26 chrome/browser/ui/views/status_icons/status_icon_linux_wrapper.h const base::string16& title, title 119 chrome/browser/ui/views/status_icons/status_icon_win.cc const base::string16& title, title 125 chrome/browser/ui/views/status_icons/status_icon_win.cc wcscpy_s(icon_data.szInfoTitle, title.c_str()); title 196 chrome/browser/ui/views/status_icons/status_icon_win.cc const base::string16& title, title 208 chrome/browser/ui/views/status_icons/status_icon_win.cc notification("", "", title.c_str(), contents.c_str(), L"", title 50 chrome/browser/ui/views/status_icons/status_icon_win.h const base::string16& title, title 97 chrome/browser/ui/views/status_icons/status_icon_win.h const base::string16& title, title 518 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc data->title = contents->GetTitle(); title 940 chrome/browser/ui/views/tabs/tab.cc *tooltip = chrome::AssembleTabTooltipText(data_.title, data_.media_state); title 1082 chrome/browser/ui/views/tabs/tab.cc state->name = data_.title; title 1108 chrome/browser/ui/views/tabs/tab.cc if (data().media_state != old.media_state || data().title != old.title) title 1496 chrome/browser/ui/views/tabs/tab.cc base::string16 title = data().title; title 1497 chrome/browser/ui/views/tabs/tab.cc if (title.empty()) { title 1498 chrome/browser/ui/views/tabs/tab.cc title = data().loading ? title 1502 chrome/browser/ui/views/tabs/tab.cc Browser::FormatTitleForDisplay(&title); title 1505 chrome/browser/ui/views/tabs/tab.cc canvas->DrawFadeTruncatingStringRect(title, gfx::Canvas::TruncateFadeTail, title 25 chrome/browser/ui/views/tabs/tab_renderer_data.cc title == data.title && title 43 chrome/browser/ui/views/tabs/tab_renderer_data.h base::string16 title; title 1398 chrome/browser/ui/views/tabs/tab_strip.cc base::string16 title; title 1402 chrome/browser/ui/views/tabs/tab_strip.cc ui::OSExchangeData::CONVERT_FILENAMES, &url, &title) && title 1441 chrome/browser/ui/views/tabs/tab_strip.cc base::string16 title; title 1444 chrome/browser/ui/views/tabs/tab_strip.cc ui::OSExchangeData::CONVERT_FILENAMES, &url, &title) || title 396 chrome/browser/ui/views/task_manager_view.cc col.title = base::ASCIIToUTF16(row); title 237 chrome/browser/ui/views/toolbar/browser_action_view.cc std::string title = browser_action()->GetTitle(tab_id); title 239 chrome/browser/ui/views/toolbar/browser_action_view.cc base::UTF8ToUTF16(title.empty() ? extension()->name() : title); title 167 chrome/browser/ui/views/toolbar/home_button.cc base::string16 title; title 169 chrome/browser/ui/views/toolbar/home_button.cc ui::OSExchangeData::CONVERT_FILENAMES, &new_homepage_url, &title) && title 462 chrome/browser/ui/webui/about_ui.cc std::string title = base::UTF16ToUTF8(*it); title 463 chrome/browser/ui/webui/about_ui.cc title = net::EscapeForHTML(title); title 464 chrome/browser/ui/webui/about_ui.cc output.append(WrapWithTag("li", title)); title 129 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc StringAppendF(&out, " title: %s\n", entry.title().c_str()); title 266 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc const base::string16& title, title 269 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc CallJS("showErrorPage", title, message, button_text); title 86 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.h void ShowErrorPage(const base::string16& title, title 199 chrome/browser/ui/webui/chromeos/login/network_dropdown.cc base::StringValue title(text); title 202 chrome/browser/ui/webui/chromeos/login/network_dropdown.cc title, icon); title 266 chrome/browser/ui/webui/history_ui.cc const GURL& url, const base::string16& title, base::Time time, title 272 chrome/browser/ui/webui/history_ui.cc this->title = title; title 294 chrome/browser/ui/webui/history_ui.cc base::string16 title_to_set(title); title 295 chrome/browser/ui/webui/history_ui.cc if (title.empty()) { title 774 chrome/browser/ui/webui/history_ui.cc page.title(), title 833 chrome/browser/ui/webui/history_ui.cc base::string16 title; title 846 chrome/browser/ui/webui/history_ui.cc result->GetString("title", &title); title 873 chrome/browser/ui/webui/history_ui.cc title, title 43 chrome/browser/ui/webui/history_ui.h HistoryEntry(EntryType type, const GURL& url, const base::string16& title, title 67 chrome/browser/ui/webui/history_ui.h base::string16 title; // Title of the entry. May be empty. title 226 chrome/browser/ui/webui/net_export_ui.cc std::string title = "Issue number: "; title 232 chrome/browser/ui/webui/net_export_ui.cc base::UTF8ToUTF16(body), base::UTF8ToUTF16(title), title 693 chrome/browser/ui/webui/ntp/app_launcher_handler.cc base::string16 title; title 694 chrome/browser/ui/webui/ntp/app_launcher_handler.cc CHECK(args->GetString(1, &title)); title 712 chrome/browser/ui/webui/ntp/app_launcher_handler.cc install_info->title = title; title 743 chrome/browser/ui/webui/ntp/app_launcher_handler.cc web_app->title = install_info->title; title 114 chrome/browser/ui/webui/ntp/app_launcher_handler.h base::string16 title; title 137 chrome/browser/ui/webui/ntp/foreign_session_handler.cc NewTabUI::SetUrlTitleAndDirection(dictionary, current_navigation.title(), title 243 chrome/browser/ui/webui/ntp/most_visited_handler.cc url.title, title 169 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc std::string title; title 177 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc title = l10n_util::GetStringUTF8(IDS_SYNC_NTP_SYNC_SECTION_ERROR_TITLE); title 179 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc title = l10n_util::GetStringUTF8(IDS_SYNC_NTP_SYNC_SECTION_PROMO_TITLE); title 185 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc value.SetString("title", title); title 292 chrome/browser/ui/webui/ntp/new_tab_ui.cc const base::string16& title, title 297 chrome/browser/ui/webui/ntp/new_tab_ui.cc base::string16 title_to_set(title); title 318 chrome/browser/ui/webui/ntp/new_tab_ui.cc direction = GetHtmlTextDirection(title); title 59 chrome/browser/ui/webui/ntp/new_tab_ui.h const base::string16& title, title 31 chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc NewTabUI::SetUrlTitleAndDirection(dictionary, current_navigation.title(), title 184 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc void AddSuggestion(const std::string& title) { title 186 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc item->SetString("title", title); title 96 chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc suggested_url.title, title 1115 chrome/browser/ui/webui/options/certificate_manager_handler.cc void CertificateManagerHandler::ShowError(const std::string& title, title 1118 chrome/browser/ui/webui/options/certificate_manager_handler.cc args.push_back(new base::StringValue(title)); title 1128 chrome/browser/ui/webui/options/certificate_manager_handler.cc const std::string& title, title 1148 chrome/browser/ui/webui/options/certificate_manager_handler.cc base::StringValue title_value(title); title 151 chrome/browser/ui/webui/options/certificate_manager_handler.h void ShowError(const std::string& title, const std::string& error) const; title 157 chrome/browser/ui/webui/options/certificate_manager_handler.h const std::string& title, title 102 chrome/browser/ui/webui/options/handler_options_handler.cc handlerValue->Append(new base::StringValue(handler->title())); title 202 chrome/browser/ui/webui/options/handler_options_handler.cc base::string16 title; title 204 chrome/browser/ui/webui/options/handler_options_handler.cc args->GetString(2, &title); title 209 chrome/browser/ui/webui/options/handler_options_handler.cc title); title 137 chrome/browser/ui/webui/options/options_ui_browsertest.cc base::string16 title = title 140 chrome/browser/ui/webui/options/options_ui_browsertest.cc EXPECT_NE(title.find(expected_title), base::string16::npos); title 251 chrome/browser/ui/webui/options/search_engine_manager_handler.cc const base::string16& title, title 256 chrome/browser/ui/webui/options/search_engine_manager_handler.cc list_controller_->ModifyTemplateURL(template_url, title, keyword, url); title 258 chrome/browser/ui/webui/options/search_engine_manager_handler.cc list_controller_->AddTemplateURL(title, keyword, url); title 41 chrome/browser/ui/webui/options/search_engine_manager_handler.h const base::string16& title, title 768 chrome/browser/ui/webui/print_preview/print_preview_handler.cc base::string16 title; title 769 chrome/browser/ui/webui/print_preview/print_preview_handler.cc if (!GetPreviewDataAndTitle(&data, &title)) { title 932 chrome/browser/ui/webui/print_preview/print_preview_handler.cc base::string16 title; title 933 chrome/browser/ui/webui/print_preview/print_preview_handler.cc if (!GetPreviewDataAndTitle(&data, &title)) { title 944 chrome/browser/ui/webui/print_preview/print_preview_handler.cc title, title 1278 chrome/browser/ui/webui/print_preview/print_preview_handler.cc base::string16 title; title 1279 chrome/browser/ui/webui/print_preview/print_preview_handler.cc if (!GetPreviewDataAndTitle(&data, &title)) { title 1314 chrome/browser/ui/webui/print_preview/print_preview_handler.cc base::string16* title) const { title 1328 chrome/browser/ui/webui/print_preview/print_preview_handler.cc *title = print_preview_ui->initiator_title(); title 1450 chrome/browser/ui/webui/print_preview/print_preview_handler.cc base::string16 title; title 1452 chrome/browser/ui/webui/print_preview/print_preview_handler.cc if (!GetPreviewDataAndTitle(&data, &title)) { title 1458 chrome/browser/ui/webui/print_preview/print_preview_handler.cc privet_local_print_operation_->SetJobname(base::UTF16ToUTF8(title)); title 241 chrome/browser/ui/webui/print_preview/print_preview_handler.h base::string16* title) const; title 44 chrome/browser/ui/webui/signin/user_manager_ui_browsertest.cc base::string16 title = web_contents->GetTitle(); title 45 chrome/browser/ui/webui/signin/user_manager_ui_browsertest.cc EXPECT_EQ(l10n_util::GetStringUTF16(IDS_USER_MANAGER_SCREEN_TITLE), title); title 203 chrome/browser/ui/webui/sync_setup_handler_unittest.cc virtual void OverrideTitle(const base::string16& title) OVERRIDE {} title 221 chrome/browser/undo/bookmark_undo_service.cc model->SetTitle(node, original_bookmark_.elements[0].title); title 45 chrome/browser/web_applications/update_shortcut_worker_win.cc file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title); title 192 chrome/browser/web_applications/update_shortcut_worker_win.cc web_app::internals::GetIconFilePath(web_app_path, shortcut_info_.title); title 151 chrome/browser/web_applications/web_app.cc info->title = app_info.title.empty() ? title 154 chrome/browser/web_applications/web_app.cc app_info.title; title 173 chrome/browser/web_applications/web_app.cc shortcut_info.title = base::UTF8ToUTF16(app->name()); title 35 chrome/browser/web_applications/web_app_unittest.cc const base::string16 title = base::ASCIIToUTF16("TEST_TITLE"); title 39 chrome/browser/web_applications/web_app_unittest.cc web_app_info.title = title; title 49 chrome/browser/web_applications/web_app_unittest.cc EXPECT_EQ(title, info.title); title 176 chrome/browser/web_applications/web_app_win.cc web_app::internals::GetIconFilePath(web_app_path, shortcut_info.title); title 215 chrome/browser/web_applications/web_app_win.cc web_app::internals::GetSanitizedFileName(shortcut_info.title)) title 222 chrome/browser/web_applications/web_app_win.cc shortcut_info.title); title 276 chrome/browser/web_applications/web_app_win.cc const base::string16& title, title 303 chrome/browser/web_applications/web_app_win.cc title); title 313 chrome/browser/web_applications/web_app_win.cc FindAppShortcutsByProfileAndTitle(*i, profile_path, title); title 338 chrome/browser/web_applications/web_app_win.cc web_app_dir.Append(internals::GetSanitizedFileName(shortcut_info.title)) title 350 chrome/browser/web_applications/web_app_win.cc internals::GetIconFilePath(web_app_dir, shortcut_info.title), title 407 chrome/browser/web_applications/web_app_win.cc base::FilePath file_name = GetSanitizedFileName(shortcut_info.title); title 427 chrome/browser/web_applications/web_app_win.cc web_app::internals::GetSanitizedFileName(shortcut_info.title); title 429 chrome/browser/web_applications/web_app_win.cc if (old_app_title != shortcut_info.title) { title 444 chrome/browser/web_applications/web_app_win.cc base::FilePath file_name = GetSanitizedFileName(shortcut_info.title); title 454 chrome/browser/web_applications/web_app_win.cc base::FilePath icon_file = GetIconFilePath(web_app_path, shortcut_info.title); title 462 chrome/browser/web_applications/web_app_win.cc web_app_path, shortcut_info.profile_path, shortcut_info.title, NULL, title 545 chrome/browser/web_applications/web_app_win.cc const base::string16& title) { title 546 chrome/browser/web_applications/web_app_win.cc return web_app_path.Append(GetSanitizedFileName(title)) title 33 chrome/browser/web_applications/web_app_win.h const base::string16& title); title 14 chrome/common/custom_handlers/protocol_handler.cc const base::string16& title) title 17 chrome/common/custom_handlers/protocol_handler.cc title_(title) { title 23 chrome/common/custom_handlers/protocol_handler.cc const base::string16& title) { title 25 chrome/common/custom_handlers/protocol_handler.cc return ProtocolHandler(lower_protocol, url, title); title 52 chrome/common/custom_handlers/protocol_handler.cc base::string16 title; title 55 chrome/common/custom_handlers/protocol_handler.cc value->GetString("title", &title); title 56 chrome/common/custom_handlers/protocol_handler.cc return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title); title 20 chrome/common/custom_handlers/protocol_handler.h const base::string16& title); title 51 chrome/common/custom_handlers/protocol_handler.h const base::string16& title() const { return title_; } title 69 chrome/common/custom_handlers/protocol_handler.h const base::string16& title); title 150 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc std::string title; title 152 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc !file_browser_handler->GetString(keys::kPageActionDefaultTitle, &title)) { title 156 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc result->set_title(title); title 39 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.h const std::string& title() const { return title_; } title 40 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.h void set_title(const std::string& title) { title_ = title; } title 80 chrome/common/extensions/api/file_browser_handlers/file_browser_handler_manifest_unittest.cc EXPECT_EQ("Be Amazed", action->title()); title 55 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ("Image editor", handler.title); title 64 chrome/common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc EXPECT_EQ("Text editor", handler.title); title 76 chrome/common/extensions/api/file_handlers/file_handlers_parser.cc !handler_info.GetString(keys::kFileHandlerTitle, &handler.title)) { title 22 chrome/common/extensions/api/file_handlers/file_handlers_parser.h std::string title; title 53 chrome/common/extensions/api/media_galleries_private/media_galleries_handler.cc std::string title; title 56 chrome/common/extensions/api/media_galleries_private/media_galleries_handler.cc &title)) { title 60 chrome/common/extensions/api/media_galleries_private/media_galleries_handler.cc result->set_title(title); title 35 chrome/common/extensions/api/media_galleries_private/media_galleries_handler.h const std::string& title() const { return title_; } title 36 chrome/common/extensions/api/media_galleries_private/media_galleries_handler.h void set_title(const std::string& title) { title_ = title; } title 100 chrome/common/extensions/api/url_handlers/url_handlers_parser.cc if (!handler_info.GetString(mkeys::kUrlHandlerTitle, &handler.title)) { title 26 chrome/common/extensions/api/url_handlers/url_handlers_parser.h std::string title; title 28 chrome/common/extensions/chrome_extension_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 19 chrome/common/importer/imported_bookmark_entry.cc title == other.title && title 24 chrome/common/importer/imported_bookmark_entry.h base::string16 title; title 21 chrome/common/importer/importer_url_row.h base::string16 title; title 87 chrome/common/importer/profile_import_process_messages.h WriteParam(m, p.title); title 95 chrome/common/importer/profile_import_process_messages.h base::string16 title; title 100 chrome/common/importer/profile_import_process_messages.h !ReadParam(m, iter, &title) || title 107 chrome/common/importer/profile_import_process_messages.h p->title = title; title 118 chrome/common/importer/profile_import_process_messages.h LogParam(p.title, l); title 140 chrome/common/importer/profile_import_process_messages.h WriteParam(m, p.title); title 149 chrome/common/importer/profile_import_process_messages.h (ReadParam(m, iter, &p->title)) && title 162 chrome/common/importer/profile_import_process_messages.h LogParam(p.title, l); title 168 chrome/common/instant_types.h base::string16 title; title 30 chrome/common/print_messages.cc title(), title 56 chrome/common/print_messages.cc title = base::string16(); title 48 chrome/common/print_messages.h base::string16 title; title 142 chrome/common/print_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 158 chrome/common/render_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 32 chrome/common/web_application_info.h base::string16 title; title 34 chrome/renderer/extensions/dom_activity_logger.cc const WebString& title) { title 48 chrome/renderer/extensions/dom_activity_logger.cc params.url_title = title; title 35 chrome/renderer/extensions/dom_activity_logger.h const blink::WebString& title); title 121 chrome/renderer/mock_printer.cc title_ = params.title; title 163 chrome/renderer/mock_printer.cc settings->params.title = title_; title 312 chrome/renderer/mock_printer.cc params->title = title_; title 55 chrome/renderer/plugins/chrome_plugin_placeholder.cc const base::string16& title) title 62 chrome/renderer/plugins/chrome_plugin_placeholder.cc title_(title), title 49 chrome/renderer/plugins/chrome_plugin_placeholder.h const base::string16& title); title 1535 chrome/renderer/printing/print_web_view_helper.cc settings.params.title); title 43 chrome/renderer/searchbox/searchbox.cc new_items[i].title != old_item_id_pairs[i].second.title) { title 117 chrome/renderer/searchbox/searchbox_extension.cc if (base::i18n::StringContainsStrongRTLChars(mv_item.title)) title 122 chrome/renderer/searchbox/searchbox_extension.cc base::string16 title = mv_item.title; title 123 chrome/renderer/searchbox/searchbox_extension.cc if (title.empty()) title 124 chrome/renderer/searchbox/searchbox_extension.cc title = base::UTF8ToUTF16(mv_item.url.spec()); title 134 chrome/renderer/searchbox/searchbox_extension.cc UTF16ToV8String(isolate, title)); title 164 chrome/renderer/web_apps.cc app_info->title = content; title 142 chrome/service/cloud_print/print_system_cups.cc const char* title, int num_options, cups_option_t* options); title 747 chrome/service/cloud_print/print_system_cups.cc const char* title, int num_options, title 750 chrome/service/cloud_print/print_system_cups.cc return cupsPrintFile(name, filename, title, num_options, options); title 755 chrome/service/cloud_print/print_system_cups.cc title, num_options, options); title 186 chrome/test/base/browser_with_test_window_test.cc const base::string16& title) { title 190 chrome/test/base/browser_with_test_window_test.cc controller->GetActiveEntry()->SetTitle(title); title 136 chrome/test/base/browser_with_test_window_test.h const base::string16& title); title 144 chrome/test/base/ui_test_utils.cc bool GetCurrentTabTitle(const Browser* browser, base::string16* title) { title 152 chrome/test/base/ui_test_utils.cc title->assign(last_entry->GetTitleForDisplay(std::string())); title 78 chrome/test/base/ui_test_utils.h bool GetCurrentTabTitle(const Browser* browser, base::string16* title); title 34 chrome/test/data/webui/history_ui_browsertest.cc int hour_offset, const std::string& url, const std::string& title) { title 43 chrome/test/data/webui/history_ui_browsertest.cc history_->SetPageTitle(gurl, base::UTF8ToUTF16(title)); title 28 chrome/test/data/webui/history_ui_browsertest.h int hour_offset, const std::string& url, const std::string& title); title 139 chrome/utility/importer/bookmark_html_reader.cc base::string16 title; title 148 chrome/utility/importer/bookmark_html_reader.cc internal::ParseBookmarkFromLine(line, charset, &title, title 151 chrome/utility/importer/bookmark_html_reader.cc internal::ParseMinimumBookmarkFromLine(line, charset, &title, &url); title 167 chrome/utility/importer/bookmark_html_reader.cc entry.title = title; title 215 chrome/utility/importer/bookmark_html_reader.cc entry.title = folder_title; title 306 chrome/utility/importer/bookmark_html_reader.cc base::string16* title, title 321 chrome/utility/importer/bookmark_html_reader.cc title->clear(); title 348 chrome/utility/importer/bookmark_html_reader.cc base::OnStringConversionError::SKIP, title); title 349 chrome/utility/importer/bookmark_html_reader.cc *title = net::UnescapeForHTML(*title); title 393 chrome/utility/importer/bookmark_html_reader.cc base::string16* title, title 400 chrome/utility/importer/bookmark_html_reader.cc title->clear(); title 418 chrome/utility/importer/bookmark_html_reader.cc base::OnStringConversionError::SKIP, title); title 419 chrome/utility/importer/bookmark_html_reader.cc *title = net::UnescapeForHTML(*title); title 74 chrome/utility/importer/bookmark_html_reader.h base::string16* title, title 90 chrome/utility/importer/bookmark_html_reader.h base::string16* title, title 58 chrome/utility/importer/bookmark_html_reader_unittest.cc base::string16 title; title 66 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 68 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(L"\x4E2D\x6587", UTF16ToWide(title)); title 77 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 79 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("name"), title); title 87 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 89 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("name"), title); title 98 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 100 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("name"), title); title 112 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 114 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Test Post keyword"), title); title 123 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); title 125 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(base::string16(), title); title 134 chrome/utility/importer/bookmark_html_reader_unittest.cc charset, &title, &url); title 136 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Google"), title); title 166 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Empty"), entry.title); title 176 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("[Tamura Yukari.com]"), entry.title); title 187 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Google"), entry.title); title 198 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("[Tamura Yukari.com]"), entry.title); title 205 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Google"), entry.title); title 212 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Google"), entry.title); title 221 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("Issues"), entry.title); title 231 chrome/utility/importer/bookmark_html_reader_unittest.cc EXPECT_EQ(ASCIIToUTF16("CodeSearch"), entry.title); title 84 chrome/utility/importer/firefox_importer.cc base::string16 title; title 176 chrome/utility/importer/firefox_importer.cc row.title = s.ColumnString16(1); title 275 chrome/utility/importer/firefox_importer.cc path.insert(path.begin(), parent->title); title 297 chrome/utility/importer/firefox_importer.cc entry.title = item->title; title 314 chrome/utility/importer/firefox_importer.cc url_keyword_info.display_name = item->title; title 532 chrome/utility/importer/firefox_importer.cc item->title = s.ColumnString16(0); title 565 chrome/utility/importer/firefox_importer.cc item->title = s.ColumnString16(2); title 120 chrome/utility/importer/ie_importer_win.cc (i < lhs.path.size() ? lhs.path[i] : lhs.title + L".url"); title 122 chrome/utility/importer/ie_importer_win.cc (i < rhs.path.size() ? rhs.path[i] : rhs.title + L".url"); title 509 chrome/utility/importer/ie_importer_win.cc row.title = title_string; title 848 chrome/utility/importer/ie_importer_win.cc entry.title = shortcut.RemoveExtension().BaseName().value(); title 61 chrome/utility/media_galleries/media_metadata_parser.cc SetStringScopedPtr(extractor.title(), &metadata->title); title 195 cloud_print/gcp20/prototype/cloud_print_response_parser.cc !job->GetString("title", &job_list[idx].title)) { title 31 cloud_print/gcp20/prototype/cloud_print_response_parser.h std::string title; title 213 cloud_print/gcp20/prototype/print_job_handler.cc const std::string& title, title 215 cloud_print/gcp20/prototype/print_job_handler.cc VLOG(1) << "Printing printjob: \"" + title + "\""; title 61 cloud_print/gcp20/prototype/print_job_handler.h const std::string& title, title 508 cloud_print/gcp20/prototype/printer.cc job.job_id, job.title, "pdf"); title 138 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc base::string16 *title) { title 140 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc DCHECK(title != NULL); title 158 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc *title = job_info->pDocument; title 288 components/autofill/content/renderer/form_cache.cc base::string16 title = l10n_util::GetStringFUTF16( title 299 components/autofill/content/renderer/form_cache.cc element->setAttribute("title", WebString(title)); title 46 components/breakpad/app/breakpad_client.cc bool BreakpadClient::ShouldShowRestartDialog(base::string16* title, title 68 components/breakpad/app/breakpad_client.h virtual bool ShouldShowRestartDialog(base::string16* title, title 493 components/breakpad/app/breakpad_win.cc base::string16 title; title 496 components/breakpad/app/breakpad_win.cc &title, &message, &is_rtl_locale)) { title 507 components/breakpad/app/breakpad_win.cc base::UTF16ToWide(title).c_str(), title 92 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc std::string title; title 93 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc result_list->GetString(0, &title); title 94 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc EXPECT_EQ("Test Page Title", title); title 35 components/dom_distiller/content/dom_distiller_viewer_source.cc std::string ReplaceHtmlTemplateValues(const std::string& title, title 42 components/dom_distiller/content/dom_distiller_viewer_source.cc substitutions.push_back(title); // $1 title 44 components/dom_distiller/content/dom_distiller_viewer_source.cc substitutions.push_back(title); // $3 title 90 components/dom_distiller/content/dom_distiller_viewer_source.cc std::string title; title 94 components/dom_distiller/content/dom_distiller_viewer_source.cc title = net::EscapeForHTML(article_proto->title()); title 103 components/dom_distiller/content/dom_distiller_viewer_source.cc title = l10n_util::GetStringUTF8(IDS_DOM_DISTILLER_VIEWER_NO_DATA_TITLE); title 114 components/dom_distiller/content/dom_distiller_viewer_source.cc ReplaceHtmlTemplateValues(title, unsafe_article_html, original_url); title 177 components/dom_distiller/content/dom_distiller_viewer_source.cc std::string title = l10n_util::GetStringUTF8( title 181 components/dom_distiller/content/dom_distiller_viewer_source.cc std::string html = ReplaceHtmlTemplateValues(title, content, ""); title 150 components/dom_distiller/core/distiller.cc page_data->title = distilled_page->title; title 276 components/dom_distiller/core/distiller.cc article_proto->set_title(page_data->title); title 99 components/dom_distiller/core/distiller.h std::string title; title 46 components/dom_distiller/core/distiller_unittest.cc const string& title, title 53 components/dom_distiller/core/distiller_unittest.cc list->AppendString(title); title 162 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto->title()); title 348 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 368 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 422 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 455 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 477 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 492 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ("", article_proto_->title()); title 518 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 561 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 610 components/dom_distiller/core/distiller_unittest.cc EXPECT_EQ(kTitle, article_proto_->title()); title 83 components/dom_distiller/core/page_distiller.cc page_info->title = item; title 23 components/dom_distiller/core/page_distiller.h std::string title; title 158 components/dom_distiller/core/task_tracker.cc entry_.set_title(distilled_article_->title()); title 72 components/dom_distiller/standalone/content_extractor.cc output << "Article Title: " << article_proto.title() << std::endl; title 111 components/dom_distiller/webui/dom_distiller_handler.cc std::string title = (!article.has_title() || article.title().empty()) title 113 components/dom_distiller/webui/dom_distiller_handler.cc : article.title(); title 114 components/dom_distiller/webui/dom_distiller_handler.cc entry->SetString("title", net::EscapeForHTML(title)); title 74 components/sessions/serialized_navigation_entry.cc navigation.title_ = base::UTF8ToUTF16(sync_data.title()); title 99 components/sessions/serialized_navigation_entry.h const base::string16& title() const { return title_; } title 35 components/sessions/serialized_navigation_entry_test_helper.cc const std::string& title) { title 42 components/sessions/serialized_navigation_entry_test_helper.cc navigation.title_ = base::UTF8ToUTF16(title); title 40 components/sessions/serialized_navigation_entry_test_helper.h const std::string& title); title 105 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_TRUE(navigation.title().empty()); title 133 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_EQ(kTitle, navigation.title()); title 159 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_EQ(kTitle, navigation.title()); title 193 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_EQ(kTitle, new_navigation.title()); title 254 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_EQ(kTitle, base::ASCIIToUTF16(sync_data.title())); title 317 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_EQ(kTitle, navigation.title()); title 30 components/signin/core/browser/about_signin_internals.cc const std::string& title) { title 34 components/signin/core/browser/about_signin_internals.cc section->SetString("title", title); title 67 content/browser/accessibility/accessibility_ui.cc std::string title; title 77 content/browser/accessibility/accessibility_ui.cc title = base::UTF16ToUTF8(web_contents->GetTitle()); title 85 content/browser/accessibility/accessibility_ui.cc title, title 98 content/browser/accessibility/browser_accessibility_cocoa.h @property(nonatomic, readonly) NSString* title; title 2386 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_title(BSTR* title) { title 2390 content/browser/accessibility/browser_accessibility_win.cc if (!title) title 2393 content/browser/accessibility/browser_accessibility_win.cc return GetStringAttributeAsBstr(ui::AX_ATTR_DOC_TITLE, title); title 598 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_title(BSTR* title); title 500 content/browser/android/content_view_core_impl.cc void ContentViewCoreImpl::SetTitle(const base::string16& title) { title 506 content/browser/android/content_view_core_impl.cc ConvertUTF8ToJavaString(env, base::UTF16ToUTF8(title)); title 268 content/browser/android/content_view_core_impl.h void SetTitle(const base::string16& title); title 467 content/browser/frame_host/interstitial_page_impl.cc const base::string16& title, title 495 content/browser/frame_host/interstitial_page_impl.cc entry->SetTitle(title); title 128 content/browser/frame_host/interstitial_page_impl.h const base::string16& title, title 2997 content/browser/frame_host/navigation_controller_impl_unittest.cc const base::string16 title(base::ASCIIToUTF16("Title")); title 3000 content/browser/frame_host/navigation_controller_impl_unittest.cc controller.GetVisibleEntry()->SetTitle(title); title 3013 content/browser/frame_host/navigation_controller_impl_unittest.cc EXPECT_EQ(title, clone->GetTitle()); title 3022 content/browser/frame_host/navigation_controller_impl_unittest.cc const base::string16 title(base::ASCIIToUTF16("Title")); title 3025 content/browser/frame_host/navigation_controller_impl_unittest.cc controller.GetVisibleEntry()->SetTitle(title); title 63 content/browser/frame_host/navigation_entry_impl.cc const base::string16& title, title 73 content/browser/frame_host/navigation_entry_impl.cc title_(title), title 133 content/browser/frame_host/navigation_entry_impl.cc void NavigationEntryImpl::SetTitle(const base::string16& title) { title 134 content/browser/frame_host/navigation_entry_impl.cc title_ = title; title 182 content/browser/frame_host/navigation_entry_impl.cc base::string16 title; title 184 content/browser/frame_host/navigation_entry_impl.cc title = net::FormatUrl(virtual_url_, languages); title 186 content/browser/frame_host/navigation_entry_impl.cc title = net::FormatUrl(url_, languages); title 191 content/browser/frame_host/navigation_entry_impl.cc base::string16::size_type slashpos = title.rfind('/'); title 193 content/browser/frame_host/navigation_entry_impl.cc title = title.substr(slashpos + 1); title 196 content/browser/frame_host/navigation_entry_impl.cc gfx::ElideString(title, kMaxTitleChars, &cached_display_title_); title 32 content/browser/frame_host/navigation_entry_impl.h const base::string16& title, title 48 content/browser/frame_host/navigation_entry_impl.h virtual void SetTitle(const base::string16& title) OVERRIDE; title 68 content/browser/loader/resource_dispatcher_host_browsertest.cc bool GetPopupTitle(const GURL& url, base::string16* title) { title 78 content/browser/loader/resource_dispatcher_host_browsertest.cc *title = new_shell->web_contents()->GetTitle(); title 99 content/browser/loader/resource_dispatcher_host_browsertest.cc base::string16 title; title 100 content/browser/loader/resource_dispatcher_host_browsertest.cc ASSERT_TRUE(GetPopupTitle(url, &title)); title 101 content/browser/loader/resource_dispatcher_host_browsertest.cc EXPECT_TRUE(StartsWith(title, ASCIIToUTF16("My Popup Title"), true)) title 102 content/browser/loader/resource_dispatcher_host_browsertest.cc << "Actual title: " << title; title 111 content/browser/loader/resource_dispatcher_host_browsertest.cc base::string16 title; title 112 content/browser/loader/resource_dispatcher_host_browsertest.cc ASSERT_TRUE(GetPopupTitle(url, &title)); title 113 content/browser/loader/resource_dispatcher_host_browsertest.cc EXPECT_TRUE(StartsWith(title, ASCIIToUTF16("My Dynamic Title"), true)) title 114 content/browser/loader/resource_dispatcher_host_browsertest.cc << "Actual title: " << title; title 93 content/browser/plugin_browsertest.cc base::string16 title = title_watcher.WaitAndGetTitle(); title 94 content/browser/plugin_browsertest.cc if (title == ASCIIToUTF16("plugin_not_found")) { title 100 content/browser/plugin_browsertest.cc EXPECT_EQ(expected_title, title); title 120 content/browser/renderer_host/render_view_host_delegate.h const base::string16& title, title 1265 content/browser/renderer_host/render_view_host_impl.cc const base::string16& title, title 1267 content/browser/renderer_host/render_view_host_impl.cc if (title.length() > kMaxTitleChars) { title 1272 content/browser/renderer_host/render_view_host_impl.cc delegate_->UpdateTitle(this, page_id, title, title 513 content/browser/renderer_host/render_view_host_impl.h const base::string16& title, title 758 content/browser/web_contents/web_contents_impl.cc const base::string16& title = our_web_ui->GetOverriddenTitle(); title 759 content/browser/web_contents/web_contents_impl.cc if (!title.empty()) title 760 content/browser/web_contents/web_contents_impl.cc return title; title 2445 content/browser/web_contents/web_contents_impl.cc const base::string16& title, title 2455 content/browser/web_contents/web_contents_impl.cc delegate_->RegisterProtocolHandler(this, protocol, url, title, user_gesture); title 2745 content/browser/web_contents/web_contents_impl.cc const base::string16& title) { title 2751 content/browser/web_contents/web_contents_impl.cc if (entry && entry->GetURL().SchemeIsFile() && title.empty()) { title 2755 content/browser/web_contents/web_contents_impl.cc base::TrimWhitespace(title, base::TRIM_ALL, &final_title); title 3028 content/browser/web_contents/web_contents_impl.cc const base::string16& title, title 3046 content/browser/web_contents/web_contents_impl.cc if (!UpdateTitleForEntry(entry, title)) title 337 content/browser/web_contents/web_contents_impl.h const base::string16& title, title 681 content/browser/web_contents/web_contents_impl.h const base::string16& title, title 765 content/browser/web_contents/web_contents_impl.h const base::string16& title); title 429 content/browser/web_contents/web_contents_impl_browsertest.cc base::string16 title = title_watcher.WaitAndGetTitle(); title 430 content/browser/web_contents/web_contents_impl_browsertest.cc ASSERT_EQ(title, base::ASCIIToUTF16("pushState")); title 348 content/browser/web_contents/web_contents_impl_unittest.cc const base::string16 title = base::ASCIIToUTF16("My Title"); title 354 content/browser/web_contents/web_contents_impl_unittest.cc entry->SetTitle(title); title 356 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(title, contents()->GetTitle()); title 75 content/browser/web_contents/web_contents_view_android.cc void WebContentsViewAndroid::SetPageTitle(const base::string16& title) { title 77 content/browser/web_contents/web_contents_view_android.cc content_view_core_->SetTitle(title); title 54 content/browser/web_contents/web_contents_view_android.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 1072 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::SetPageTitle(const base::string16& title) { title 1073 content/browser/web_contents/web_contents_view_aura.cc window_->set_title(title); title 125 content/browser/web_contents/web_contents_view_aura.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 249 content/browser/web_contents/web_contents_view_gtk.cc void WebContentsViewGtk::SetPageTitle(const base::string16& title) { title 256 content/browser/web_contents/web_contents_view_gtk.cc gdk_window_set_title(content_window, base::UTF16ToUTF8(title).c_str()); title 69 content/browser/web_contents/web_contents_view_gtk.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 150 content/browser/web_contents/web_contents_view_guest.cc void WebContentsViewGuest::SetPageTitle(const base::string16& title) { title 71 content/browser/web_contents/web_contents_view_guest.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 95 content/browser/web_contents/web_contents_view_mac.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 111 content/browser/webui/web_ui_impl.cc void WebUIImpl::OverrideTitle(const base::string16& title) { title 112 content/browser/webui/web_ui_impl.cc overridden_title_ = title; title 39 content/browser/webui/web_ui_impl.h virtual void OverrideTitle(const base::string16& title) OVERRIDE; title 596 content/browser/worker_host/worker_process_host.cc std::string title = GetContentClient()->browser()-> title 599 content/browser/worker_host/worker_process_host.cc if (title.empty()) { title 600 content/browser/worker_host/worker_process_host.cc title = net::registry_controlled_domains::GetDomainAndRegistry( title 606 content/browser/worker_host/worker_process_host.cc if (title.empty()) title 607 content/browser/worker_host/worker_process_host.cc title = i->url().host(); title 610 content/browser/worker_host/worker_process_host.cc if (title.empty()) title 611 content/browser/worker_host/worker_process_host.cc title = i->url().path(); title 612 content/browser/worker_host/worker_process_host.cc titles.insert(title); title 110 content/child/child_process.cc std::string title = "Google Chrome"; title 112 content/child/child_process.cc std::string title = "Chromium"; title 114 content/child/child_process.cc title += " "; title 115 content/child/child_process.cc title += label; // makes attaching to process easier title 120 content/child/child_process.cc base::UTF8ToWide(title).c_str(), title 16 content/common/desktop_notification_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 41 content/common/set_process_title.cc std::string title; title 58 content/common/set_process_title.cc title = target.value(); title 62 content/common/set_process_title.cc if (EndsWith(title, kDeletedSuffix, true)) title 63 content/common/set_process_title.cc title.resize(title.size() - kDeletedSuffix.size()); title 69 content/common/set_process_title.cc prctl(PR_SET_NAME, base::FilePath(title).BaseName().value().c_str()); title 75 content/common/set_process_title.cc if (!title.empty()) title 76 content/common/set_process_title.cc title += " "; title 77 content/common/set_process_title.cc title += command_line->argv()[i]; title 80 content/common/set_process_title.cc setproctitle(have_argv0 ? "-%s" : "%s", title.c_str()); title 170 content/common/view_messages.h IPC_STRUCT_TRAITS_MEMBER(title) title 38 content/port/browser/web_contents_view_port.h virtual void SetPageTitle(const base::string16& title) = 0; title 34 content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java public void onUpdateTitle(String title) { title 2391 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java private void setTitle(String title) { title 2392 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java getContentViewClient().onUpdateTitle(title); title 3033 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java String originalUrl, String title, Bitmap favicon) { title 3035 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java index, url, virtualUrl, originalUrl, title, favicon); title 25 content/public/android/java/src/org/chromium/content/browser/NavigationEntry.java String title, Bitmap favicon) { title 30 content/public/android/java/src/org/chromium/content/browser/NavigationEntry.java mTitle = title; title 76 content/public/browser/navigation_entry.h virtual void SetTitle(const base::string16& title) = 0; title 375 content/public/browser/web_contents_delegate.h const base::string16& title, title 47 content/public/browser/web_drag_dest_delegate.h const base::string16& title) = 0; title 64 content/public/browser/web_ui.h virtual void OverrideTitle(const base::string16& title) = 0; title 40 content/public/common/file_chooser_params.h base::string16 title; title 24 content/public/common/show_desktop_notification_params.h base::string16 title; title 30 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java public void onUpdateTitle(String title) { title 31 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java super.onUpdateTitle(title); title 32 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java mWrappedClient.onUpdateTitle(title); title 175 content/renderer/accessibility/blink_ax_tree_source.cc std::string name = UTF16ToUTF8(src.title()); title 413 content/renderer/accessibility/blink_ax_tree_source.cc name = UTF16ToUTF8(document.title()); title 415 content/renderer/accessibility/blink_ax_tree_source.cc UTF16ToUTF8(document.title())); title 449 content/renderer/browser_plugin/browser_plugin_browsertest.cc std::string title = ExecuteScriptAndReturnString("document.title"); title 452 content/renderer/browser_plugin/browser_plugin_browsertest.cc title.c_str()); title 465 content/renderer/browser_plugin/browser_plugin_browsertest.cc title = ExecuteScriptAndReturnString("document.title"); title 466 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_STREQ("Invalid partition attribute.", title.c_str()); title 482 content/renderer/browser_plugin/browser_plugin_browsertest.cc std::string title = ExecuteScriptAndReturnString("document.title"); title 483 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_STREQ("Invalid partition attribute.", title.c_str()); title 505 content/renderer/browser_plugin/browser_plugin_browsertest.cc std::string title = ExecuteScriptAndReturnString("document.title"); title 508 content/renderer/browser_plugin/browser_plugin_browsertest.cc title.c_str()); title 553 content/renderer/browser_plugin/browser_plugin_browsertest.cc std::string title = ExecuteScriptAndReturnString("document.title"); title 556 content/renderer/browser_plugin/browser_plugin_browsertest.cc title.c_str()); title 15 content/renderer/clipboard_utils.cc const blink::WebString& title) { title 20 content/renderer/clipboard_utils.cc markup.append(net::EscapeForHTML(base::UTF16ToUTF8(title))); title 26 content/renderer/clipboard_utils.cc const blink::WebString& title) { title 30 content/renderer/clipboard_utils.cc if (!title.isEmpty()) { title 32 content/renderer/clipboard_utils.cc markup.append(net::EscapeForHTML(base::UTF16ToUTF8(title))); title 20 content/renderer/clipboard_utils.h const blink::WebString& title); title 23 content/renderer/clipboard_utils.h const blink::WebString& title); title 35 content/renderer/drop_data_builder.cc result.url_title = item.title; title 54 content/renderer/drop_data_builder.cc result.file_description_filename = item.title; title 44 content/renderer/notification_provider.cc params.title = notification.title(); title 1866 content/renderer/render_frame_impl.cc const blink::WebString& title, title 1870 content/renderer/render_frame_impl.cc render_view_->didReceiveTitle(frame, title, direction); title 268 content/renderer/render_frame_impl.h const blink::WebString& title, title 599 content/renderer/render_view_impl.cc item.title = drop_data.url_title; title 1336 content/renderer/render_view_impl.cc const base::string16& title, title 1343 content/renderer/render_view_impl.cc routing_id_, base::UTF16ToUTF8(title)); title 1345 content/renderer/render_view_impl.cc base::string16 shortened_title = title.substr(0, kMaxTitleChars); title 1726 content/renderer/render_view_impl.cc ipc_params.title = params.title; title 2512 content/renderer/render_view_impl.cc const WebString& title, title 2514 content/renderer/render_view_impl.cc UpdateTitle(frame, title, direction); title 4361 content/renderer/render_view_impl.cc const WebString& title) { title 4371 content/renderer/render_view_impl.cc title, title 502 content/renderer/render_view_impl.h const blink::WebString& title); title 547 content/renderer/render_view_impl.h const blink::WebString& title, title 805 content/renderer/render_view_impl.h void UpdateTitle(blink::WebFrame* frame, const base::string16& title, title 153 content/renderer/webclipboard_impl.cc const WebString& title) { title 163 content/renderer/webclipboard_impl.cc scw.WriteBookmark(title, url.spec()); title 172 content/renderer/webclipboard_impl.cc scw.WriteHTML(base::UTF8ToUTF16(URLToImageMarkup(url, title)), title 47 content/renderer/webclipboard_impl.h const blink::WebString& title); title 199 content/shell/browser/shell.h void PlatformSetTitle(const base::string16& title); title 67 content/shell/browser/shell_android.cc void Shell::PlatformSetTitle(const base::string16& title) { title 68 content/shell/browser/shell_aura.cc void Shell::PlatformSetTitle(const base::string16& title) { title 343 content/shell/browser/shell_gtk.cc void Shell::PlatformSetTitle(const base::string16& title) { title 347 content/shell/browser/shell_gtk.cc std::string title_utf8 = base::UTF16ToUTF8(title); title 158 content/shell/browser/shell_views.cc void SetWindowTitle(const base::string16& title) { title_ = title; } title 543 content/shell/browser/shell_views.cc void Shell::PlatformSetTitle(const base::string16& title) { title 548 content/shell/browser/shell_views.cc delegate_view->SetWindowTitle(title); title 77 content/shell/renderer/test_runner/WebFrameTestProxy.h virtual void didReceiveTitle(blink::WebLocalFrame* frame, const blink::WebString& title, blink::WebTextDirection direction) title 79 content/shell/renderer/test_runner/WebFrameTestProxy.h Base::didReceiveTitle(frame, title, direction); title 1077 content/shell/renderer/test_runner/WebTestProxy.cpp void WebTestProxyBase::didReceiveTitle(WebLocalFrame* frame, const WebString& title, WebTextDirection direction) title 1079 content/shell/renderer/test_runner/WebTestProxy.cpp WebCString title8 = title.utf8(); title 179 content/shell/renderer/test_runner/WebTestProxy.h void didReceiveTitle(blink::WebLocalFrame*, const blink::WebString& title, blink::WebTextDirection); title 385 content/shell/renderer/test_runner/WebTestProxy.h virtual void didReceiveTitle(blink::WebLocalFrame* frame, const blink::WebString& title, blink::WebTextDirection direction) title 387 content/shell/renderer/test_runner/WebTestProxy.h WebTestProxyBase::didReceiveTitle(frame, title, direction); title 388 content/shell/renderer/test_runner/WebTestProxy.h Base::didReceiveTitle(frame, title, direction); title 1447 content/shell/renderer/test_runner/event_sender.cc filename = items[i].title; title 45 content/shell/renderer/test_runner/notification_presenter.cc bool NotificationPresenter::SimulateClick(const std::string& title) { title 46 content/shell/renderer/test_runner/notification_presenter.cc ActiveNotificationMap::iterator iter = active_notifications_.find(title); title 75 content/shell/renderer/test_runner/notification_presenter.cc replacements_[replaceId] = notification.title().utf8(); title 79 content/shell/renderer/test_runner/notification_presenter.cc if (!notification.title().isEmpty()) title 80 content/shell/renderer/test_runner/notification_presenter.cc delegate_->printMessage(notification.title().utf8().data()); title 104 content/shell/renderer/test_runner/notification_presenter.cc std::string title = notification.title().utf8(); title 105 content/shell/renderer/test_runner/notification_presenter.cc active_notifications_[title] = notification; title 114 content/shell/renderer/test_runner/notification_presenter.cc std::string title = notification.title().utf8(); title 116 content/shell/renderer/test_runner/notification_presenter.cc delegate_->printMessage(std::string("DESKTOP NOTIFICATION CLOSED: ") + title + title 122 content/shell/renderer/test_runner/notification_presenter.cc active_notifications_.erase(title); title 127 content/shell/renderer/test_runner/notification_presenter.cc std::string title = notification.title().utf8(); title 128 content/shell/renderer/test_runner/notification_presenter.cc active_notifications_.erase(title); title 31 content/shell/renderer/test_runner/notification_presenter.h bool SimulateClick(const std::string& title); title 293 content/shell/renderer/test_runner/web_ax_object_proxy.cc std::string title = object.title().utf8(); title 294 content/shell/renderer/test_runner/web_ax_object_proxy.cc return title.insert(0, "AXTitle: "); title 37 content/test/content_browser_test_test.cc base::string16 title = title_watcher.WaitAndGetTitle(); title 38 content/test/content_browser_test_test.cc EXPECT_EQ(expected_title, title); title 142 content/test/mock_webclipboard_impl.cc const blink::WebString& title) { title 145 content/test/mock_webclipboard_impl.cc m_htmlText = WebString::fromUTF8(URLToMarkup(url, title)); title 151 content/test/mock_webclipboard_impl.cc const blink::WebString& title) { title 156 content/test/mock_webclipboard_impl.cc m_htmlText = WebString::fromUTF8(URLToImageMarkup(url, title)); title 47 content/test/mock_webclipboard_impl.h const blink::WebURL& url, const blink::WebString& title); title 50 content/test/mock_webclipboard_impl.h const blink::WebString& title); title 104 content/test/test_web_contents_view.cc void TestWebContentsView::SetPageTitle(const base::string16& title) { title 59 content/test/test_web_contents_view.h virtual void SetPageTitle(const base::string16& title) OVERRIDE; title 722 device/nfc/nfc_chromeos_unittest.cc base::DictionaryValue* title = new base::DictionaryValue(); title 723 device/nfc/nfc_chromeos_unittest.cc title->SetString(NfcNdefRecord::kFieldText, kText); title 724 device/nfc/nfc_chromeos_unittest.cc title->SetString(NfcNdefRecord::kFieldLanguageCode, kLanguageCode); title 725 device/nfc/nfc_chromeos_unittest.cc title->SetString(NfcNdefRecord::kFieldEncoding, kEncoding); title 728 device/nfc/nfc_chromeos_unittest.cc titles->Append(title); title 850 device/nfc/nfc_chromeos_unittest.cc const base::DictionaryValue* title = NULL; title 851 device/nfc/nfc_chromeos_unittest.cc EXPECT_TRUE(titles->GetDictionary(0, &title)); title 852 device/nfc/nfc_chromeos_unittest.cc CHECK(title); title 854 device/nfc/nfc_chromeos_unittest.cc EXPECT_TRUE(title->GetString(NfcNdefRecord::kFieldText, &string_value)); title 856 device/nfc/nfc_chromeos_unittest.cc EXPECT_TRUE(title->GetString( title 859 device/nfc/nfc_chromeos_unittest.cc EXPECT_TRUE(title->GetString(NfcNdefRecord::kFieldEncoding, &string_value)); title 495 google_apis/drive/drive_api_parser.h const std::string& title() const { return title_; } title 557 google_apis/drive/drive_api_parser.h void set_title(const std::string& title) { title 558 google_apis/drive/drive_api_parser.h title_ = title; title 146 google_apis/drive/drive_api_parser_unittest.cc EXPECT_EQ("My first file data", file1.title()); title 192 google_apis/drive/drive_api_parser_unittest.cc EXPECT_EQ("Test Google Document", file2.title()); title 220 google_apis/drive/drive_api_parser_unittest.cc EXPECT_EQ("TestFolder", file3.title()); title 633 google_apis/drive/drive_api_requests.cc const std::string& title, title 641 google_apis/drive/drive_api_requests.cc title_(title) { title 163 google_apis/drive/drive_api_requests.h const std::string& title() const { return title_; } title 164 google_apis/drive/drive_api_requests.h void set_title(const std::string& title) { title_ = title; } title 218 google_apis/drive/drive_api_requests.h const std::string& title() const { return title_; } title 219 google_apis/drive/drive_api_requests.h void set_title(const std::string& title) { title_ = title; } title 287 google_apis/drive/drive_api_requests.h const std::string& title() const { return title_; } title 288 google_apis/drive/drive_api_requests.h void set_title(const std::string& title) { title_ = title; } title 671 google_apis/drive/drive_api_requests.h const std::string& title, title 731 google_apis/drive/drive_api_requests.h const std::string& title() const { return title_; } title 732 google_apis/drive/drive_api_requests.h void set_title(const std::string& title) { title_ = title; } title 480 google_apis/drive/drive_api_requests_unittest.cc EXPECT_EQ(expected->title(), file_resource->title()); title 81 google_apis/drive/gdata_wapi_parser.h const std::string& title() const { return title_; } title 92 google_apis/drive/gdata_wapi_parser.h void set_title(const std::string& title) { title_ = title; } title 418 google_apis/drive/gdata_wapi_parser.h const std::string& title() const { return title_; } title 534 google_apis/drive/gdata_wapi_parser.h void set_title(const std::string& title) { title_ = title; } title 665 google_apis/drive/gdata_wapi_parser.h const std::string& title() { return title_; } title 676 google_apis/drive/gdata_wapi_parser.h void set_title(const std::string& title) { title 677 google_apis/drive/gdata_wapi_parser.h title_ = title; title 67 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("Entry 1 Title", folder_entry->title()); title 114 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("Medical", file_parent_link->title()); title 163 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("File 1.mp3", entry->title()); title 141 google_apis/drive/gdata_wapi_url_generator.cc const std::string& title, title 143 google_apis/drive/gdata_wapi_url_generator.cc DCHECK(!title.empty()); title 150 google_apis/drive/gdata_wapi_url_generator.cc url = net::AppendOrReplaceQueryParameter(url, "title", title); title 78 google_apis/drive/gdata_wapi_url_generator.h const std::string& title, title 14 gpu/gles2_conform_support/native/egl_native.cc const char *title, int width, int height, title 36 gpu/gles2_conform_support/native/egl_native_aura.cc const char* title, int width, int height, title 40 gpu/gles2_conform_support/native/egl_native_gtk.cc const char* title, int width, int height, title 50 gpu/gles2_conform_support/native/egl_native_gtk.cc gtk_window_set_title(GTK_WINDOW(hwnd), title); title 54 gpu/gles2_conform_support/native/egl_native_win.cc const char* title, int width, int height, title 78 gpu/gles2_conform_support/native/egl_native_win.cc const std::wstring wnd_title(title, title + strlen(title)); title 80 gpu/gles2_conform_support/native/egl_native_win.cc const std::string wnd_title = title; title 25 gpu/gles2_conform_support/native/egl_native_windowless.cc const char* title, int width, int height, title 52 media/base/audio_video_metadata_extractor.h const std::string& title() const; title 96 media/base/audio_video_metadata_extractor_unittest.cc EXPECT_EQ("Airbag", extractor->title()); title 20 media/cast/test/utility/input_builder.cc InputBuilder::InputBuilder(const std::string& title, title 24 media/cast/test/utility/input_builder.cc : title_(title), title 20 media/cast/test/utility/input_builder.h InputBuilder(const std::string& title, title 498 media/filters/ffmpeg_demuxer.cc std::string title = stream->GetMetadata("title"); title 503 media/filters/ffmpeg_demuxer.cc host_->AddTextStream(stream, TextTrackConfig(kind, title, language, title 216 native_client_sdk/src/examples/demo/drive/drive.cc std::string title; title 235 native_client_sdk/src/examples/demo/drive/drive.cc if (!params.title.empty()) title 236 native_client_sdk/src/examples/demo/drive/drive.cc value["title"] = Json::Value(params.title); title 316 native_client_sdk/src/examples/demo/drive/drive.cc bool ThreadGetFileMetadata(const char* title, Json::Value* metadata); title 317 native_client_sdk/src/examples/demo/drive/drive.cc bool ThreadCreateFile(const char* title, title 450 native_client_sdk/src/examples/demo/drive/drive.cc bool Instance::ThreadGetFileMetadata(const char* title, Json::Value* metadata) { title 454 native_client_sdk/src/examples/demo/drive/drive.cc p.query += title; title 480 native_client_sdk/src/examples/demo/drive/drive.cc bool Instance::ThreadCreateFile(const char* title, title 488 native_client_sdk/src/examples/demo/drive/drive.cc p.title = title; title 1095 net/base/net_util.cc std::string GetDirectoryListingHeader(const base::string16& title) { title 1107 net/base/net_util.cc base::EscapeJSONString(title, true, &result); title 232 net/base/net_util.h NET_EXPORT std::string GetDirectoryListingHeader(const base::string16& title); title 104 net/url_request/url_request_file_dir_job.cc const base::string16& title = dir_path_.value(); title 111 net/url_request/url_request_file_dir_job.cc const base::string16& title = base::WideToUTF16( title 114 net/url_request/url_request_file_dir_job.cc data_.append(GetDirectoryListingHeader(title)); title 91 ppapi/examples/font/simple_font.cc const char* title) { title 98 ppapi/examples/font/simple_font.cc title, desc.face().AsString().c_str(), desc.size()); title 108 printing/android/java/src/org/chromium/printing/PrintDocumentAdapterWrapper.java public void print(PrintManagerDelegate printManager, String title) { title 109 printing/android/java/src/org/chromium/printing/PrintDocumentAdapterWrapper.java printManager.print(title, this, null); title 95 printing/print_settings.h void set_title(const base::string16& title) { title_ = title; } title 96 printing/print_settings.h const base::string16& title() const { return title_; } title 34 printing/print_settings_initializer.cc base::string16 title; title 36 printing/print_settings_initializer.cc if (!job_settings.GetString(kSettingHeaderFooterTitle, &title) || title 40 printing/print_settings_initializer.cc settings->set_title(title); title 18 printing/printing_utils.cc base::string16 SimplifyDocumentTitle(const base::string16& title) { title 19 printing/printing_utils.cc base::string16 no_controls(title); title 15 printing/printing_utils.h const base::string16& title); title 11 printing/printing_utils_unittest.cc std::string Simplify(const char* title) { title 12 printing/printing_utils_unittest.cc return base::UTF16ToUTF8(SimplifyDocumentTitle(base::ASCIIToUTF16(title))); title 43 sync/api/sync_change_unittest.cc std::string title = "client_title"; title 46 sync/api/sync_change_unittest.cc SyncData::CreateLocalData(tag, title, specifics)); title 49 sync/api/sync_change_unittest.cc EXPECT_EQ(title, e.sync_data().GetTitle()); title 63 sync/api/sync_change_unittest.cc std::string title = "client_title"; title 66 sync/api/sync_change_unittest.cc SyncData::CreateLocalData(tag, title, specifics)); title 69 sync/api/sync_change_unittest.cc EXPECT_EQ(title, e.sync_data().GetTitle()); title 74 sync/internal_api/base_node.cc std::string title = GetTitle(); title 76 sync/internal_api/base_node.cc SyncAPINameToServerName(title, &server_legal_title); title 78 sync/internal_api/base_node.cc << title; title 164 sync/internal_api/base_node.cc ServerNameToSyncAPIName(GetBookmarkSpecifics().title(), &result); title 95 sync/internal_api/public/write_node.h void SetTitle(const std::wstring& title); title 1573 sync/internal_api/sync_manager_impl_unittest.cc std::string title; title 1574 sync/internal_api/sync_manager_impl_unittest.cc SyncAPINameToServerName("Google", &title); title 1599 sync/internal_api/sync_manager_impl_unittest.cc node_entry->PutNonUniqueName(title); title 1618 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); title 1619 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetBookmarkSpecifics().title()); title 1628 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title2, node2.GetBookmarkSpecifics().title()); title 1659 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); title 1660 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetBookmarkSpecifics().title()); title 1669 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title2, node2.GetBookmarkSpecifics().title()); title 1678 sync/internal_api/sync_manager_impl_unittest.cc std::string title = "title"; title 1688 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); title 1704 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); title 2202 sync/internal_api/sync_manager_impl_unittest.cc std::string title(kNumChars, '0'); title 2221 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); title 2222 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), title.substr(0, 255)); title 2232 sync/internal_api/sync_manager_impl_unittest.cc node.SetTitle(base::UTF8ToWide(title)); title 2233 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(node.GetTitle(), title.substr(0, 255)); title 2255 sync/internal_api/sync_manager_impl_unittest.cc std::string title = "title"; title 2280 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); title 2302 sync/internal_api/sync_manager_impl_unittest.cc EXPECT_EQ(title, node.GetTitle()); title 44 sync/internal_api/write_node.cc void WriteNode::SetTitle(const std::wstring& title) { title 60 sync/internal_api/write_node.cc SyncAPINameToServerName(base::WideToUTF8(title), &new_legal_title); title 68 sync/internal_api/write_node.cc current_legal_title = GetBookmarkSpecifics().title(); title 189 sync/protocol/proto_value_conversions.cc SET_STR(title); title 383 sync/protocol/proto_value_conversions.cc SET_STR(title); title 459 sync/protocol/proto_value_conversions.cc SET_STR(title); title 640 sync/protocol/proto_value_conversions.cc SET_STR(title); title 738 sync/protocol/proto_value_conversions.cc SET_STR(title); title 86 third_party/libxml/src/include/libxml/xlink.h const xlinkTitle title); title 138 third_party/libxml/src/schematron.c const xmlChar *title; /* the title if any */ title 1158 third_party/libxml/src/schematron.c xmlChar *title = xmlNodeGetContent(cur); title 1159 third_party/libxml/src/schematron.c if (title != NULL) { title 1160 third_party/libxml/src/schematron.c ret->title = xmlDictLookup(ret->dict, title, -1); title 1161 third_party/libxml/src/schematron.c xmlFree(title); title 53 third_party/mozilla/NSPasteboard+Utils.h - (void) setDataForURL:(NSString*)url title:(NSString*)title; title 202 third_party/re2/re2/testing/parse_test.cc const string& title) { title 3725 third_party/wtl/include/atldlgs.h CPropertySheetImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL) title 3733 third_party/wtl/include/atldlgs.h m_psh.pszCaption = title.m_lpstr; title 4097 third_party/wtl/include/atldlgs.h CPropertySheet(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL) title 4098 third_party/wtl/include/atldlgs.h : CPropertySheetImpl<CPropertySheet>(title, uStartPage, hWndParent) title 4196 third_party/wtl/include/atldlgs.h CPropertyPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) title 4209 third_party/wtl/include/atldlgs.h if(title.m_lpstr != NULL) title 4210 third_party/wtl/include/atldlgs.h SetTitle(title); title 4267 third_party/wtl/include/atldlgs.h void SetTitle(ATL::_U_STRINGorID title) title 4269 third_party/wtl/include/atldlgs.h m_psp.pszTitle = title.m_lpstr; title 4606 third_party/wtl/include/atldlgs.h CPropertyPage(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CPropertyPageImpl<CPropertyPage>(title) title 4629 third_party/wtl/include/atldlgs.h CAxPropertyPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : title 4630 third_party/wtl/include/atldlgs.h CPropertyPageImpl< T, TBase >(title), title 4958 third_party/wtl/include/atldlgs.h CAxPropertyPage(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CAxPropertyPageImpl<CAxPropertyPage>(title) title 5138 third_party/wtl/include/atldlgs.h CWizard97SheetImpl(ATL::_U_STRINGorID title, ATL::_U_STRINGorID headerBitmap, ATL::_U_STRINGorID watermarkBitmap, UINT uStartPage = 0, HWND hWndParent = NULL) : title 5139 third_party/wtl/include/atldlgs.h baseClass(title, uStartPage, hWndParent), title 5236 third_party/wtl/include/atldlgs.h CWizard97Sheet(ATL::_U_STRINGorID title, ATL::_U_STRINGorID headerBitmap, ATL::_U_STRINGorID watermarkBitmap, UINT uStartPage = 0, HWND hWndParent = NULL) : title 5237 third_party/wtl/include/atldlgs.h baseClass(title, headerBitmap, watermarkBitmap, uStartPage, hWndParent) title 5310 third_party/wtl/include/atldlgs.h CWizard97PageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : baseClass(title) title 5333 third_party/wtl/include/atldlgs.h CWizard97ExteriorPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : baseClass(title) title 5359 third_party/wtl/include/atldlgs.h CWizard97InteriorPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : baseClass(title) title 5436 third_party/wtl/include/atldlgs.h CAeroWizardFrameImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL) : title 5437 third_party/wtl/include/atldlgs.h CPropertySheetImpl<T, TBase >(title, uStartPage, hWndParent) title 5476 third_party/wtl/include/atldlgs.h CAeroWizardFrame(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL) title 5477 third_party/wtl/include/atldlgs.h : CAeroWizardFrameImpl<CAeroWizardFrame>(title, uStartPage, hWndParent) title 5548 third_party/wtl/include/atldlgs.h CAeroWizardPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CPropertyPageImpl<T, TBase >(title) title 5562 third_party/wtl/include/atldlgs.h CAeroWizardPage(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CAeroWizardPageImpl<CAeroWizardPage>(title) title 5580 third_party/wtl/include/atldlgs.h CAeroWizardAxPageImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CAxPropertyPageImpl< T, TBase >(title) title 5594 third_party/wtl/include/atldlgs.h CAeroWizardAxPage(ATL::_U_STRINGorID title = (LPCTSTR)NULL) : CAeroWizardAxPageImpl<CAeroWizardAxPage>(title) title 43 third_party/wtl/include/atluser.h inline int AtlMessageBox(HWND hWndOwner, ATL::_U_STRINGorID message, ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uType = MB_OK | MB_ICONINFORMATION) title 69 third_party/wtl/include/atluser.h if(IS_INTRESOURCE(title.m_lpstr) && LOWORD(title.m_lpstr) != 0) title 79 third_party/wtl/include/atluser.h int nRes = ::LoadString(ModuleHelper::GetResourceInstance(), LOWORD(title.m_lpstr), lpstrTitle, nLen); title 86 third_party/wtl/include/atluser.h title.m_lpstr = lpstrTitle; title 89 third_party/wtl/include/atluser.h int nRet = ::MessageBox(hWndOwner, message.m_lpstr, title.m_lpstr, uType); title 43 ui/android/java/resource_map/org/chromium/ui/R.java public static int title; title 55 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View title = inflater.inflate(R.layout.color_picker_dialog_title, null); title 56 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java setCustomTitle(title); title 58 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java mCurrentColorView = title.findViewById(R.id.selected_color_view); title 60 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java TextView titleText = (TextView) title.findViewById(R.id.title); title 79 ui/app_list/search_result.h const base::string16& title() const { return title_; } title 80 ui/app_list/search_result.h void set_title(const base::string16& title) { title_ = title;} title 58 ui/app_list/views/app_list_item_view.h const views::Label* title() const { return title_; } title 1475 ui/app_list/views/apps_grid_view.cc delta.set_y(delta.y() + drag_view_->title()->size().height() / 2); title 693 ui/app_list/views/apps_grid_view_unittest.cc const views::Label* title_label = item_view->title(); title 703 ui/app_list/views/apps_grid_view_unittest.cc std::string title("a"); title 704 ui/app_list/views/apps_grid_view_unittest.cc AppListItem* item = model_->CreateAndAddItem(title); title 705 ui/app_list/views/apps_grid_view_unittest.cc model_->SetItemNameAndShortName(item, title, ""); title 710 ui/app_list/views/apps_grid_view_unittest.cc const views::Label* title_label = item_view->title(); title 713 ui/app_list/views/apps_grid_view_unittest.cc EXPECT_EQ(title, base::UTF16ToUTF8(title_label->text())); title 114 ui/app_list/views/search_result_view.cc if (!result_ || result_->title().empty()) { title 118 ui/app_list/views/search_result_view.cc title_text_.reset(CreateRenderText(result_->title(), title 120 ui/app_list/views/search_result_view.cc SetAccessibleName(result_->title()); title 85 ui/aura/remote_window_tree_host_win.cc void HandleOpenFile(const base::string16& title, title 91 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleOpenFile(title, title 98 ui/aura/remote_window_tree_host_win.cc void HandleOpenMultipleFiles(const base::string16& title, title 105 ui/aura/remote_window_tree_host_win.cc title, title 112 ui/aura/remote_window_tree_host_win.cc void HandleSaveFile(const base::string16& title, title 120 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleSaveFile(title, title 129 ui/aura/remote_window_tree_host_win.cc void HandleSelectFolder(const base::string16& title, title 133 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleSelectFolder(title, title 277 ui/aura/remote_window_tree_host_win.cc const base::string16& title, title 292 ui/aura/remote_window_tree_host_win.cc host_->Send(new MetroViewerHostMsg_DisplayFileOpen(title, title 299 ui/aura/remote_window_tree_host_win.cc const base::string16& title, title 313 ui/aura/remote_window_tree_host_win.cc host_->Send(new MetroViewerHostMsg_DisplayFileOpen(title, title 320 ui/aura/remote_window_tree_host_win.cc const base::string16& title, title 331 ui/aura/remote_window_tree_host_win.cc params.title = title; title 347 ui/aura/remote_window_tree_host_win.cc const base::string16& title, title 359 ui/aura/remote_window_tree_host_win.cc host_->Send(new MetroViewerHostMsg_DisplaySelectFolder(title)); title 56 ui/aura/remote_window_tree_host_win.h AURA_EXPORT void HandleOpenFile(const base::string16& title, title 66 ui/aura/remote_window_tree_host_win.h const base::string16& title, title 75 ui/aura/remote_window_tree_host_win.h AURA_EXPORT void HandleSaveFile(const base::string16& title, title 86 ui/aura/remote_window_tree_host_win.h AURA_EXPORT void HandleSelectFolder(const base::string16& title, title 141 ui/aura/remote_window_tree_host_win.h void HandleOpenFile(const base::string16& title, title 147 ui/aura/remote_window_tree_host_win.h void HandleOpenMultipleFiles(const base::string16& title, title 153 ui/aura/remote_window_tree_host_win.h void HandleSaveFile(const base::string16& title, title 161 ui/aura/remote_window_tree_host_win.h void HandleSelectFolder(const base::string16& title, title 98 ui/aura/window.h const base::string16 title() const { return title_; } title 99 ui/aura/window.h void set_title(const base::string16& title) { title_ = title; } title 267 ui/base/clipboard/clipboard.h void ReadBookmark(base::string16* title, std::string* url) const; title 361 ui/base/clipboard/clipboard.h base::string16* title, title 326 ui/base/clipboard/clipboard_android.cc void Clipboard::ReadBookmark(base::string16* title, std::string* url) const { title 269 ui/base/clipboard/clipboard_aura.cc void ReadBookmark(base::string16* title, std::string* url) const { title 270 ui/base/clipboard/clipboard_aura.cc title->clear(); title 276 ui/base/clipboard/clipboard_aura.cc *title = base::UTF8ToUTF16(data->bookmark_title()); title 552 ui/base/clipboard/clipboard_aura.cc void Clipboard::ReadBookmark(base::string16* title, std::string* url) const { title 554 ui/base/clipboard/clipboard_aura.cc GetClipboard()->ReadBookmark(title, url); title 690 ui/base/clipboard/clipboard_aurax11.cc void Clipboard::ReadBookmark(base::string16* title, std::string* url) const { title 751 ui/base/clipboard/clipboard_aurax11.cc base::string16 title = base::UTF8ToUTF16(std::string(title_data, title_len)); title 755 ui/base/clipboard/clipboard_aurax11.cc ui::AddString16ToVector(title, &data); title 321 ui/base/clipboard/clipboard_gtk.cc base::string16 title = base::UTF8ToUTF16(std::string(title_data, title_len)); title 322 ui/base/clipboard/clipboard_gtk.cc if (title.length() >= std::numeric_limits<size_t>::max() / 4 || title 325 ui/base/clipboard/clipboard_gtk.cc size_t data_len = 2 * (title.length() + url.length()); title 329 ui/base/clipboard/clipboard_gtk.cc memcpy(data + 2 * url.length(), title.data(), 2 * title.length()); title 568 ui/base/clipboard/clipboard_gtk.cc void Clipboard::ReadBookmark(base::string16* title, std::string* url) const { title 268 ui/base/clipboard/clipboard_unittest.cc base::string16 title(ASCIIToUTF16("The Example Company")), title_result; title 274 ui/base/clipboard/clipboard_unittest.cc clipboard_writer.WriteBookmark(title, url); title 280 ui/base/clipboard/clipboard_unittest.cc EXPECT_EQ(title, title_result); title 39 ui/base/clipboard/clipboard_util_win.cc base::string16* title) { title 40 ui/base/clipboard/clipboard_util_win.cc DCHECK(data_object && url && title); title 60 ui/base/clipboard/clipboard_util_win.cc title->assign(PathFindFileName(filename)); title 74 ui/base/clipboard/clipboard_util_win.cc base::string16* title) { title 75 ui/base/clipboard/clipboard_util_win.cc DCHECK(url && title); title 79 ui/base/clipboard/clipboard_util_win.cc title->assign(str, newline_pos + 1, base::string16::npos); title 82 ui/base/clipboard/clipboard_util_win.cc title->assign(str); title 87 ui/base/clipboard/clipboard_util_win.cc base::string16* title) { title 101 ui/base/clipboard/clipboard_util_win.cc title->assign(file_url); title 123 ui/base/clipboard/clipboard_util_win.cc title->assign(*url); title 170 ui/base/clipboard/clipboard_util_win.cc base::string16* url, base::string16* title, bool convert_filenames) { title 171 ui/base/clipboard/clipboard_util_win.cc DCHECK(data_object && url && title); title 177 ui/base/clipboard/clipboard_util_win.cc if (GetUrlFromHDrop(data_object, url, title)) title 185 ui/base/clipboard/clipboard_util_win.cc SplitUrlAndTitle(data.get(), url, title); title 195 ui/base/clipboard/clipboard_util_win.cc SplitUrlAndTitle(base::UTF8ToWide(data.get()), url, title); title 202 ui/base/clipboard/clipboard_util_win.cc return GetFileUrl(data_object, url, title); title 267 ui/base/clipboard/clipboard_util_win.cc base::string16 title; title 268 ui/base/clipboard/clipboard_util_win.cc return GetUrl(data_object, plain_text, &title, false); title 36 ui/base/clipboard/clipboard_util_win.h base::string16* title, title 623 ui/base/clipboard/clipboard_win.cc void Clipboard::ReadBookmark(base::string16* title, std::string* url) const { title 624 ui/base/clipboard/clipboard_win.cc if (title) title 625 ui/base/clipboard/clipboard_win.cc title->clear(); title 642 ui/base/clipboard/clipboard_win.cc ParseBookmarkClipboardFormat(bookmark, title, url); title 666 ui/base/clipboard/clipboard_win.cc base::string16* title, title 671 ui/base/clipboard/clipboard_win.cc if (title) title 672 ui/base/clipboard/clipboard_win.cc title->assign(bookmark.substr(0, title_end)); title 38 ui/base/cocoa/menu_controller.h + (base::string16)elideMenuTitle:(const base::string16&)title title 38 ui/base/dragdrop/cocoa_dnd_util.h base::string16* title, title 167 ui/base/dragdrop/gtk_dnd_util.cc base::string16 title, title 169 ui/base/dragdrop/gtk_dnd_util.cc if (title.empty()) { title 172 ui/base/dragdrop/gtk_dnd_util.cc title = base::UTF8ToUTF16(url.ExtractFileName()); title 191 ui/base/dragdrop/gtk_dnd_util.cc pickle.WriteString(base::UTF16ToUTF8(title)); title 203 ui/base/dragdrop/gtk_dnd_util.cc std::string utf8_text = url.spec() + "\n" + base::UTF16ToUTF8(title); title 221 ui/base/dragdrop/gtk_dnd_util.cc base::string16* title) { title 241 ui/base/dragdrop/gtk_dnd_util.cc *title = base::UTF8ToUTF16(title_utf8); title 262 ui/base/dragdrop/gtk_dnd_util.cc base::string16* title) { title 281 ui/base/dragdrop/gtk_dnd_util.cc *title = base::UTF8ToUTF16(data.substr(newline + 1)); title 74 ui/base/dragdrop/gtk_dnd_util.h base::string16 title, title 82 ui/base/dragdrop/gtk_dnd_util.h base::string16* title); title 91 ui/base/dragdrop/gtk_dnd_util.h base::string16* title); title 30 ui/base/dragdrop/gtk_dnd_util_unittest.cc base::string16 title; title 31 ui/base/dragdrop/gtk_dnd_util_unittest.cc ASSERT_EQ(true, ui::ExtractNamedURL(&data, &url, &title)); title 32 ui/base/dragdrop/gtk_dnd_util_unittest.cc EXPECT_EQ(base::UTF8ToUTF16(kTitle), title); title 50 ui/base/dragdrop/gtk_dnd_util_unittest.cc base::string16 title; title 51 ui/base/dragdrop/gtk_dnd_util_unittest.cc EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title)); title 56 ui/base/dragdrop/gtk_dnd_util_unittest.cc base::string16 title; title 61 ui/base/dragdrop/gtk_dnd_util_unittest.cc EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title)); title 67 ui/base/dragdrop/gtk_dnd_util_unittest.cc EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title)); title 78 ui/base/dragdrop/gtk_dnd_util_unittest.cc EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title)); title 42 ui/base/dragdrop/os_exchange_data.cc void OSExchangeData::SetURL(const GURL& url, const base::string16& title) { title 43 ui/base/dragdrop/os_exchange_data.cc provider_->SetURL(url, title); title 66 ui/base/dragdrop/os_exchange_data.cc base::string16* title) const { title 67 ui/base/dragdrop/os_exchange_data.cc return provider_->GetURLAndTitle(policy, url, title); title 100 ui/base/dragdrop/os_exchange_data.h virtual void SetURL(const GURL& url, const base::string16& title) = 0; title 110 ui/base/dragdrop/os_exchange_data.h base::string16* title) const = 0; title 179 ui/base/dragdrop/os_exchange_data.h void SetURL(const GURL& url, const base::string16& title); title 195 ui/base/dragdrop/os_exchange_data.h base::string16* title) const; title 52 ui/base/dragdrop/os_exchange_data_provider_aura.cc const base::string16& title) { title 54 ui/base/dragdrop/os_exchange_data_provider_aura.cc title_ = title; title 89 ui/base/dragdrop/os_exchange_data_provider_aura.cc base::string16* title) const { title 92 ui/base/dragdrop/os_exchange_data_provider_aura.cc title->clear(); title 100 ui/base/dragdrop/os_exchange_data_provider_aura.cc *title = title_; title 33 ui/base/dragdrop/os_exchange_data_provider_aura.h virtual void SetURL(const GURL& url, const base::string16& title) OVERRIDE; title 41 ui/base/dragdrop/os_exchange_data_provider_aura.h base::string16* title) const OVERRIDE; title 141 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc const base::string16& title) { title 151 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc ui::AddString16ToVector(title, &data); title 163 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc netscape_url += base::UTF16ToUTF8(title); title 235 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc base::string16* title) const { title 255 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc *title = tokens[1]; title 257 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc *title = base::string16(); title 271 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc *title = base::string16(); title 68 ui/base/dragdrop/os_exchange_data_provider_aurax11.h virtual void SetURL(const GURL& url, const base::string16& title) OVERRIDE; title 76 ui/base/dragdrop/os_exchange_data_provider_aurax11.h base::string16* title) const OVERRIDE; title 45 ui/base/dragdrop/os_exchange_data_provider_win.cc const base::string16& title, title 303 ui/base/dragdrop/os_exchange_data_provider_win.cc const base::string16& title) { title 313 ui/base/dragdrop/os_exchange_data_provider_win.cc x_moz_url_str += title; title 320 ui/base/dragdrop/os_exchange_data_provider_win.cc CreateValidFileNameFromTitle(url, title, &valid_file_name); title 411 ui/base/dragdrop/os_exchange_data_provider_win.cc base::string16* title) const { title 416 ui/base/dragdrop/os_exchange_data_provider_win.cc title, title 426 ui/base/dragdrop/os_exchange_data_provider_win.cc *title = net::GetSuggestedFilename(*url, "", "", "", "", std::string()); title 428 ui/base/dragdrop/os_exchange_data_provider_win.cc title->clear(); title 914 ui/base/dragdrop/os_exchange_data_provider_win.cc const base::string16& title, title 916 ui/base/dragdrop/os_exchange_data_provider_win.cc if (title.empty()) { title 926 ui/base/dragdrop/os_exchange_data_provider_win.cc *validated = title; title 155 ui/base/dragdrop/os_exchange_data_provider_win.h virtual void SetURL(const GURL& url, const base::string16& title); title 167 ui/base/dragdrop/os_exchange_data_provider_win.h base::string16* title) const; title 31 ui/base/dragdrop/os_exchange_data_unittest.cc base::string16 title; title 33 ui/base/dragdrop/os_exchange_data_unittest.cc data2.GetURLAndTitle(OSExchangeData::CONVERT_FILENAMES, &url, &title)); title 67 ui/base/dragdrop/os_exchange_data_win_unittest.cc std::wstring title; title 69 ui/base/dragdrop/os_exchange_data_win_unittest.cc OSExchangeData::CONVERT_FILENAMES, &url_from_data, &title)); title 119 ui/base/dragdrop/os_exchange_data_win_unittest.cc std::wstring title; title 121 ui/base/dragdrop/os_exchange_data_win_unittest.cc OSExchangeData::CONVERT_FILENAMES, &url_from_data, &title)); title 352 ui/base/dragdrop/os_exchange_data_win_unittest.cc std::wstring title; title 354 ui/base/dragdrop/os_exchange_data_win_unittest.cc OSExchangeData::CONVERT_FILENAMES, &read_url, &title)); title 9 ui/base/ime/infolist_entry.cc InfolistEntry::InfolistEntry(const base::string16& title, title 11 ui/base/ime/infolist_entry.cc : title(title), body(body), highlighted(false) {} title 14 ui/base/ime/infolist_entry.cc return title == other.title && body == other.body && title 15 ui/base/ime/infolist_entry.h base::string16 title; title 19 ui/base/ime/infolist_entry.h InfolistEntry(const base::string16& title, const base::string16& body); title 18 ui/base/models/table_model.cc title(), title 28 ui/base/models/table_model.cc title(l10n_util::GetStringUTF16(id)), title 28 ui/base/models/table_model.h base::string16 title; title 106 ui/base/models/table_model.h base::string16 title; title 12 ui/base/models/tree_model.cc const base::string16& title) { title 84 ui/base/models/tree_model.h virtual void SetTitle(TreeModelNode* node, const base::string16& title); title 68 ui/base/models/tree_node_model.h explicit TreeNode(const base::string16& title) title 69 ui/base/models/tree_node_model.h : title_(title), parent_(NULL) {} title 154 ui/base/models/tree_node_model.h virtual void SetTitle(const base::string16& title) { title_ = title; } title 195 ui/base/models/tree_node_model.h TreeNodeWithValue(const base::string16& title, const ValueType& value) title 196 ui/base/models/tree_node_model.h : ParentType(title), value(value) {} title 287 ui/base/models/tree_node_model.h const base::string16& title) OVERRIDE { title 289 ui/base/models/tree_node_model.h AsNode(node)->SetTitle(title); title 286 ui/base/models/tree_node_model_unittest.cc const base::string16 title(ASCIIToUTF16("root2")); title 287 ui/base/models/tree_node_model_unittest.cc model.SetTitle(root, title); title 289 ui/base/models/tree_node_model_unittest.cc EXPECT_EQ(title, root->GetTitle()); title 17 ui/message_center/notification.cc NotificationItem::NotificationItem(const base::string16& title, title 19 ui/message_center/notification.cc : title(title), title 23 ui/message_center/notification.cc ButtonInfo::ButtonInfo(const base::string16& title) title 24 ui/message_center/notification.cc : title(title) { title 53 ui/message_center/notification.cc const base::string16& title, title 62 ui/message_center/notification.cc title_(title), title 132 ui/message_center/notification.cc const base::string16& title, title 141 ui/message_center/notification.cc title, title 23 ui/message_center/notification.h base::string16 title; title 26 ui/message_center/notification.h NotificationItem(const base::string16& title, const base::string16& message); title 30 ui/message_center/notification.h base::string16 title; title 33 ui/message_center/notification.h ButtonInfo(const base::string16& title); title 59 ui/message_center/notification.h const base::string16& title, title 80 ui/message_center/notification.h const base::string16& title() const { return title_; } title 81 ui/message_center/notification.h void set_title(const base::string16& title) { title_ = title; } title 191 ui/message_center/notification.h const base::string16& title, title 203 ui/message_center/notification_list_unittest.cc EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title()); title 437 ui/message_center/notification_list_unittest.cc EXPECT_EQ(UTF8ToUTF16("newtitle"), (*notifications.begin())->title()); title 57 ui/message_center/views/notification_button.cc void NotificationButton::SetTitle(const base::string16& title) { title 60 ui/message_center/views/notification_button.cc if (title.empty()) { title 63 ui/message_center/views/notification_button.cc title_ = new views::Label(title); title 71 ui/message_center/views/notification_button.cc SetAccessibleName(title); title 27 ui/message_center/views/notification_button.h void SetTitle(const base::string16& title); title 136 ui/message_center/views/notification_view.cc views::Label* title = new views::Label(item.title); title 137 ui/message_center/views/notification_view.cc title->set_collapse_when_hidden(true); title 138 ui/message_center/views/notification_view.cc title->SetHorizontalAlignment(gfx::ALIGN_LEFT); title 139 ui/message_center/views/notification_view.cc title->SetEnabledColor(message_center::kRegularTextColor); title 140 ui/message_center/views/notification_view.cc title->SetBackgroundColor(message_center::kRegularTextBackgroundColor); title 141 ui/message_center/views/notification_view.cc AddChildView(title); title 322 ui/message_center/views/notification_view.cc if (!notification.title().empty()) { title 327 ui/message_center/views/notification_view.cc gfx::TruncateString(notification.title(), kTitleCharacterLimit), title 335 ui/message_center/views/notification_view.cc accessible_lines.push_back(notification.title()); title 390 ui/message_center/views/notification_view.cc items[i].title + base::ASCIIToUTF16(" ") + items[i].message); title 436 ui/message_center/views/notification_view.cc button->SetTitle(button_info.title); title 15 ui/message_center/views/notifier_settings_view_unittest.cc const std::string& title, title 18 ui/message_center/views/notifier_settings_view_unittest.cc return new Notifier(notifier_id, base::UTF8ToUTF16(title), enabled); title 129 ui/metro_viewer/metro_viewer_messages.h IPC_STRUCT_MEMBER(base::string16, title) title 48 ui/shell_dialogs/gtk/select_file_dialog_impl.h const base::string16& title, title 52 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const base::string16& title, title 80 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const std::string& title, title 84 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GtkWidget* CreateFileOpenDialog(const std::string& title, title 87 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GtkWidget* CreateMultiFileOpenDialog(const std::string& title, title 90 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GtkWidget* CreateSaveAsDialog(const std::string& title, title 111 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GtkWidget* CreateFileOpenHelper(const std::string& title, title 172 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const base::string16& title, title 186 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc std::string title_string = base::UTF16ToUTF8(title); title 331 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const std::string& title, title 335 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc gtk_file_chooser_dialog_new(title.c_str(), parent, title 361 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const std::string& title, title 364 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc std::string title_string = title; title 396 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const std::string& title, title 399 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc std::string title_string = !title.empty() ? title : title 410 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc const std::string& title, title 413 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc std::string title_string = !title.empty() ? title : title 423 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GtkWidget* SelectFileDialogImplGTK::CreateSaveAsDialog(const std::string& title, title 425 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc std::string title_string = !title.empty() ? title : title 31 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc std::string GetTitle(const std::string& title, int message_id) { title 32 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc return title.empty() ? l10n_util::GetStringUTF8(message_id) : title; title 52 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const base::string16& title, title 66 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, title 76 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc title(title), title 87 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc std::string title; title 103 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc void GetKDialogCommandLine(const std::string& type, const std::string& title, title 124 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, title 128 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc void CreateFileOpenDialog(const std::string& title, title 132 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc void CreateMultiFileOpenDialog(const std::string& title, title 136 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc void CreateSaveAsDialog(const std::string& title, title 174 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const base::string16& title, title 188 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc std::string title_string = base::UTF16ToUTF8(title); title 255 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc GetKDialogCommandLine(params.type, params.title, params.default_path, title 275 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& path, title 287 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc if (!title.empty()) title 288 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative("--title", title); title 336 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc Type type, const std::string& title, const base::FilePath& default_path, title 347 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc GetTitle(title, title_message_id), title 355 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 363 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc GetTitle(title, IDS_OPEN_FILE_DIALOG_TITLE), title 371 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 379 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc GetTitle(title, IDS_OPEN_FILES_DIALOG_TITLE), title 387 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc const std::string& title, const base::FilePath& default_path, title 395 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc GetTitle(title, IDS_SAVE_AS_DIALOG_TITLE), title 105 ui/shell_dialogs/select_file_dialog.cc const base::string16& title, title 128 ui/shell_dialogs/select_file_dialog.cc SelectFileImpl(type, title, default_path, file_types, file_type_index, title 166 ui/shell_dialogs/select_file_dialog.h const base::string16& title, title 189 ui/shell_dialogs/select_file_dialog.h const base::string16& title, title 62 ui/shell_dialogs/select_file_dialog_android.cc const base::string16& title, title 36 ui/shell_dialogs/select_file_dialog_android.h const base::string16& title, title 425 ui/shell_dialogs/select_file_dialog_win.cc const base::string16& title, title 439 ui/shell_dialogs/select_file_dialog_win.cc const std::wstring& title, title 448 ui/shell_dialogs/select_file_dialog_win.cc title(title), title 460 ui/shell_dialogs/select_file_dialog_win.cc std::wstring title; title 493 ui/shell_dialogs/select_file_dialog_win.cc bool RunSelectFolderDialog(const std::wstring& title, title 499 ui/shell_dialogs/select_file_dialog_win.cc bool RunOpenFileDialog(const std::wstring& title, title 506 ui/shell_dialogs/select_file_dialog_win.cc bool RunOpenMultiFileDialog(const std::wstring& title, title 540 ui/shell_dialogs/select_file_dialog_win.cc const base::string16& title, title 556 ui/shell_dialogs/select_file_dialog_win.cc base::UTF16ToWide(title), title 568 ui/shell_dialogs/select_file_dialog_win.cc base::UTF16ToWide(title), title 578 ui/shell_dialogs/select_file_dialog_win.cc base::UTF16ToWide(title), title 587 ui/shell_dialogs/select_file_dialog_win.cc base::string16 title_string = title; title 608 ui/shell_dialogs/select_file_dialog_win.cc ExecuteSelectParams execute_params(type, base::UTF16ToWide(title), title 647 ui/shell_dialogs/select_file_dialog_win.cc std::wstring title = params.title; title 648 ui/shell_dialogs/select_file_dialog_win.cc if (title.empty() && params.type == SELECT_UPLOAD_FOLDER) { title 651 ui/shell_dialogs/select_file_dialog_win.cc title = base::UTF16ToWide( title 654 ui/shell_dialogs/select_file_dialog_win.cc success = RunSelectFolderDialog(title, title 666 ui/shell_dialogs/select_file_dialog_win.cc success = RunOpenFileDialog(params.title, filter, title 670 ui/shell_dialogs/select_file_dialog_win.cc if (RunOpenMultiFileDialog(params.title, filter, title 729 ui/shell_dialogs/select_file_dialog_win.cc bool SelectFileDialogImpl::RunSelectFolderDialog(const std::wstring& title, title 739 ui/shell_dialogs/select_file_dialog_win.cc browse_info.lpszTitle = title.c_str(); title 782 ui/shell_dialogs/select_file_dialog_win.cc const std::wstring& title, title 831 ui/shell_dialogs/select_file_dialog_win.cc const std::wstring& title, title 24 ui/views/button_drag_utils.cc const base::string16& title, title 30 ui/views/button_drag_utils.cc data->SetURL(url, title); title 34 ui/views/button_drag_utils.cc title.empty() ? base::UTF8ToUTF16(url.spec()) title 35 ui/views/button_drag_utils.cc : title); title 30 ui/views/button_drag_utils.h const base::string16& title, title 28 ui/views/controls/link.cc Link::Link(const base::string16& title) : Label(title) { title 28 ui/views/controls/link.h explicit Link(const base::string16& title); title 98 ui/views/controls/menu/menu_controller.cc base::string16 lower_title = base::i18n::ToLower(menu->title()); title 345 ui/views/controls/menu/menu_item_view.cc void MenuItemView::SetTitle(const base::string16& title) { title 346 ui/views/controls/menu/menu_item_view.cc title_ = title; title 829 ui/views/controls/menu/menu_item_view.cc canvas->DrawStringRectWithFlags(title(), font_list, fg_color, text_bounds, title 237 ui/views/controls/menu/menu_item_view.h void SetTitle(const base::string16& title); title 238 ui/views/controls/menu/menu_item_view.h const base::string16& title() const { return title_; } title 329 ui/views/controls/menu/submenu_view.cc return GetMenuItemAt(row)->title(); title 37 ui/views/controls/tabbed_pane/tabbed_pane.cc Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents); title 89 ui/views/controls/tabbed_pane/tabbed_pane.cc Tab::Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents) title 91 ui/views/controls/tabbed_pane/tabbed_pane.cc title_(new Label(title, title 262 ui/views/controls/tabbed_pane/tabbed_pane.cc void TabbedPane::AddTab(const base::string16& title, View* contents) { title 263 ui/views/controls/tabbed_pane/tabbed_pane.cc AddTabAtIndex(tab_strip_->child_count(), title, contents); title 267 ui/views/controls/tabbed_pane/tabbed_pane.cc const base::string16& title, title 272 ui/views/controls/tabbed_pane/tabbed_pane.cc tab_strip_->AddChildViewAt(new Tab(this, title, contents), index); title 43 ui/views/controls/tabbed_pane/tabbed_pane.h void AddTab(const base::string16& title, View* contents); title 48 ui/views/controls/tabbed_pane/tabbed_pane.h void AddTabAtIndex(int index, const base::string16& title, View* contents); title 88 ui/views/controls/table/table_header.cc gfx::GetStringWidth(columns[i].column.title, font_list_); title 99 ui/views/controls/table/table_header.cc columns[i].column.title, font_list_, kTextColor, title 24 ui/views/controls/table/table_utils.cc if (!column.title.empty()) title 25 ui/views/controls/table/table_utils.cc width = gfx::GetStringWidth(column.title, header_font_list) + title 54 ui/views/controls/table/table_utils.cc content_widths[i] = gfx::GetStringWidth(column.title, header_font_list) title 667 ui/views/controls/table/table_view.cc if (header_ || (columns_.size() == 1 && columns_[0].title.empty())) title 178 ui/views/controls/table/table_view_unittest.cc columns[0].title = base::ASCIIToUTF16("Title Column 0"); title 180 ui/views/controls/table/table_view_unittest.cc columns[1].title = base::ASCIIToUTF16("Title Column 1"); title 51 ui/views/controls/tree/tree_view_unittest.cc const std::string& title); title 59 ui/views/controls/tree/tree_view_unittest.cc TestNode* GetNodeByTitle(const std::string& title); title 73 ui/views/controls/tree/tree_view_unittest.cc TestNode* GetNodeByTitleImpl(TestNode* node, const base::string16& title); title 80 ui/views/controls/tree/tree_view_unittest.cc const std::string& title) { title 82 ui/views/controls/tree/tree_view_unittest.cc new_node->SetTitle(ASCIIToUTF16(title)); title 103 ui/views/controls/tree/tree_view_unittest.cc TestNode* TreeViewTest::GetNodeByTitle(const std::string& title) { title 104 ui/views/controls/tree/tree_view_unittest.cc return GetNodeByTitleImpl(model_.GetRoot(), ASCIIToUTF16(title)); title 125 ui/views/controls/tree/tree_view_unittest.cc const base::string16& title) { title 126 ui/views/controls/tree/tree_view_unittest.cc if (node->GetTitle() == title) title 129 ui/views/controls/tree/tree_view_unittest.cc TestNode* child = GetNodeByTitleImpl(node->GetChild(i), title); title 54 ui/views/examples/example_base.cc ExampleBase::ExampleBase(const char* title) : example_title_(title) { title 29 ui/views/examples/example_base.h explicit ExampleBase(const char* title); title 24 ui/views/examples/table_example.cc ui::TableColumn TestTableColumn(int id, const std::string& title) { title 27 ui/views/examples/table_example.cc column.title = ASCIIToUTF16(title.c_str()); title 129 ui/views/touchui/touch_editing_menu.cc Button* TouchEditingMenuView::CreateButton(const base::string16& title, title 131 ui/views/touchui/touch_editing_menu.cc base::string16 label = gfx::RemoveAcceleratorChar(title, '&', NULL, NULL); title 72 ui/views/touchui/touch_editing_menu.h Button* CreateButton(const base::string16& title, int tag); title 653 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) { title 656 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc return desktop_window_tree_host_->SetWindowTitle(title); title 128 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; title 115 ui/views/widget/desktop_aura/desktop_window_tree_host.h virtual bool SetWindowTitle(const base::string16& title) = 0; title 340 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) { title 341 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return message_handler_->SetTitle(title); title 84 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; title 534 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) { title 535 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (window_title_ == title) title 537 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc window_title_ = title; title 538 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc std::string utf8str = base::UTF16ToUTF8(title); title 107 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; title 353 ui/views/widget/native_widget_aura.cc bool NativeWidgetAura::SetWindowTitle(const base::string16& title) { title 356 ui/views/widget/native_widget_aura.cc if (window_->title() == title) title 358 ui/views/widget/native_widget_aura.cc window_->set_title(title); title 83 ui/views/widget/native_widget_aura.h virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; title 156 ui/views/widget/native_widget_private.h virtual bool SetWindowTitle(const base::string16& title) = 0; title 761 ui/views/win/hwnd_message_handler.cc bool HWNDMessageHandler::SetTitle(const base::string16& title) { title 764 ui/views/win/hwnd_message_handler.cc if (len_with_null == 1 && title.length() == 0) title 766 ui/views/win/hwnd_message_handler.cc if (len_with_null - 1 == title.length() && title 769 ui/views/win/hwnd_message_handler.cc current_title == title) title 771 ui/views/win/hwnd_message_handler.cc SetWindowText(hwnd(), title.c_str()); title 181 ui/views/win/hwnd_message_handler.h bool SetTitle(const base::string16& title); title 373 ui/views/window/dialog_client_view.cc const base::string16 title = GetDialogDelegate()->GetDialogButtonLabel(type); title 378 ui/views/window/dialog_client_view.cc button = new BlueButton(this, title); title 380 ui/views/window/dialog_client_view.cc button = new LabelButton(this, title); title 76 ui/views/window/dialog_delegate_unittest.cc void set_title(const base::string16& title) { title_ = title; } title 143 webkit/browser/fileapi/file_system_dir_url_request_job.cc const base::string16& title = relative_path.LossyDisplayName(); title 144 webkit/browser/fileapi/file_system_dir_url_request_job.cc data_.append(net::GetDirectoryListingHeader(title)); title 513 win8/metro_driver/chrome_app_view.cc const wchar_t* title, const wchar_t* body, title 524 win8/metro_driver/chrome_app_view.cc title, title 565 win8/metro_driver/chrome_app_view.cc const wchar_t* title, title 573 win8/metro_driver/chrome_app_view.cc DCHECK(title); title 581 win8/metro_driver/chrome_app_view.cc dialog_box_info.title = title; title 1070 win8/metro_driver/chrome_app_view.cc current_tab_info.title = NULL; title 1086 win8/metro_driver/chrome_app_view.cc if (!current_tab_info.title || !current_tab_info.url) { title 1091 win8/metro_driver/chrome_app_view.cc base::string16 current_title(current_tab_info.title); title 1094 win8/metro_driver/chrome_app_view.cc LocalFree(current_tab_info.title); title 1100 win8/metro_driver/chrome_app_view.cc mswrw::HString title; title 1101 win8/metro_driver/chrome_app_view.cc title.Attach(MakeHString(current_title)); title 1102 win8/metro_driver/chrome_app_view.cc data_properties->put_Title(title.Get()); title 211 win8/metro_driver/chrome_app_view_ash.cc void OnDisplayFileOpenDialog(const base::string16& title, title 218 win8/metro_driver/chrome_app_view_ash.cc title, title 233 win8/metro_driver/chrome_app_view_ash.cc void OnDisplayFolderPicker(const base::string16& title) { title 238 win8/metro_driver/chrome_app_view_ash.cc title)); title 787 win8/metro_driver/chrome_app_view_ash.cc const base::string16& title, title 798 win8/metro_driver/chrome_app_view_ash.cc title, title 817 win8/metro_driver/chrome_app_view_ash.cc void ChromeAppViewAsh::OnDisplayFolderPicker(const base::string16& title) { title 822 win8/metro_driver/chrome_app_view_ash.cc FilePickerSessionBase* file_picker_ = new FolderPickerSession(this, title); title 77 win8/metro_driver/chrome_app_view_ash.h void OnDisplayFileOpenDialog(const base::string16& title, title 83 win8/metro_driver/chrome_app_view_ash.h void OnDisplayFolderPicker(const base::string16& title); title 85 win8/metro_driver/file_picker_ash.cc const base::string16& title, title 89 win8/metro_driver/file_picker_ash.cc title_(title), title 120 win8/metro_driver/file_picker_ash.cc const base::string16& title, title 124 win8/metro_driver/file_picker_ash.cc : FilePickerSessionBase(app_view, title, filter, default_path), title 378 win8/metro_driver/file_picker_ash.cc params.title, title 554 win8/metro_driver/file_picker_ash.cc const base::string16& title) title 555 win8/metro_driver/file_picker_ash.cc : FilePickerSessionBase(app_view, title, L"", base::FilePath()) {} title 26 win8/metro_driver/file_picker_ash.h const base::string16& title, title 81 win8/metro_driver/file_picker_ash.h const base::string16& title, title 152 win8/metro_driver/file_picker_ash.h const base::string16& title); title 42 win8/metro_driver/metro_dialog_box.cc message_title.Attach(MakeHString(dialog_box_info.title)); title 19 win8/metro_driver/metro_dialog_box.h base::string16 title; title 263 win8/metro_driver/print_handler.cc mswrw::HString title; title 264 win8/metro_driver/print_handler.cc title.Attach(MakeHString(L"Printing")); title 266 win8/metro_driver/print_handler.cc title.Get(), title 139 win8/metro_driver/secondary_tile.cc mswrw::HString title; title 140 win8/metro_driver/secondary_tile.cc title.Attach(MakeHString(title_str)); title 167 win8/metro_driver/secondary_tile.cc title.Get(), title 168 win8/metro_driver/secondary_tile.cc title.Get(), title 218 win8/metro_driver/secondary_tile.cc const base::string16& title, title 225 win8/metro_driver/secondary_tile.cc title, title 22 win8/metro_driver/secondary_tile.h const base::string16& title, title 109 win8/metro_driver/toast_notification_handler.cc title(notification_title), title 166 win8/metro_driver/toast_notification_handler.cc hr = CreateTextNode(toast_xml.Get(), 0, notification.title); title 20 win8/metro_driver/toast_notification_handler.h base::string16 title;