HomeSort by relevance Sort by last modified time
    Searched refs:GetTitle (Results 126 - 150 of 378) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 191 DCHECK(!child_config_view_->GetTitle().empty());
192 return child_config_view_->GetTitle();
vpn_config_view.h 68 virtual string16 GetTitle() const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmark_api_helpers.cc 78 bookmark_tree_node->title = UTF16ToUTF8(node->GetTitle());
123 dict->SetString(keys::kTitleKey, node->GetTitle());
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 46 existing_folder_names.insert(node->GetTitle());
188 if (node->is_folder() && node->GetTitle() == *folder_name) {
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor_unittest.cc 165 ASSERT_EQ(node.GetTitle(), "encrypted");
238 ASSERT_EQ(node.GetTitle(), "encrypted");
bookmark_model_associator.cc 75 int result = node1->GetTitle().compare(node2->GetTitle());
329 if (bookmark->GetTitle() != UTF8ToUTF16(sync_node->GetTitle()))
502 sync_child_node.GetTitle(),
bookmark_change_processor.cc 78 dst->SetTitle(UTF16ToWideHack(src->GetTitle()));
606 << " Node title: " << src.GetTitle()
631 << src.GetTitle() + " and url "
685 model->SetTitle(node, UTF8ToUTF16(sync_node.GetTitle()));
722 node = model->AddFolder(parent, index, UTF8ToUTF16(sync_node->GetTitle()));
731 UTF8ToUTF16(sync_node->GetTitle()),
780 bookmark_node->GetTitle());
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 650 GetTitle()));
664 GetTitle()));
689 GetTitle()));
714 GetTitle()));
723 GetTitle()));
732 GetTitle()));
816 browser()->tab_strip_model()->GetActiveWebContents()->GetTitle());
826 GetTitle()));
  /external/chromium_org/chrome/browser/task_manager/
background_resource_provider.cc 47 virtual string16 GetTitle() const OVERRIDE;
90 // in TabContentsResource::GetTitle()).
97 string16 BackgroundContentsResource::GetTitle() const {
268 // found, just pass an empty string - BackgroundContentsResource::GetTitle
child_process_resource_provider.cc 40 virtual string16 GetTitle() const OVERRIDE;
99 string16 ChildProcessResource::GetTitle() const {
extension_process_resource_provider.cc 45 virtual string16 GetTitle() const OVERRIDE;
108 string16 ExtensionProcessResource::GetTitle() const {
panel_resource_provider.cc 39 virtual string16 GetTitle() const OVERRIDE;
75 string16 PanelResource::GetTitle() const {
tab_contents_resource_provider.cc 77 virtual string16 GetTitle() const OVERRIDE;
121 string16 TabContentsResource::GetTitle() const {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 272 title_width_ = GetTitleWidth(title_font(), GetTitle());
303 gtk_widget_set_tooltip_text(widget(), UTF16ToUTF8(GetTitle()).c_str());
  /external/chromium_org/sync/api/
sync_change_unittest.cc 49 EXPECT_EQ(title, e.sync_data().GetTitle());
69 EXPECT_EQ(title, e.sync_data().GetTitle());
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 54 dst->SetTitle(UTF16ToWideHack(src->GetTitle()));
453 << " Node title: " << src->GetTitle()
474 model->SetTitle(dst, WideToUTF16Hack(src->GetTitle()));
496 WideToUTF16Hack(sync_node->GetTitle()));
499 WideToUTF16Hack(sync_node->GetTitle()),
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 98 screen_loc, node->GetURL(), UTF16ToWide(node->GetTitle()), profile_);
346 menu->AppendMenuItemWithIcon(id, UTF16ToWide(node->GetTitle()), icon);
352 UTF16ToWide(node->GetTitle()), *folder_icon);
bookmark_editor_view.cc 273 title = details_.existing_node->GetTitle();
500 new EditorNode(WideToUTF16(child_bb_node->GetTitle()),
572 bb_node->child_count(), child_b_node->GetTitle());
584 bb_model_->SetTitle(child_bb_node, child_b_node->GetTitle());
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 80 string16 GetTitle(WebContents* web_contents) {
90 string16 tab_title = web_contents->GetTitle();
436 menu->AddItem(command_id, GetTitle(web_contents));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 87 virtual string16 GetTitle() const OVERRIDE { return string16(); }
  /external/chromium/chrome/browser/extensions/
page_action_apitest.cc 36 EXPECT_EQ("Modified", action->GetTitle(tab_id));
  /external/chromium/chrome/browser/ui/gtk/
certificate_dialogs.cc 100 std::string cert_title = x509_certificate_model::GetTitle(cert);
  /external/chromium/chrome/common/extensions/
extension_action.h 66 std::string GetTitle(int tab_id) { return GetValue(&title_, tab_id); }
  /external/chromium_org/ash/test/
test_launcher_delegate.cc 81 base::string16 TestLauncherDelegate::GetTitle(const ash::LauncherItem& item) {
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 155 strings->SetString("title", web_contents_->GetTitle());

Completed in 1275 milliseconds

1 2 3 4 56 7 8 91011>>