Home
last modified time | relevance | path

Searched refs:explicit_set (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_tab_helper.cc136 void HistoryTabHelper::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument
142 received_page_title_ = explicit_set; in TitleWasSet()
Dhistory_tab_helper.h53 bool explicit_set) OVERRIDE;
/external/chromium_org/content/public/test/
Dbrowser_test_utils.h213 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
Dbrowser_test_utils.cc569 void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument
/external/chromium_org/content/public/browser/
Dweb_contents_observer.h261 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) {} in TitleWasSet() argument
/external/chromium_org/content/shell/browser/
Dshell.h205 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
Dshell.cc352 void Shell::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2692 bool explicit_set; in UpdateTitleForEntry() local
2695 explicit_set = false; // Don't count synthetic titles toward the set limit. in UpdateTitleForEntry()
2698 explicit_set = true; in UpdateTitleForEntry()
2720 TitleWasSet(entry, explicit_set)); in UpdateTitleForEntry()
2724 std::make_pair(entry, explicit_set); in UpdateTitleForEntry()