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

  /external/chromium/chrome/browser/history/
text_database_manager.h 191 bool has_title() const { return !title_.empty(); } function in class:history::TextDatabaseManager::PageInfo
  /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/extensions/api/bookmarks/
bookmarks_api.cc 652 bool has_title = false; local
655 has_title = true;
677 if (has_title)
    [all...]

Completed in 2458 milliseconds