Home
last modified time | relevance | path

Searched refs:GetTitle (Results 1 – 25 of 26) sorted by relevance

12

/third_party/cef/libcef/browser/
Dnavigation_entry_impl.cc43 CefString CefNavigationEntryImpl::GetTitle() { in GetTitle() function in CefNavigationEntryImpl
45 return mutable_value()->GetTitle(); in GetTitle()
Dnavigation_entry_impl.h30 CefString GetTitle() override;
Dbrowser_contents_delegate.cc439 OnTitleChange(entry->GetTitle()); in TitleWasSet()
441 OnTitleChange(web_contents()->GetTitle()); in TitleWasSet()
503 OnTitleChange(web_contents()->GetTitle()); in Observe()
/third_party/cef/include/
Dcef_navigation_entry.h82 virtual CefString GetTitle() = 0;
Dcef_dom.h102 virtual CefString GetTitle() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dnavigation_entry_ctocpp.h42 CefString GetTitle() override;
Ddomdocument_ctocpp.h41 CefString GetTitle() override;
Dnavigation_entry_ctocpp.cc91 NO_SANITIZE("cfi-icall") CefString CefNavigationEntryCToCpp::GetTitle() { in GetTitle() function in CefNavigationEntryCToCpp
Ddomdocument_ctocpp.cc86 NO_SANITIZE("cfi-icall") CefString CefDOMDocumentCToCpp::GetTitle() { in GetTitle() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/
Ddom_document_impl.h29 CefString GetTitle() override;
Ddom_document_impl.cc69 CefString CefDOMDocumentImpl::GetTitle() { in GetTitle() function in CefDOMDocumentImpl
/third_party/cef/include/views/
Dcef_window.h185 virtual CefString GetTitle() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dnavigation_entry_cpptoc.cc102 CefString _retval = CefNavigationEntryCppToC::Get(self)->GetTitle(); in navigation_entry_get_title()
Ddomdocument_cpptoc.cc103 CefString _retval = CefDOMDocumentCppToC::Get(self)->GetTitle(); in domdocument_get_title()
/third_party/cef/libcef/browser/views/
Dwindow_impl.h59 CefString GetTitle() override;
Dwindow_impl.cc264 CefString CefWindowImpl::GetTitle() { in GetTitle() function in CefWindowImpl
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc66 EXPECT_STREQ(title, window->GetTitle().ToString().c_str()); in OnWindowCreated()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h56 CefString GetTitle() override;
Dwindow_ctocpp.cc323 NO_SANITIZE("cfi-icall") CefString CefWindowCToCpp::GetTitle() { in GetTitle() function in CefWindowCToCpp
/third_party/cef/tests/ceftests/
Ddom_unittest.cc146 EXPECT_EQ(document->GetTitle(), "The Title"); in TestStructure()
Dnavigation_unittest.cc246 EXPECT_STREQ(expected_title.c_str(), entry->GetTitle().ToString().c_str()); in Visit()
/third_party/cef/libcef/browser/extensions/
Dextension_function_details.cc433 std::make_unique<std::string>(base::UTF16ToUTF8(contents->GetTitle())); in CreateTabObject()
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc692 GST_TAG_TITLE, modplug->mSoundFile->GetTitle (), in gst_modplug_loop()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc343 CefString _retval = CefWindowCppToC::Get(self)->GetTitle(); in window_get_title()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch6775 + pickle->WriteString16(entry.GetTitle());
19951 @@ -108,7 +108,7 @@ NO_SANITIZE("cfi-icall") CefString CefNavigationEntryCToCpp::GetTitle() {
39045 + ? entry_->GetTitle().ToString()

12