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

  /external/chromium_org/chrome/browser/history/
page_collector.h 68 bool has_title() const { return !title_.empty(); } function in class:history::PageCollector::PageInfo
page_collector.cc 32 // NOTE(shess): Per the comment on has_title() and has_body(), this
112 if (found->second.has_title()) {
url_index_private_data.cc     [all...]
  /external/chromium/chrome/browser/history/
text_database_manager.h 191 bool has_title() const { return !title_.empty(); } function in class:history::TextDatabaseManager::PageInfo
text_database_manager.cc 258 if (info.has_title()) {
in_memory_url_index.cc     [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 90 !specifics.bookmark().has_title() &&
142 if (bookmark_specifics.has_title() ||
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 679 bool has_title = false; local
682 has_title = true;
704 if (has_title)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 601 const bool has_title = updates->GetString(keys::kTitleKey, &title); local
624 if (has_title)
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 419 simple_expanded_layout().has_title())
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 643 if (specifics.has_title())
    [all...]

Completed in 742 milliseconds