Searched defs:GetTitle (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc31 base::string16 AppListShelfItemDelegate::GetTitle() { function in class:ash::AppListShelfItemDelegate
H A Dshelf_window_watcher_item_delegate.cc46 base::string16 ShelfWindowWatcherItemDelegate::GetTitle() { function in class:ash::ShelfWindowWatcherItemDelegate
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc30 base::string16 TestShelfItemDelegate::GetTitle() { function in class:ash::test::TestShelfItemDelegate
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_controller.cc21 base::string16 RepostFormWarningController::GetTitle() { function in class:RepostFormWarningController
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc42 std::string ForwardingAgentHost::GetTitle() { function in class:content::ForwardingAgentHost
/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc34 base::string16 WindowWatcherShelfItemDelegate::GetTitle() { function in class:ash::shell::WindowWatcherShelfItemDelegate
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Ddeclarative_apitest.cc104 std::string GetTitle() { function in class:DeclarativeApiTest
106 browser()->tab_strip_model()->GetActiveWebContents()->GetTitle());
156 EXPECT_EQ(kTestTitle, GetTitle());
178 EXPECT_EQ(kTestTitle, GetTitle());
185 EXPECT_NE(kTestTitle, GetTitle());
191 EXPECT_EQ(kTestTitle, GetTitle());
208 EXPECT_EQ(kTestTitle, GetTitle());
214 EXPECT_EQ(kTestTitle, GetTitle());
220 EXPECT_NE(kTestTitle, GetTitle());
245 EXPECT_EQ(kTestTitle, GetTitle());
[all...]
/external/chromium_org/chrome/browser/ui/apps/
H A Ddirectory_access_confirmation_dialog.cc24 virtual base::string16 GetTitle() OVERRIDE;
52 base::string16 DirectoryAccessConfirmationDialog::GetTitle() { function in class:__anon4976::DirectoryAccessConfirmationDialog
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_browsertest.cc29 base::string16 MockTabModalConfirmDialogDelegate::GetTitle() { function in class:MockTabModalConfirmDialogDelegate
/external/chromium_org/chrome/browser/ui/test/
H A Dtest_confirm_bubble_model.cc27 base::string16 TestConfirmBubbleModel::GetTitle() const { function in class:TestConfirmBubbleModel
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h47 const base::string16& GetTitle() const { function in class:PageUsageData
/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc21 title_(replaced_activity->GetActivityViewModel()->GetTitle()),
85 base::string16 AppActivityProxy::GetTitle() const { function in class:athena::AppActivityProxy
H A Dapp_activity.cc126 base::string16 AppActivity::GetTitle() const { function in class:athena::AppActivity
127 return web_view_->GetWebContents()->GetTitle();
/external/chromium_org/athena/test/
H A Dsample_activity.cc64 base::string16 SampleActivity::GetTitle() const { function in class:athena::test::SampleActivity
H A Dtest_app_model_builder.cc27 static std::string GetTitle(Type type) { function in class:athena::__anon2158::DummyItem
47 return std::string("id-") + GetTitle(type);
54 SetName(GetTitle(type_));
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc89 std::string DiagnosticsTest::GetTitle() const { function in class:diagnostics::DiagnosticsTest
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt.cc48 virtual base::string16 GetTitle() OVERRIDE;
117 base::string16 DownloadDangerPromptImpl::GetTitle() { function in class:__anon3577::DownloadDangerPromptImpl
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc35 base::string16 SpellingBubbleModel::GetTitle() const { function in class:SpellingBubbleModel
/external/chromium_org/chrome/browser/task_manager/
H A Dguest_information.cc44 virtual base::string16 GetTitle() const OVERRIDE;
65 base::string16 GuestResource::GetTitle() const { function in class:task_manager::GuestResource
H A Dpanel_information.cc39 virtual base::string16 GetTitle() const OVERRIDE;
74 base::string16 PanelResource::GetTitle() const { function in class:task_manager::PanelResource
H A Dprinting_information.cc37 virtual base::string16 GetTitle() const OVERRIDE;
56 base::string16 PrintingResource::GetTitle() const { function in class:task_manager::PrintingResource
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp48 CFX_WideString CPDF_Bookmark::GetTitle() function in class:CPDF_Bookmark
/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.cc47 virtual base::string16 GetTitle() const OVERRIDE;
102 base::string16 DevModeBubbleDelegate::GetTitle() const { function in class:extensions::__anon3900::DevModeBubbleDelegate
H A Dntp_overridden_bubble_controller.cc39 virtual base::string16 GetTitle() const OVERRIDE;
113 base::string16 NtpOverriddenBubbleDelegate::GetTitle() const { function in class:__anon4001::NtpOverriddenBubbleDelegate
H A Dsuspicious_extension_bubble_controller.cc45 virtual base::string16 GetTitle() const OVERRIDE;
99 base::string16 SuspiciousExtensionBubbleDelegate::GetTitle() const { function in class:__anon4020::SuspiciousExtensionBubbleDelegate

Completed in 3909 milliseconds

123