Searched defs:has_title (Results 1 – 2 of 2) sorted by relevance
191 bool has_title() const { return !title_.empty(); } in has_title() function
601 const bool has_title = updates->GetString(keys::kTitleKey, &title); in RunImpl() local