HomeSort by relevance Sort by last modified time
    Searched refs:explicit_set (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 53 bool explicit_set) OVERRIDE;
history_tab_helper.cc 125 void HistoryTabHelper::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
131 received_page_title_ = explicit_set;
  /external/chromium_org/athena/content/
app_activity.h 68 bool explicit_set) OVERRIDE;
web_activity.h 77 bool explicit_set) OVERRIDE;
app_activity.cc 192 bool explicit_set) {
web_activity.cc 582 bool explicit_set) {
  /external/chromium_org/content/public/browser/
web_contents_observer.h 252 // 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) {}
  /external/chromium_org/content/public/test/
browser_test_utils.h 217 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
browser_test_utils.cc 625 void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
  /external/chromium_org/content/shell/browser/
shell.h 217 virtual void TitleWasSet(NavigationEntry* entry, bool explicit_set) OVERRIDE;
shell.cc 375 void Shell::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 3251 bool explicit_set; local
    [all...]

Completed in 1188 milliseconds