Home
last modified time | relevance | path

Searched refs:has_title (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/dom_distiller/webui/
Ddom_distiller_handler.cc69 std::string title = (!article.has_title() || article.title().empty()) ? in HandleRequestEntries()
/external/chromium_org/sync/internal_api/
Dbase_node.cc90 !specifics.bookmark().has_title() && in DecryptIfNecessary()
142 if (bookmark_specifics.has_title() || in GetUnencryptedSpecifics()
/external/chromium/chrome/browser/history/
Dtext_database_manager.h191 bool has_title() const { return !title_.empty(); } in has_title() function
Dtext_database_manager.cc258 if (info.has_title()) { in AddPageContents()
Din_memory_url_index.cc1073 if (iter->has_title()) { in RestoreHistoryInfoMap()
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmarks_api.cc652 bool has_title = false; in RunImpl() local
655 has_title = true; in RunImpl()
677 if (has_title) in RunImpl()
/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.cc601 const bool has_title = updates->GetString(keys::kTitleKey, &title); in RunImpl() local
624 if (has_title) in RunImpl()
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification.cc432 simple_expanded_layout().has_title()) in GetTitle()
/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.cc643 if (specifics.has_title()) in AppendSessionTabNavigation()
/external/chromium_org/chrome/browser/history/
Durl_index_private_data.cc1183 if (iter->has_title()) { in RestoreHistoryInfoMap()