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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 165 int unsafe_unique_page_id_; member in class:safe_browsing::ClientSideDetectionHost
client_side_detection_host.cc 249 unsafe_unique_page_id_(-1),
356 unsafe_unique_page_id_ =
588 if (unsafe_unique_page_id_ <= 0 || !web_contents()) {
593 return (nav_entry && nav_entry->GetUniqueID() == unsafe_unique_page_id_);

Completed in 23 milliseconds