Searched refs:CurrentTextIsURL (Results 1 – 5 of 5) sorted by relevance
153 bool CurrentTextIsURL() const;
301 bool AutocompleteEditModel::CurrentTextIsURL() const { in CurrentTextIsURL() function in AutocompleteEditModel
2023 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
2195 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
558 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0);