Searched defs:explicit_set (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc125 void HistoryTabHelper::TitleWasSet(NavigationEntry* entry, bool explicit_set) { argument
131 received_page_title_ = explicit_set;
/external/chromium_org/athena/content/
H A Dapp_activity.cc192 bool explicit_set) {
191 TitleWasSet(content::NavigationEntry* entry, bool explicit_set) argument
H A Dweb_activity.cc582 bool explicit_set) {
581 TitleWasSet(content::NavigationEntry* entry, bool explicit_set) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h252 // title was explicitly set, |explicit_set| is true, otherwise the title was
253 // synthesized and |explicit_set| is false.
254 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) {} argument
/external/chromium_org/content/shell/browser/
H A Dshell.cc375 void Shell::TitleWasSet(NavigationEntry* entry, bool explicit_set) { argument
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc625 void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) { argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3251 bool explicit_set; local
3254 explicit_set = false; // Don't count synthetic titles toward the set limit.
3257 explicit_set = true;
3279 TitleWasSet(entry, explicit_set));
3283 std::make_pair(entry, explicit_set);

Completed in 4182 milliseconds