Searched refs:explicit_set (Results 1 – 8 of 8) sorted by relevance
136 void HistoryTabHelper::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument142 received_page_title_ = explicit_set; in TitleWasSet()
53 bool explicit_set) OVERRIDE;
213 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
569 void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument
261 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) {} in TitleWasSet() argument
205 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
352 void Shell::TitleWasSet(NavigationEntry* entry, bool explicit_set) { in TitleWasSet() argument
2692 bool explicit_set; in UpdateTitleForEntry() local2695 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()