HomeSort by relevance Sort by last modified time
    Searched full:has_valid_url (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/dom_distiller/core/
viewer.cc 154 bool has_valid_url = url_utils::IsUrlDistillable(requested_url); local
156 if (has_valid_entry_id && has_valid_url) {
167 } else if (has_valid_url) {

Completed in 102 milliseconds