/external/chromium_org/chrome/browser/history/ |
history_querying_unittest.cc | 27 const char* title; member in struct:history::__anon5059::TestEntry 38 {"http://www.google.com/1", "Title PAGEONE FOO some text", 10}, 39 {"http://www.google.com/3", "Title PAGETHREE BAR some hello world", 8}, 40 {"http://www.google.com/2", "Title PAGETWO FOO some more blah blah blah", 9}, 45 {"http://www.google.com/6", "Title I'm the second oldest", 13}, 46 {"http://www.google.com/4", "Title four", 12}, 47 {"http://www.google.com/5", "Title five", 11}, 64 // Now check the URL & title. 66 result.title() == UTF8ToUTF16(test_entries[test_entry_index].title); [all...] |
typed_url_syncable_service.cc | 285 std::string title = url.url().spec(); local 297 AddTypedUrlToChangeList(change_type, url, visit_vector, title, changes); 306 std::string title, 320 kTypedUrlTag, title, entity_specifics))); 334 typed_url->set_title(UTF16ToUTF8(url.title()));
|
/external/chromium_org/chrome/browser/ |
jumplist_win.h | 44 // * title (std::wstring) 62 const std::wstring& title() const { return title_; } function in class:ShellLinkItem 71 void SetTitle(const std::wstring& title) { 72 title_ = title;
|
shell_integration_linux_unittest.cc | 447 const char* title; member in struct:__anon5602 522 "Innocent Title", 531 "Name=Innocent Title\n" 543 "Innocent Title", 552 "Name=Innocent Title\n" 572 ASCIIToUTF16(test_cases[i].title), 581 const char* title; member in struct:__anon5603 613 ASCIIToUTF16(test_cases[i].title),
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mockdata.js | [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
synced_session_tracker.cc | 187 std::string title; local 189 title = " (" + UTF16ToUTF8( 190 tab_ptr->navigations[tab_ptr->navigations.size()-1].title()) + ")"; 192 DVLOG(1) << "Deleting closed tab " << tab_ptr->tab_id.id() << title 331 std::string title; local 333 title = " (" + UTF16ToUTF8( 334 tab_ptr->navigations[tab_ptr->navigations.size()-1].title()) + ")"; 339 << "'s seen tab " << tab_id << " at " << tab_ptr << title; local
|
/external/chromium_org/chrome/browser/task_manager/ |
background_resource_provider.cc | 98 base::string16 title = application_name_; local 100 if (title.empty()) { 101 // No title (can't locate the parent app for some reason) so just display 103 title = base::i18n::GetDisplayStringInLTRDirectionality( 106 return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_BACKGROUND_PREFIX, title);
|
child_process_resource_provider.cc | 51 // Returns a localized title for the child process. For example, a plugin 153 base::string16 title = name_; local 154 if (title.empty()) { 159 title = l10n_util::GetStringUTF16(IDS_TASK_MANAGER_UNKNOWN_PLUGIN_NAME); 171 base::i18n::AdjustStringForLocaleDirection(&title); 180 return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_PLUGIN_PREFIX, title); 183 title); 187 return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_NACL_PREFIX, title); 204 return title;
|
panel_resource_provider.cc | 47 // Determines prefix for title reflecting whether extensions are apps 76 base::string16 title = panel_->GetWindowTitle(); local 77 // Since the title will be concatenated with an IDS_TASK_MANAGER_* prefix 78 // we need to explicitly set the title to be LTR format if there is no 81 // a page whose title is "Yahoo! Mail: The best web-based Email!", without 85 base::i18n::AdjustStringForLocaleDirection(&title); 87 return l10n_util::GetStringFUTF16(message_prefix_id_, title);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
fast_show_pickler.cc | 154 std::string title; local 155 if (!it->ReadString(&title)) 160 result->SetTitleAndFullName(title, full_name); 174 if (!pickle->WriteString(item->title())) 186 dest_item->SetTitleAndFullName(src_item->title(), src_item->full_name());
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
javascript_dialog_manager.cc | 207 const base::string16 title = l10n_util::GetStringUTF16(is_reload ? local 221 title,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_shortcut_launcher_item_controller.cc | 179 base::string16 title = GetBrowserListTitle(web_contents); local 181 title, &app_icon, browser, items.size() == 1)); 188 base::string16 title = local 193 title, &app_icon, web_contents, leading_separator)); 255 base::string16 title = web_contents->GetTitle(); local 256 if (!title.empty()) 257 return title;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 47 // and the generated content is inserted after the Title elements. The recently 73 // The title for the menu item. 74 base::string16 title; member in struct:HistoryMenuBridge::HistoryItem 118 kRecentlyClosedTitle = 401, // Title of recently closed section. 121 kVisitedTitle = 441, // Title of the visited section. 162 // Adds a given title and URL to the passed-in menu with a certain tag and
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 64 base::string16 title = local 69 bb_node, bb_node->child_count(), title); 78 // Existing node, reset the title (BookmarkModel ignores changes if the 79 // title is the same). 88 bb_model->SetTitle(child_bb_node, title); 192 // complexity of trying to modify their title.
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_stack_window_gtk.cc | 238 // Set the window icon and title. 239 base::string16 title = delegate_->GetTitle(); local 240 gtk_window_set_title(window_, UTF16ToUTF8(title).c_str());
|
/external/chromium_org/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 89 // Use a vertical box to contain icon, title, message and link. 101 // Add spacer between image and title. 106 // Add center-aligned title. 107 GtkWidget* title = MakeWhiteMarkupLabel( local 111 gtk_box_pack_start(GTK_BOX(vbox), title, FALSE, FALSE, 0); local 113 // Add spacer between title and message.
|
/external/chromium_org/chrome/browser/ui/search/ |
search_tab_helper_unittest.cc | 253 const base::string16 title = l10n_util::GetStringUTF16(IDS_NEW_TAB_TITLE); local 254 EXPECT_EQ(title, title_observer.title_on_start()); 255 EXPECT_EQ(title, title_observer.title_on_commit()); 256 EXPECT_EQ(title, web_contents()->GetTitle());
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_sub_menu_model_unittest.cc | 149 base::string16 title; local 150 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); 151 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); 152 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); 192 base::string16 title; local 193 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title)); 194 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(1, &url, &title)); 195 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(2, &url, &title)); 196 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(3, &url, &title)); 197 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title)); 303 base::string16 title; local 394 base::string16 title; local [all...] |
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
invert_bubble_view.cc | 73 views::Label* title = new views::Label( local 75 title->SetFont(original_font.DeriveFont(2, gfx::Font::BOLD)); 76 title->SetMultiLine(true); 77 title->SizeToFit(kBubbleWidth); 108 layout->AddView(title, 4, 1);
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 106 views::Label* title = CreateLabel(l10n_util::GetStringUTF16( local 110 title->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont)); 112 layout->AddView(title);
|
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui.h | 42 HistoryEntry(EntryType type, const GURL& url, const base::string16& title, 49 // Formats this entry's URL and title and adds them to |result|. 66 base::string16 title; // Title of the entry. May be empty. member in struct:BrowsingHistoryHandler::HistoryEntry
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
handler_options_handler.cc | 90 handlerValue->Append(new base::StringValue(handler->title())); 190 base::string16 title; local 192 args->GetString(2, &title); 197 title);
|
/external/chromium_org/chrome/common/ |
print_messages.h | 48 base::string16 title; member in struct:PrintMsg_Print_Params 139 // Title string to be printed as header if requested by the user. 140 IPC_STRUCT_TRAITS_MEMBER(title)
|
/external/chromium_org/chrome/utility/importer/ |
bookmark_html_reader_unittest.cc | 54 // Unicode characters in title and shortcut. 55 base::string16 title; local 63 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); 65 EXPECT_EQ(L"\x4E2D\x6587", UTF16ToWide(title)); 74 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); 76 EXPECT_EQ(ASCIIToUTF16("name"), title); 84 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); 86 EXPECT_EQ(ASCIIToUTF16("name"), title); 95 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data); 97 EXPECT_EQ(ASCIIToUTF16("name"), title); 122 EXPECT_EQ(base::string16(), title); local [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
form_cache.cc | 291 base::string16 title = l10n_util::GetStringFUTF16( local 300 element->setAttribute("title", WebString(title));
|